![Delta AX-3 Series Operation Manual Download Page 86](http://html1.mh-extra.com/html/delta/ax-3-series/ax-3-series_operation-manual_2471629086.webp)
AX - 3 S e r ie s O p e r a t i o n M a n u a l
4 - 3 2
_4
•
Example
4.3.2.3
Variables
•
Global Variables
If a variable that is declared in the POU, it is a local variable and it can only be used in the same POU. If a variable that is
declared in the global variable list, it is a global variable and it can used in any POU.
Address
Description
%QX7.5
Single bit address of the output bit 7.5
%IW215
Word address of the input word 215
%QB7
Byte address of the output byte 7
%MD48
Address of a double word at memory position 48 in flag memory
VAR
wVar0 AT %IW0 : WORD;
END_VAR
Variable declaration with address information of an input word
VAR
bVar0 AT IX7.5 : BOOL;
END_VAR
Boolean variable declaration with address information of an input bit X7.5.
Summary of Contents for AX-3 Series
Page 17: ...AX 3 Series Operation Manual 1 10 _1 MEMO...
Page 54: ...AX 3 Series Operation Manual 3 22 _3 MEMO...
Page 98: ...AX 3 Series Operation Manual 4 44 _4 MEMO...
Page 118: ...AX 3 Series Operation Manual 6 8 _6 MEMO...
Page 310: ...AX 3 Series Operation Manual 8 18 8_ MEMO...
Page 355: ...Appendix A Troubleshooting A 5 _A...