ifw-fcf  4.0.0
Classes | Variables
fcf_devsim_sensor.defines Namespace Reference

Classes

class  SensorAction
 Sensor actions, textual representations. More...
 
class  SensorCommand
 PLC Constants defined for the sensor device. More...
 
class  SensorError
 Sensor errors, numeric representation. More...
 
class  SensorErrorText
 Sensor error, textual representation. More...
 
class  SensorHwStatus
 Sensor HW status, numeric representation. More...
 
class  SensorRpcError
 Sensor RPC error code, numeric representation. More...
 
class  SensorRpcErrorText
 Sensor RPC errors, textual representation. More...
 
class  SensorSignal
 Sensor signal, tectual representations. More...
 
class  SensorState
 Sensor state, numeric representation. More...
 
class  SensorStatus
 Sensor status values. More...
 
class  SensorSubstate
 Sensor substate, numeric representation. More...
 

Variables

dictionary SENSOR_ERROR_TO_TEXT
 
dictionary SENSOR_ERROR_TO_NUM
 
dictionary SENSOR_RPC_ERROR_TO_TEXT
 
dictionary SENSOR_RPC_ERROR_TO_NUM
 

Variable Documentation

◆ SENSOR_ERROR_TO_NUM

dictionary fcf_devsim_sensor.defines.SENSOR_ERROR_TO_NUM
Initial value:
1 = {
2  error_text: error for error, error_text in SENSOR_ERROR_TO_TEXT.items()
3 }

◆ SENSOR_ERROR_TO_TEXT

dictionary fcf_devsim_sensor.defines.SENSOR_ERROR_TO_TEXT
Initial value:
1 = {
2  SensorError.OK: SensorErrorText.OK,
3  SensorError.HW_NOT_OP: SensorErrorText.HW_NOT_OP,
4  SensorError.WRONG_CMD: SensorErrorText.WRONG_CMD,
5  SensorError.INIT_FAILURE: SensorErrorText.INIT_FAILURE,
6  SensorError.NOT_INITIALISED: SensorErrorText.NOT_INITIALISED,
7  SensorError.ZERO_POINTER: SensorErrorText.ZERO_POINTER,
8 }

◆ SENSOR_RPC_ERROR_TO_NUM

dictionary fcf_devsim_sensor.defines.SENSOR_RPC_ERROR_TO_NUM
Initial value:
1 = {
2  error_text: error for error, error_text in SENSOR_RPC_ERROR_TO_TEXT.items()
3 }

◆ SENSOR_RPC_ERROR_TO_TEXT

dictionary fcf_devsim_sensor.defines.SENSOR_RPC_ERROR_TO_TEXT
Initial value:
1 = {
2  SensorRpcError.OK: SensorRpcErrorText.OK,
3  SensorRpcError.NOT_OP: SensorRpcErrorText.NOT_OP,
4  SensorRpcError.NOT_NOTOP_READY: SensorRpcErrorText.NOT_NOTOP_READY,
5  SensorRpcError.NOT_NOTOP_NOTREADY: SensorRpcErrorText.NOT_NOTOP_READY,
6  SensorRpcError.LOCAL: SensorRpcErrorText.LOCAL,
7 }