drive.web
drive.web parameters follow these URL schemas:
driveweb://<IP>/<Value Type>/<ID>
driveweb://<IP>/<Value Type>/<ID>/<bit>
IP
IPv4 IP address of the drive.web device, you are trying to connect to. This must be on the same network as the LAN side of the INDAQ interface.
Value Type
The value type of the drive.web parameter you are trying to read from the device. This is used to determine how to interpret the raw value from the device.
Value Type Name | Value Type Id | Description |
---|---|---|
single bit | u1 | A single bit value. |
signed 16 bit integer | i16 | A 16-bit signed integer. |
unsigned 16 bit integer | u16 | A 16-bit unsigned integer. |
signed 32 bit integer | i32 | A 32-bit signed integer. |
unsigned 32 bit integer | u32 | A 32-bit unsigned integer. |
32 bit floating point | f32 | A 32-bit floating point number. |
ID
The drive.web parameter id to read from the device. This is a 16 bit unsigned value, ranging from 1
to 65536
.
Bit
When selecing the single bit
value type, you can specify the bit to read from the register. This is a 0 based revsered index, which 0 indicating the least significant bit.