E_TcPfw_TerminalType
This enumeration defines identifiers for the supported types of I/O terminals. These identifiers are used in ST_TcPfw_TempMparamFromHmi_Itf.
Syntax
TYPE E_TcPfw_TerminalType:
(* last modification: 16.03.2009 *)
(
eTcPfwTermT_NoSensor,
eTcPfwTermT_KL_RangeLow:=1000,
eTcPfwTermT_KL300x, (* +/-10V *)
eTcPfwTermT_KL301x, (* 0..20mA *)
eTcPfwTermT_KL302x, (* 4..20mA *)
eTcPfwTermT_KL304x, (* 0..20mA *)
eTcPfwTermT_KL305x, (* 4..20mA *)
eTcPfwTermT_KL306x, (* 0..10V *)
eTcPfwTermT_KL310x, (* +/-10V *)
eTcPfwTermT_KL311x, (* 0..20mA *)
eTcPfwTermT_KL312x, (* 4..20mA *)
eTcPfwTermT_KL313x, (* +/-10V *)
eTcPfwTermT_KL314x, (* 0..20mA *)
eTcPfwTermT_KL315x, (* 4..20mA *)
eTcPfwTermT_KL317x, (* 0..2V *)
eTcPfwTermT_KL318x, (* +/-2V *)
eTcPfwTermT_KL340x, (* +/-10V *)
eTcPfwTermT_KL344x, (* 0..20mA *)
eTcPfwTermT_KL346x, (* 0..10V *)
eTcPfwTermT_KL331x, (* thermo couple *)
eTcPfwTermT_KL_RangeHigh,
eTcPfwTermT_EL_RangeLow:=2000,
eTcPfwTermT_EL331x, (* thermo couple *)
eTcPfwTermT_EL320x, (* PT100/PT1000 *)
eTcPfwTermT_EL316x, (* 0..10V *)
eTcPfwTermT_EL_RangeHigh,
eTcPfwTermT_XX_RangeLow:=3000,
eTcPfwTermT_FM33xx, (* thermo couple *)
eTcPfwTermT_EM8908, (* multi signal backplane *)
eTcPfwTermT_XX_RangeHigh,
eTcPfwTermT_Customized:=10000
);
END_TYPE
Values
Name | Description |
---|---|
eTcPfwTermT_NoSensor | No I/O electronics available, the zone is operated in simulation. |
eTcPfwTermT_KL_RangeLow | Lower limit of identifiers for K-bus terminals. |
eTcPfwTermT_KL300x | K-bus terminals for connection of 1 or 2 ±10 V signals. |
eTcPfwTermT_KL301x | K-bus terminals for connection of 1 or 2 0..20 mA signals. |
eTcPfwTermT_KL302x | K-bus terminals for connection of 1 or 2 4..20 mA signals. |
eTcPfwTermT_KL304x | K-bus terminals for connection of 1, 2 or 4 0..20 mA signals. |
eTcPfwTermT_KL305x | K-bus terminals for connection of 1, 2 or 4 4..20 mA signals. |
eTcPfwTermT_KL306x | K-bus terminals for the connection of 1, 2 or 4 0..10 V signals. |
eTcPfwTermT_KL310x | K-bus terminals for connection of 2 ±10 V signals. |
eTcPfwTermT_KL311x | K-bus terminals for connection of 2 0..20 mA signals. |
eTcPfwTermT_KL312x | K-bus terminals for connection of 2 4..20 mA signals. |
eTcPfwTermT_KL313x | K-bus terminals for connection of 2 ±10 V signals. |
eTcPfwTermT_KL314x | K-bus terminals for connection of 2 0..20 mA signals. |
eTcPfwTermT_KL315x | K-bus terminals for connection of 2 4..20 mA signals. |
eTcPfwTermT_KL317x | K-bus terminals for the connection of 2 0..2 V signals. |
eTcPfwTermT_KL318x | K-bus terminals for connection of 2 ±2 V signals. |
eTcPfwTermT_KL340x | K-bus terminals for connection of 4 or 8 ±10 V signals. |
eTcPfwTermT_KL344x | K-bus terminals for connection of 4 or 8 0..20 mA signals. |
eTcPfwTermT_KL346x | K-bus terminals for the connection of 4 or 8 0..10 V signals. |
eTcPfwTermT_KL331x | K-bus terminals for direct connection of 1, 2 or 4 thermocouples. |
eTcPfwTermT_KL_RangeHigh | Upper limit of identifiers for K-bus terminals. |
eTcPfwTermT_EL_RangeLow | Lower limit of identifiers for EtherCAT Terminals. |
eTcPfwTermT_EL331x | EtherCAT Terminals for direct connection of 1, 2 or 4 thermocouples. |
eTcPfwTermT_EL320x | EtherCAT Terminals for direct connection of PT100 or PT1000 sensors. |
eTcPfwTermT_EL316x | EtherCAT Terminals for the connection of analog inputs. |
eTcPfwTermT_EL_RangeHigh | Upper limit of identifiers for EtherCAT Terminals. |
eTcPfwTermT_XX_RangeLow | Lower limit of identifiers for other modules. |
eTcPfwTermT_FM33xx | Profibus module for direct connection of 12 or 32 thermocouples. |
eTcPfwTermT_EM8908 | I/O board for injection molding machines. |
eTcPfwTermT_XX_RangeHigh | Upper limit of identifiers for other modules. |
eTcPfwTermT_Customized | The temperature input is supplied by the application. |