Programming Reference / Main Program Block


The Main Program block is where all other program blocks are placed to create a User Program.

Item Name Description
A Initialization Blocks placed in this area are executed top to bottom once upon power up of the InoDrive
B Main Loop Blocks placed in this area are executed top to bottom then back to the top continuously after the Initialization block(s) have executed. Any Call Function instructions encountered will shift execution to the referenced Function and then resume execution in the Main Loop at the block just below the Call Function block