Devices, Output – Maple Systems 5000HD Series User Manual
Page 237

EZwarePlus Programming Manual
231
1010-1015, Rev. 03
The Station column lists the Station Number assigned to the Device (if applicable). When the objects within a Polling
Package are displayed, it shows the window number where the object is located.
The Index column shows the Index number assigned to the Polling Package. When the objects within a Polling
Package are displayed, it shows the Object ID assigned to the individual objects by EasyDiagnoser. These can be
viewed on the HMI or Simulator by selecting Show Object ID (HMI) under the Options menu.
The Address / Length column lists the addresses assigned to the Polling Packages and the length of each address in
words.
Devices
Shows the devices that the HMI is communicating with, including the Local HMI.
Output
The Output window displays messages generated with the macro TRACE command. The macro TRACE command uses
a syntax like the c printf statement to display text and values in EasyDiagnoser. The macro ID number and the line in
the macro where the TRACE command resides is shown in brackets. This example was generated with the following
command:
TRACE (“Value is %d”, value)