Vai al contenuto

Pre-conditions to Open a Graphic Trigger Window

No need for specific compilationAll the GF_ProjectVX code debugging tools operate at run-time. Thus, unlike other programming languages such as C++, the compiler does not need to be told whether or not to support trigger windows: given a PLC code, the compiler’s output is unique, and there is no distinction between debug and release version.Memory availabilityA graphic trigger window takes all the free memory space in the application code sector.Obviously, in order to start up a trigger window, it is necessary that a sufficient amount of memory is available, otherwise an error message appears.