You can use the Program block as a master program to develop flexible, generic subprograms. By connecting a master Program block with subroutines in other Program blocks, you can use the blocks in many different applications. CALL commands are very useful for setting up this type of batch process. For example, you could have a master program with the following CALL commands: 00 CALL STARTUP In this example, STARTUP, PROCESS, and SHUTDOWN are other Program blocks that perform specific functions. PB01 executes each subprogram sequentially. For example, PROCESS cannot start until STARTUP has executed. Another master Program block for a second process could use the same startup and shutdown subprograms, but replace PROCESS with PROCESS1.
|
Important Notice You do not have the latest version of iFIX! You are missing out on the newest capabilities and enhanced security. For information on all the latest features, see the iFIX product page. For more information on upgrades, contact your GE Digital sales agent or e-mail GEDClientServices@gevernova.com. For the most up-to-date documentation, go here. |
![]() |