ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Modbus functions
23 results
Closes the Modbus session.
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.
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly comply with the Modbus standard.
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.
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979...
Constants used by the Modbus functions.
List of Modbus functions
List of Modbus functions
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.
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.
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly comply with the Modbus standard.
The modbusSession type is used to identify a connection to a Modbus server.
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.