StructClientInitialize (STRUCT)¶
TYPE StructClientInitialize : STRUCT
Structure used to set the initial values of client
- InOut:
- Name - Type - Comment - sAppName- STRING(80)- Application name - iCmdRep- INT- How many time a command has to be repeated in case of error - tRcvTimeout- TIME- Receiving data timeout - tTrsTimeout- TIME- Transmission data timeout - tHeartBeat- TIME- Heartbeat time, 0 = not used - VisuClientTypeToHandle- Visu_ClientType- Client types to handle (add/remove). It can be used in OR - uiWebVisuCmdTimeout- UINT- This timeout (ms) is sent to the webvisu JavaScript. It’s used there to check the timeout during a command sending to webserver 
