QUOTE (grc @ Aug 19 2009, 04:09 PM)

I have a NT20M-DF121-V1 display with NT20M-LK203-EV1 interface connected to a C200H-CPU01 PLC. For some reason the display lost the program and we have no backup. The PLC program is working and we do have that backed up. All the display has to do is is set 6 timers and read one rotary encoder using a CT001-v1. I can see from the program that the timers use DM to store the setting as well I believe the CT001 does also.
With the help from this forum I have managed to create data input screens and upload them to the PT. I am just stuck a bit with how to link up a data display field and a data input screen to the DM.
Any help is greatly appreciatted.
Thanks
Geoff
Hi Geoff,
I am not sure if the version of PT programming software you use is idenctical to the method described below (NTST software) so my apologies if this isn't what you are looking for.
If you open the properties of the Numeric display or input object, you will see an entry for the Numeric table. You can open the table and in an empty line, specify e.g. D1 and optionally a name for the entry. The number of words is set to 2 by default if you apply the setting so this means the object will refer to DM1 and DM2 so if you only need to display one word set this column to 1.
Depending on how the data is treated in the logic set the display method to DEC or HEX. for a timer or counter setting which is set through a DM this would be HEX.
You can also display the PV of a timer (elapsed time) by specifying the timer number directly in the numeral table entry. I believe you need to enter T1 or C1, or TC1 I am not sure. Beware that timer and counter numbers are shared in your processor, meaning if you use timer number 1 you cannot use counter number 1 as well.
Hope this helps, if not please post some screencopies of the software you are using.