Insert

<< Click to Display Table of Contents >>

 

Insert

To insert a record in the Historic without enabling a recording by scan, users must use Historic's WriteRecord method.

1.When clicking Insert, the Historic object must insert a row on the table. On the Click event of the Insert button, create the next script.

Application.GetObject("HistDevice").WriteRecord()

 

2.Execute the application and add at least two PLCs, changing the TCP/IP port according to the devices created in Elipse Modbus Simulator.

Was this page useful?