Object AtouchX
Initialization, termination:
InitFromFile | Initializes the connection to the DbNet network according to the specified HW and database description. |
Done | Terminates the connection to the DbNet network. |
Database:
DbGetInfo | Detects information regarding the database variable. |
DbSetAlarm | Sets alarm monitoring. |
DbMultiSetAlarm | Sets alarm monitoring to multiple variables. |
DbResetAlarm | Cancels alarm monitoring. |
LocalGetData | Reads the value of the whole database variable from the local database (without communication). |
LocalPutData | Writes the value of the database variable to the local database (without communication). |
Communication:
NetGetData | Reads the entire database variable. |
NetGetDataMtx | Reads the entire database variable or a section of the database matrix. |
NetGetData | Reads the whole database variable. |
NetPutDataMtx | Reads the entire database variable or a slice of the database matrix. |
NetComposeBegin | Starts the process of sequential writing of the database variable. |
NetComposeEnd | Terminates the sequential write process and physically writes the database variable. |
NetGetTime | Reads the time of the station. |
NetPutTime | Writes the new time to the station. |
NetIdentify | Reads the station identification. |
NetReset | Rejects the ongoing communication request. |
Events:
DbAlarm | The event is triggered by an alarm, i.e. when the database variable is actively written by another station to the PC. |
DbDatagram | The event is triggered when the datagram arrives. |
EndNetGetData | The event is triggered after the reading of the database variable is finished. |
EndNetPutData | The event is triggered after the end of writing the database variable. |
EndNetCompose | The event is triggered after the end of the write when the database variable is written sequentially. |
EndNetGetTime | The event is triggered after the station time reading is finished. |
EndNetPutTime | The event is triggered after the time has been written to the station. |
EndNetIdentify | The event is triggered after the end of reading the identification strings. |
StationPlug | The event is triggered when the connection status of the station or the PC changes. |