Quantum IODDTs
Original instructions
Introduction
Control Expert provides a couple of IODDTs which are either generic and can be used for several I/O modules or belong to one specific module.
NOTE: Deviating from the general description of the data types in the Direct Addressing Data Instances chapter in the EcoStruxure™ Control Expert Reference Manual, in Quantum IODDTs for analog modules and expert modules the data type Bool is used for %I and %Q.
T_ANA_IN_VE
T_ANA_IN_VE is used with all channels of the following I/O modules:
IODDT for analog input modules supporting Value and Error
Object
Symbol
Rank
Description
%IW
VALUE
0
Input value
%I
ERROR
1
Input error
T_ANA_IN_VWE
T_ANA_IN_VWE is used with all channels of the following I/O modules:
IODDT for analog input modules supporting Value, Warning and Error
Object
Symbol
Rank
Description
%IW
VALUE
0
Input value
%I
ERROR
1
Input error
%I
WARNING
2
Input warning
T_ANA_BI_VWE
T_ANA_BI_VWE is used with the following I/O modules:
IODDT for bidirectional analog modules supporting Value, Warning and Error
Object
Symbol
Rank
Description
%IW
VALUE_IN
0
Input value
%QW
VALUE_OUT
0
Output value
%I
ERROR_IN
1
Input error
%I
WARNING
2
Input warning
%I
ERROR_OUT
3
Output error
T_CNT_105
T_CNT_105 is used with all channels of the following I/O modules:
Specific IODDT for high speed counter module EHC 105
Object
Symbol
Rank
Description
%IW
VALUE_L
1
Input value: Low word
%IW
VALUE_H
2
Input value: High word
%I
ERROR
1
Error in Counter
%I
SP_FINAL
2
Final Set Point signal
%I
SP_FIRST
3
First Set Point signal
%I
SP_SECOND
4
Second Set Point signal
%QW
STOP_VALUE
1
For CNT_DIR="0", final set point value
%QW
INITIAL_VALUE
2
For CNT_R="1", initial set point value
%Q
LS
1
"1", Counter load/start (controlled by the rising edge)
%Q
RSTART
2
"1", Counter restart (controlled by the rising edge)
%Q
OUT_OFF
3
"1", Counter output switch-off
%Q
CNT_DIR
4
"0" Counter counts up
"1" Counter counts down
%Q
OM1
5
Operating Mode bit 1
%Q
OM2
6
Operating Mode bit 2
%Q
OM3
7
Operating Mode bit 3
%Q
OM4
8
Operating Mode bit 4