AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Modbus
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Novedad versión 2024
WEBDEV - Código Servidor Most of these constants are now available for WEBDEV sites on Windows and Linux.
The following constants are used by the Modbusxxx functions:
ConstantDetailFunction
modbusABCDMode for storing float values on the slave device. Bytes are identified from A to D. A is the most significant byte and D is the least significant byte (IEEE-754 standard).

The sent bytes are stored the same order on the slave device.
ModbusWriteFloat
ModbusReadFloat
modbusBADCMode for storing float values on the slave device. Bytes are identified from A to D. A is the most significant byte and D is the least significant byte (IEEE-754 standard).

The sent bytes are swapped 2 by 2 on the slave device.
ModbusWriteFloat
ModbusReadFloat
modbusCDABMode for storing float values on the slave device. Bytes are identified from A to D. A is the most significant byte and D is the least significant byte (IEEE-754 standard).

The sent bytes are swapped 2 by 2 on the slave device.
ModbusWriteFloat
ModbusReadFloat
modbusDCBAMode for storing float values on the slave device. Bytes are identified from A to D. A is the most significant byte and D is the least significant byte (IEEE-754 standard).

The sent bytes are swapped on the slave device.
ModbusWriteFloat
ModbusReadFloat
Versión mínima requerida
  • Versión 26
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 05/03/2024

Señalar un error o enviar una sugerencia | Ayuda local