DVstatus FieldsThe Dynaview Modbus .dll API documentation

[This is preliminary documentation and is subject to change.]

The DVstatus type exposes the following members.
Fields

  NameDescription
Public fieldEcho
This boolean is a copy of the echo bit set via SetEcho()
Public fieldHeartbeat
This boolean toggles at a regular rate
Public fieldLimitAlarmPresent
The measured value is beyond the limit alarm values
Public fieldModbusAlarmAckRcvd
This boolean is a copy of the AlarmAck bit set by AlarmAck()
Public fieldModbusNewRollRecvd
This boolean is a copy of the NewRoll bit set by NewRoll()
Public fieldModbusRecipeLoadCmdRecvd
This boolean is a copy of the LoadRecipe bit set by LoadRecipe()
Public fieldModbusRecipeLoadErr
This boolean is set if the LoadRecipe bit was set but the ModbusRW boolean is false
Public fieldModbusRW
This boolean is a copy of the ModbusRW bit. This bit can be set/reset via the RemoteEna() function or by the operator locally on the Dynaview
Public fieldPauseDataF
If set Dynaview will stop data collection until unset
Public fieldProcessSteady
Unsupported. The process has reached steady-state
Public fieldSaveDataF
If set Dynaview will retain reports and copy them to a USB drive if present
Public fieldWarningAlarmPresent
The measured value is beyond the warning alarm values
Back to Top
See Also