Workbench Program Extensions in SIMION 8.1¶
This page describes SIMION workbench user program capabilities added recently in SIMION 8.1 These features are not yet described in the printed manual. Some capabilities added to latter 8.0.x versions are also described here.
Note
See these additional sections in this topic in the offline SIMION 8.1.0 help file:- Segments
- Reserved Variables
- Reserved Variables Full List
PRG (Old Interface)¶
New segments and variables mentioned above generally are available in (old SIMION 7.0 style) PRG code as well:
seg load
mess ; loading
seg initialize_run
rcl ion_run
mess ; run=#
seg flym
run
run
