8 Channels 24MR Industrial Control PLC With RS232 Programming Port
24MR Industrial Control PLC 8 Channels High Speed Pulse Compatible With GX WORKS 2 RS232 Programming Port
Model: CX3G-24M
Digital Input:12
Digital Output:12 (Relay or transistor output)
default 6 channels 1 phase 60khz high speed counting input
default 8 channels high speed pulse output (4*100khz+4*10khz) if transistor.
1rs232 +2rs485 com port
*pwm , analog etc can be customized.
Parameter:
Dimension | 130*90*36mm |
Cutout size | 122*99mm |
Installation | Fixed hole installation and DIN-Rail (35mm ) |
Features | Support interrupt, linear arc interpolation, PID auto-tuning. 32K program capacity, 32K retentive register |
I/O level | Input: Passive NPN, public terminal isolated Relay output: Normally open dry contact |
Digital I/O | 12DI/12DO |
DO type and load | Relay(MR) : 2A/point, 4A/4 point COM, 5A/8 Click COM. |
High speed counting | Single phase 6 channel 60KHz, or 2 AB 60KHz + 1 AB 10KHz, or 2 ABZ 60KHz + 1 AB phase 10 KHz |
High speed pulse | 8 channels, Y0-Y3 is 100KHz, Y4-Y7 is 10KHz |
High-speed counting + high-speed pulse < 480KHz | |
Analog I/O (optional) | 6AI/4AO |
AI type (optional) | Type E/E_/K/K_/S/S_/T/T_/J/J_ thermocouple / PT100/ PT1000/ NTC10K/ NTC50K/ NTC100K/ 0~10V/ 0~5V/ 0-20mA/ 4-20mA/ -5V~5V/ -10V~10V |
AO type (optional) | 0~10V/ 0-~5V/ 0~20mA/ 4~20mA -5~5V/ -10~10V (2DA for 1 minus voltage) |
Default | 1 Mini type B USB programming port, 1 RS232 programming port (Interface terminal is mouse female port with 8 holes), 2 RS485 COM ports |
Optional | Default 2 RS485 COM ports can be customized as 1 RS485, 1 RS232 COM ports, or 1 RS485 COM port, 1 CAN (2.0A/B), or 1 RS232 COM port, 1 CAN (2.0A/B) |
Software | Compatible with GX WORKS 2 |
High speed pulse output:
Coolmay CX3G default has 8 channels high speed pulse, Y0-Y3 each 100KHz, Y4-Y7 each 10KHz,variable speed supported, the initial/final speed of start/stop is 0, diagram as below: (take accelerate and decelerate time D8148 as an example).
Acceleration/deceleration time T calculation= (target speed-current speed) * acceleration/deceleration time÷maximum speed.
For example, target speed = 50000, current speed = 20000, acceleration time 100 (ms), maximum speed = 100,000, T = 30 ms.
CX3G: 8 channels of pulse, the last 4 channels of acceleration and deceleration = D8148, the maximum speed is D8146, D8147.
PLSY, ZRN, PLSV, DRVI, DRVA, DVIT, DSZR, only Y0-Y3 supports DVIT (interrupt positioning), DSZR (originary return with DOG search) instructions.
Pulse point Function Description | Y0 | Y1 | Y2 | Y3 | Y4 | Y5 | Y6 | Y7 |
Pulse operation monitoring | M8340 | M8350 | M8360 | M8370 | M8151 | M8152 | M8153 | M8154 |
Position pulse(32bit) | D8340 D8341 | D8350 D8351 | D8360 D8361 | D8370 D8371 | D8140 D8141 | D8142 D8143 | D8144 D8145 | D8160 D8161 |
accelerate / decelerate time | D8348 D8349 | D8358 D8359 | D8368 D8369 | D8378 D8379 | D8148 | D8148 | D8148 | D8148 |
Pulse stop bit | M8349 | M8359 | M8369 | M8379 | M8450 | M8451 | M8452 | M8453 |
Maximum speed | D8343 D8344 | D8353 D8354 | D8363 D8364 | D8373 D8374 | D8146 D8147 | D8146 D8147 | D8146 D8147 | D8146 D8147 |
The original FX3G pulse program can be used directly.
All the instruction support 8 channels pulse, except DVIT,DSZR which support 4 channels.