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. |
|
|
Reads an Axis Boolean property of a Pipe Network Axis. |
|
|
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. |
|
|
Copy values to from a recipe instance to the program data. |
|
|
Close a recipe object. |
|
|
Open a recipe file and create a recipe object. |
|
|
Load a recipe file and immediately apply the items it contains. |
|
|
Save a recipe object to a file. |
|
|
Store the present values of the program data in a recipe instance. |
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. |
Profiling
|
Name |
Description |
|---|---|
|
Measures the elapsed time between two events and gathers basic statistics when measurements are repeated. |
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. |





