Returns the first IP Address of the local computer.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
GetComputerIP | System Info | Synchronous | Supported | Supported | Supported |
This function takes no parameters.
Returns the first IP Address of the local station as a string.
Tag Name | Expression |
---|---|
Tag | GetComputerIP() // Returned value ="192.168.0.1" |
Tag | GetComputerIP() // Returned value ="248.12.2.78" |