12 POU Editing Mode
DVP-PM Application Manual
12-7
îš‹ BOOL: Declare the data type as Boolean logic (1-bit), and system will allocate M devices.
îš‹ WORD: Declare the data type as 16-bit, and system will allocate one D device.
îš‹ DWORD: Declare the data type as 32-bit, and system will allocate two D devices.
îš‹ LWORD: Declare the data type as 64-bit, and system will allocate four D devices.
îš‹ FLOAT: Declare the data type as 32-bit float, and system will allocate two D devices dor floating
point instructions.
îš‹ COUNTER: Declare the data type as 16-bit counter, and system will allocate C devices.
îš‹ TIMER: Declare the data type as 16-bit timer, and system will allocate T devices.
îš‹ ARRAY: Declare the data type as array. Select ARRAY then click OK to enter the Array Type window.
Select data type and size in the window. The below diagram shows steps to declare the current
array as WORD format and the size as 2.