*COMPILER (GETMODE)
PLBCMP GUI Only
*COMPILER={value}
The *COMPILER keyword returns one of the following three character strings that identifies the type of compiler that compiled this current PLC pcode being executed. Note that if this instruction is executed in a load module, the program compiler type applies to the load module code currently being executed. Load modules are only available for programs compiled using PLBCMP.
|
Value |
Compiler |
|
86A |
MSDOS 86A |
|
86M |
MSDOS 86M |
|
CMP |
PLBCMP |
{value} is a previously defined Character Variable that reports the compiler type.
See Also: List Controls (GETMODE), GETMODE
![]() |