기본 명령 상세
CIMON-PLC 기본 명령어 입니다.
See :
Contact Instruction
연산개시, 직렬접속, 병렬접속 : LD, LDI, AND, ANDI, OR, ORI
상승-하강점 연산개시, 직렬접속, 병렬접속 : LDP, LDF, ANDP, ANDF, ORP, ORF
연산결과의 반전 : INV
데이터 디바이스(D영역) 비트제어 : LDBT, LDBTI, ANDBT, ANDBTI, ORBT, ORBTI
Connection Instruction
Block 직렬접속, 병렬접속 : ANB, ORB
다중분기 명령 : MPS, MRD, MPP
Out Instruction
Bit Device, Timer, Counter 출력 : OUT
Bit Device set : SET
Bit Device Reset : RST
상승, 하강 시, 1스캔 출력 : PLS, PLF
Step Control Instruction
순차제어 : SET Sxx.xx
후입우선제어 :OUT Sxx.xx
Termination Instruction
Main Routine Program 종료 : END
조건에 대한 Main Routine Program 종료 : CEND, CENDP
Sequence Program 종료 : PEND
Program branch Instructions
Jump Instruction : JMP, JMPP, JME
Sub-Routine 분기명령 : CALL, CALLP, SBRT, RET
Sub-Routine Calls Between Program File : ECALL, ECALLP, SBRT, RET
Structure Creation Instruction
FOR-NEXT 명령 : FOR, NEXT
FOR to NEXT 명령문의 강제 종료 : BREAK, BREAKP
Program execution Instructions
Enable, Disable Interrupt : EI, DI, GEI, GDI
Return : IRET
Enable, Disable Program : EPGM, DPGM