Omron CP1 series PLC high-speed counter current value of how to maintain power?

Save power by PV PRV read to D, use INI instruction change PV power function, the D area data assignment back to PV. (Note: After the power failure, to ensure that the encoder does not rotate, otherwise the amount of rotation of the pulse will be lost).To maintain the high-speed counter 0 PV value

Omron PLC and Siemens touch screen Communication setting method

OMRON PLC can not communicate with TP177B / DP touch screen,  But TP177A / DP and other communication with the screen (have repeatedly tested)Specific settings Communication Notes:(1) All communication settings (HMI and PLC) must be consistent (station number, baud rate, parity, etc.,   Use the default values ​​here namely: "9600,7, Even / even, 2");(2) CPU-42H 4 feet should … Continue reading Omron PLC and Siemens touch screen Communication setting method

How to use the CX-Programmer software and CJ1W / CS1W-ETN21 module communication?

Suppose the computer network card IP address: 192.168.59.54.① Setting CJ1W / CS1W-ETN21 module NODE number: NODE = 0 × 161 +3 × 160 = 3② Set module parameters:CX-Programmer software through the serial port and the PLC online, PLC switch to programming mode, double-click the IO tables and unit settings, select the option to create a drop-down … Continue reading How to use the CX-Programmer software and CJ1W / CS1W-ETN21 module communication?

SCL instruction – Omron PLC ladder

Condition: The transmitter output signal is 0-10V, corresponding to a pressure of 0-400MPa; CP1H analog input range is set to 0-10V, resolution selection 6000.Objective: Use the SCL instruction converts the analog data obtained 0-6000 (BIN) to the corresponding scaling 0-400MPa (BCD) display output.Results: after the program execution can be achieved 0-6000 (BIN) to convert 0-400 (BCD) … Continue reading SCL instruction – Omron PLC ladder