TestIT:Programming Socket
Revision as of 16:05, 14 August 2019 by NolekAdmin (talk | contribs) (Created page with "==5.3.12 Socket== ===Socket_Execute=== '''Description:''' <br /> It will execute socket device and selected command. '''Code example:''' :<code>Socket.Socket_Execute(Socket1,...")
5.3.12 Socket
Socket_Execute
Description:
It will execute socket device and selected command.
Code example:
Socket.Socket_Execute(Socket1,Results,_ST01;_ST02;_ST03,_ResultMsg1;_ResultMsg2,_TO01)
| Parameters | ||
|---|---|---|
| Parameter | Type | Description |
| Device name | String or String symbol | The device name |
| Command name | String or String symbol | Select the command to use |
| Send parameters | Symbol array | The values to send |
| Receive parameters | Symbol array | Text received from socket command will be split into these symbols |
| Timeout active | Bool symbol | True if timeout active |