02-09-2023,下午11:16
You can run one instruction like this:
这有同样的效果ouble clicking on that instruction. Only that instruction is executed.
Alternatively, you can start from that instruction and keep moving the program pointer by using the Start parameter:
Code:
program.setParam("StartOne", ins_id)
Alternatively, you can start from that instruction and keep moving the program pointer by using the Start parameter:
Code:
program.setParam("Start", ins_id)