Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Time Clock

How can I wrote the computer clock or the clock within Lookout to an Allen-Bradley
SLC500? I am using Lookout 4.0.1 (build 51). I would like to have a register
for Hour, Minute, Second, Month, Day and Year.
0 Kudos
Message 1 of 2
(2,989 Views)
Since Lookout 4 supports data polymorphism this is rather easy. Included is a file I built in Lookout 4.5.1 Build 18. You will not beable to run the process file (.l4p) but you will beable to compile the script file (.lks) into a Lookout 4.0.1 process file. Simply correct any errors found during compile and try to compile again. Finally, you will have success.

The text expressions are connected to the value data member of pots. These pots you would then remote to the appropriate Alan-Bradley driver datamembers.
0 Kudos
Message 2 of 2
(2,989 Views)