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
순차제어 : SET Sxx.xx
후입우선제어 :OUT Sxx.xx
Master Control Instructions : MC, MCRTermination 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
Other Instructions
Sequence Program 정지 : STOP
초기화 프로그램을 종료/스캔프로그램 실행 : INITEND
WDT Reset : WDT, WDTP
Carry Flag Set or Reset : STC, CLC
I/O Refresh : RFS, RFSP
Flip-Flop : FF
Add Comment