Amtech
6-126
6
Tc = Time constant. (0 to 100)
Result will be stored in Rn.
58. LPF2 (OPCODE
064)
59. LPF3 (OPCODE
065)
60. LPF4 (OPCODE
066)
Same as LPF1.
61. JMPC (OPCODE
067)
This command is used for conditional Branch application.
Example,
JMPC Xn Fn
Where,
Xn = Command Number (0 to 100)
Fn = Flag Number (0 to 99)
If Fn (flag no) in equal to 1, then It will JUMP to selected Xn Command number and start
executing from there.
62. JMPNC (OPCODE
068)
This command is used for conditional Branch application.
Example,
JMPC Xn Fn
Where,
Xn = Command Number (0 to 100)
Fn = Flag Number (0 to 99)
If Fn (flag no) in not equal to 1, then It will JUMP to selected Xn Command number and start
executing from there.