- Double click the MainForm in a blank area. This will take you to the code for the FormLoad event handler
- Add this code:
EthernetIPforSLCMicroCom1.Write("N7:0",Now.Hour)
EthernetIPforSLCMicroCom1.Write("N7:1",Now.Minute)
EthernetIPforSLCMicroCom1.Write("N7:2",Now.Second)