News:

  • June 07, 2026, 06:32:16 AM

Login with username, password and session length

Author Topic: H0-CTRIO(2) in DL-06 - example to change PLS values  (Read 47750 times)

go1

  • Newbie
  • *
  • Posts: 1
H0-CTRIO(2) in DL-06 - example to change PLS values
« on: August 27, 2015, 04:43:03 PM »
I am looking for any examples that may exist of how to change the values in PLS tables for a CTRIO(2) via ladder in a DL-06.

I have successfully setup the CTRIO(2) to work with a Quadrature encder, but need to be able to have the user adjust the limit values in the PLS tables for each output.

Anyone have any examples of how to do this via RLL?

Thanks

b_carlton

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 606
    • thePLCguy
Re: H0-CTRIO(2) in DL-06 - example to change PLS values
« Reply #1 on: August 27, 2015, 06:38:14 PM »
In the CTRIO manual - chapter 6 - read the section titled 'Runtime Changes to CTRIO Configured Preset Tables'

When done that load the Directsoft program CTREDPT_ex1 from the 'Examples' folder in your 'Projects' directory under the  Directsoft5 folder in you C drive. It uses IBox commands to achieve the changes. In the instruction the CTRIO number and Output number will be fixed but the other parameters can be variable V registers.
An output is a PLC's way of getting its inputs to change.

Mike Nash

  • Hero Member
  • *****
  • Posts: 652
Re: H0-CTRIO(2) in DL-06 - example to change PLS values
« Reply #2 on: August 27, 2015, 07:04:32 PM »
Well gee, I just learned something new. I was 4 versions behind in CTRIO WB 2. That explains why I had no idea what go1 was talking about.

Why is there no typical way to find the version number from within CTRIO WB I wonder? Then again, I have a mess with HAPtools in that I have multiple copies of some of them showing up in start menu and in DS5 Tools menu and that includes WB and WB2 and WB2 and not just the different combos. I think not always letting it install to the default location contributed.

Nice answer Mr. Carlton.