
adccommunitymod (AutomationDirect) asked a question.
Click-Modbus-TextPanel buttons
Created Date: December 19,2014
Created By: Sawyer
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
Textpanel 200P, button address 400002 (modbus) DS2 in the Click. How do I unpack this so the buttons will activate C10 thru C14 with the Function keys on the Txt panel ? The unpack only wants a DH address. I 've tried many things, no worky. Thanks, :confused:
Created Date: December 19,2014
Created by: Tinker
one can copy a DS to a DH, so just do it in two steps.
for example
Single copy DS2 -> DH2
Unpack copy DH2 -> C10-C14
Created Date: December 19,2014
Created by: Sawyer
Hi Tinker,
I tried that exact method but it did not work as expected. I could see the hex value changing, but the bits never changed state in the Data Viewer.
Also, monitoring the ladder, the contacts never activate.
And, getting checksum errors when doing it that way.
Any other clues ?
Thanks much,
:)
Created Date: December 19,2014
Created by: Sawyer
I also tried 424600, (DH24) and unpacked it from there in one step ... with no luck. :(
Thanks
Created Date: December 19,2014
Created by: Sawyer
All better now.
424600 (DH24) unpacked worked just fine ..... with nothing in the rung , thanks. Always ON.
:o
Created Date: December 19,2014
Created by: Sawyer
One more problem.
I assigned 424601 (DH25) to the Annunciator lights, then unpacked it to C100 thru C105.
In my PLC logic, I turn these on in various combinations but get no indications at the lights.
I feel I'm overlooking something simple, but do not get it.
Thanks for any help.
Created Date: December 19,2014
Created by: Tinker
One more problem.
I assigned 424601 (DH25) to the Annunciator lights, then unpacked it to C100 thru C105.
In my PLC logic, I turn these on in various combinations but get no indications at the lights.
I feel I'm overlooking something simple, but do not get it.
Thanks for any help.
Fist of all, I'm not familiar with those text panels, I'm guessing they work something like a C-More as far as communication with the PLC, i.e. the panel polls the PLC for information.
If you are setting C bits in the PLC and want lights to come on on the panel, and those lights are controlled by reading a word register, then you will need to Pack Copy the range of bits into the word register (DH25 in this case) just the reverse of reading the buttons
Created Date: December 19,2014
Created by: Sawyer
That worked out very well !
Thank you sooo much.
Kindest regards
Created Date: December 19,2014
Created by: Sawyer
Textpanel 200P, button address 400002 (modbus) DS2 in the Click.
How do I unpack this so the buttons will activate C10 thru C14 with the Function keys on the Txt panel ?
The unpack only wants a DH address. I 've tried many things, no worky.
Thanks,
:confused: