![]() |
| PL/i Simulator
This tool provides a means to visually observe simulated program execution for any of the i.CanDoIt products with the PL/i control programming language embedded. You can step through the program or set breakpoints and run to breakpoint. A summary of the language may be found here. Additional tutorials may be found here at www.csimn.com. The icansim.exe window looks like example below which shows a very simple test program. The red circles in the source window indicate an executable line on which you may set a break point. (Lines such as variable declarations do not generate executable code.) The green arrow indicates the line that will be executed next. The windows at the bottom show variables and Modbus registers. Double click on any value (variable or register) to change it while paused or while running (although the program may overwrite you if running). Variables shown as "Out of scope" mean the value is invalid until program executing enters the procedure in which they are declared. Set a break point by double clicking the source line with a red circle in front. The circle will become a solid red dot indicating there is a break point at that line. Double click again to remove the break point.
|
|||||||||||||||||