9/13/2005
Programming the SMLC
106
CoDeSys - Adding an HMI - Adding Integer registers
•
The HMI interface of the SMLC is
designed to provide flexibility in the
data types you can access.
•
“Modbus Registers” are allocated in
blocks of 80 bytes as one of 4
types: INT, DINT, REAL and
STRING.
•
Boolean values are accessed as
bits within an INT.
•
The IEC address that is
automatically assigned by
CoDeSys when you append a
block of registers is equal to the
Modbus register number.
•
In this example giJogSpeed will be
at %QW1 or Modbus register 1.