|
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Generates a UTF-8 string containing an HTML document. |
|
|
|
|
|
|
Searches for elements whose "name" attribute matches a specific value in an HTML document... |
|
|
|
|
|
|
Searches for the element whose "ID" attribute matches a specific value in an HTML document... |
|
|
|
|
|
|
Inserts a table at the cursor position in an HTML Editor control. |
|
|
|
|
|
|
Searches for a string in an HTML Editor control. |
|
|
|
|
|
|
Executes a WLanguage browser procedure in an HTML Display control that displays a page created... |
|
|
|
|
|
|
Returns the list of voices available on the device for the speech synthesis engine. |
|
|
|
|
|
|
Saves the content of an htmlDocument variable to an HTML file. |
|
|
|
|
|
|
Selects a text fragment in an HTML Editor control. |
|
|
|
|
|
|
Exports the content of an HTML Editor control to a PDF file. |
|
|
|
|
|
|
Connects a client to a Modbus slave via a serial port. |
|
|
|
|
|
|
Connects a client to a Modbus server via transmission control protocol (TCP). |
|
|
|
|
|
|
Closes the Modbus session. |
|
|
|
|
|
|
Writes one or multiple bits to a specific address in a Modbus slave. |
|
|
|
|
|
|
Writes one or more single-precision floats to a Modbus slave, starting at a specific address. |
|
|
|
|
|
|
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address. |
|
|
|
|
|
|
Reads one or more bits from a Modbus slave, starting at a specific address. |
|
|
|
|
|
|
Reads one or more single-precision floats from a Modbus slave, starting at a specific address. |
|
|
|
|
|
|
Reads one or more registers from a Modbus slave, starting at a specific address. |
|
|
|
|
|
|
Converts a buffer to a mnemonic phrase using the BIP39 algorithm. |
|
|
|
|
|
|
Indicates if the current code is being executed on the WebSocket server. |
|
|
|
|
|
|
Lists the clients connected to the WebSocket server. |
|
|
|
|
|
|
Sends a message from the WebSocket server to the client. |
|
|
|
|
|
|
Disconnects a client from a WebSocket server. |
|
|
|
|
|
|
Executes a procedure in the context of a client connected to the WebSocket server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|