1131 Variables
This section lets the user select a global variables defined in the PLC program. This section has two basic uses:it makes GF_ProjectVX_code variables available on the pagesit characterizes GF_ProjectVX_code variablesOnce the variables are added to the table, they are available in the list of variables for use in Project. You can characterize them by setting minimums, maximums, wiring, access level s, insert them in recipes or use them as alarms.The variables are made available in the GF_Project grid only after successful compilation of the PLC. Until the next correct compilation, the list of available variables will not change.The ‘selectabled’ variables are:singole: BOOL, BYTE, WORD, DWORD, USINT, UINT, UDINT, INT, DINT, REAL, TIME, STRINGarray: (with initial index 0) BOOL, BYTE, WORD, DWORD, USINT, UINT, UDINT, INT, DINT, REAL, TIMEstructurs: where each single elements are a previous single, array or simple struct.