System Library
These tables list the System functions and function blocks:
See PrintMessage - Generates a log message with any wanted strings in the Log Messages tabs window.
Controller
Name |
Description |
---|---|
Clears the list of active errors and alarms on the controller. |
|
Get a list of the active errors and alarms on the controller. |
|
Get the serial, model, and/or part number of the controller. |
|
Returns controller CPU performance statistics. |
File
Name |
Description |
---|---|
Closes an open file. |
|
Copies a file's contents to a new file. |
|
Removes a file from the file system. |
|
Test if the end of the file is reached in a file that is open for reading. |
|
Tests if a file exists. |
|
Create or open a file in append mode. |
|
Open a file for reading. |
|
Create or reset a file and open it for writing. |
|
Read binary data from a file. |
|
Reads a string value from a text file. |
|
Renames a file. |
|
Sets the current position in an open file. |
|
Gets the size of a file. |
|
Write binary data to a file. |
|
Writes a string value to a text file. |
TCP/IP Sockets
Name |
Description |
---|---|
Performs the accept operation. |
|
Receives characters over a socket connection. |
|
Sends characters over a socket. |
|
Closes and releases a socket. |
|
Creates a new socket and performs the connect operation. |
|
Tests if a client socket is connected. |
|
Tests if a socket is valid. |
|
Creates a new socket by performing the bind and listen operations. |
|
Receives characters over a socket connection. |
|
Sends characters over a socket. |
UDP
Name |
Description |
---|---|
Build an address buffer for UDP functions. |
|
Closes a socket. |
|
Creates a UDP socket. |
|
Tests if a socket is valid. |
|
Receives a UDP telegram. |
|
Receives a byte array through UDP. |
|
Receives the contents of a variable from another controller through UDP. |
|
Sends a UDP telegram. |
|
Sends a byte array through UDP. |
|
Sends the contents of a local variable to another controller through UDP. |