TYPE ANALOG_SIGNAL_TYPE

This is the example enumerated data type ANALOG_SIGNAL_TYPE used in previous editions of IEC 61131-3, defined as follows:

TYPE ANALOG_SIGNAL_TYPE :
   (SINGLE_ENDED,
    DIFFERENTIAL)
     ;
END_TYPE

See the SEND_ENUMS/RCV_ENUMS Resource configurations for an example of the use and testing of an instance of this data type.