[This is preliminary documentation and is subject to change.]
The DVstatus type exposes the following members.Fields
Name | Description | |
---|---|---|
![]() | Echo |
This boolean is a copy of the echo bit set via SetEcho()
|
![]() | Heartbeat |
This boolean toggles at a regular rate
|
![]() | LimitAlarmPresent |
The measured value is beyond the limit alarm values
|
![]() | ModbusAlarmAckRcvd |
This boolean is a copy of the AlarmAck bit set by AlarmAck()
|
![]() | ModbusNewRollRecvd |
This boolean is a copy of the NewRoll bit set by NewRoll()
|
![]() | ModbusRecipeLoadCmdRecvd |
This boolean is a copy of the LoadRecipe bit set by LoadRecipe()
|
![]() | ModbusRecipeLoadErr |
This boolean is set if the LoadRecipe bit was set but the ModbusRW boolean is false
|
![]() | ModbusRW |
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
|
![]() | PauseDataF |
If set Dynaview will stop data collection until unset
|
![]() | ProcessSteady |
Unsupported. The process has reached steady-state
|
![]() | SaveDataF |
If set Dynaview will retain reports and copy them to a USB drive if present
|
![]() | WarningAlarmPresent |
The measured value is beyond the warning alarm values
|
See Also