Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Pot Display

Connections are made by selecting the destination first. On the edit connections dialog box you select your PLC object. You'll then see a list of writable members for the object. Highlight the address you want (V4000:b) and hit select.

You now enter a source in the yellow field. That could be a value, a readable member of another object or a combination of the two.

i.e. Entering 1234 into the yellow field and hitting 'accept' would put that value into the PLC address. Select the pot object (pot1) readable member and the pot value will be written to the PLC. And using pot1 * 10 will put the value of the pot,multiplied by 10 into the PLC.

Thus a pot having a resolution of 0.1 can be displayed as it is in tenths. (25.3 =25.3 secs.). At the PLC this will be 253.

Is this what you wish to achieve?

Bob

0 Kudos
Message 11 of 12
(1,244 Views)
bob....thank you kind sir....that is what i was looking for.....i really appreciate you guys....thanks...randy
0 Kudos
Message 12 of 12
(1,223 Views)