Nematron Pointe Controller User Manual
Page 155

Pointe Controller User Guide
Chapter 5: Developing Controller Programs
153
Process Block Example
Program flow enters the process block at the top and executes the commands as
they are listed, from top to bottom.
The command, Timer Stop, freezes the specified timer, timer1.
The command, Timer Preset, sets the specified timer (loads Preset), timer1,
to the value contained in the specified tag, test1.
The command, Timer Start, restarts the specified timer, timer1.
After all of the block’s commands execute, program flow continues
through the outgoing arrow to the next block.