Data types

Top  Previous  Next

The following data types must be replaced:

 

TIME

The TIME data type could be used in EPAM3 in conjunction with the variable object to display and transfer the time to the PLC.

The TIME data type is no longer supported in EPAM4 in this form and can be replaced by the IEC data type DT:

Display date/time:

The system variable /S/SYS/DateTime  is available for this

Write date/time to PLC:

Use Sys2Plc

 

IEC_TIME

The IEC_TIME data type is replaced by TIME.

 

IEC_DT

The data type IEC_DT is replaced by DT.