Changes for page 12 PLC Protocol OLD

Last modified by Mora Zhou on 2024/12/05 14:53

From version 141.1
edited by Ben
on 2022/08/30 15:35
Change comment: There is no comment for this version
To version 139.1
edited by Ben
on 2022/08/30 15:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1971,7 +1971,7 @@
1971 1971  **4)Cable Wiring**
1972 1972  
1973 1973  
1974 -= Create communication with Inovance** PLC** =
1974 += Create communication with XINJE** PLC** =
1975 1975  
1976 1976  == **H3U serial protocol** ==
1977 1977  
... ... @@ -2388,6 +2388,180 @@
2388 2388  (% style="text-align:center" %)
2389 2389  [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
2390 2390  
2391 += **SHIMADEN** =
2392 +
2393 +== **FP23** ==
2394 +
2395 +Supported series: SHIMADEN FP23 series
2396 +
2397 +**HMI Setting**
2398 +
2399 +(% class="table-bordered" %)
2400 +|**Items**|**Settings**|**Note**
2401 +|Protocol|SHIMADEN FP23 series|
2402 +|Connection|RS485 (9600, 1, 7, EVEN)|
2403 +|Port No.|None|
2404 +|PLC station No.|0|
2405 +
2406 +**Address List**
2407 +
2408 +(% class="table-bordered" %)
2409 +|**Device address**|**HMI register**|**Address range**|**Type**
2410 +|0040-0043(HEX)|FP040|100064-200067|Read only
2411 +|0100-010B(HEX)|FP100|100256-200267|Read only
2412 +|0110-0142(HEX)|FP110|100272-200322|Read only
2413 +|0182-0252(HEX)|FP182|100386-200594|Write only
2414 +|0280-0281(HEX)|FP280|100640-200641|Read only
2415 +|0300-030B(HEX)|FP300|100768-200779|Read and write
2416 +|0380-039F(HEX)|FP380|100896-200927|Read and write
2417 +|0400-04D7(HEX)|FP400|101024-201239|Read and write
2418 +|0500-05B0(HEX)|FP500|101280-201456|Read and write
2419 +|0600-0670(HEX)|FP600|101536-201814|Read and write
2420 +|0720-0738(HEX)|FP720|101824-201848|Read and write
2421 +|0800-083F(HEX)|FP800|102048-202111|Read and write
2422 +|0900-0952(HEX)|FP900|102304-202386|Read and write
2423 +| |Ctrl|0-2|
2424 +
2425 +**✎Note:**
2426 +
2427 +* The upper 2 bits of the address of the HMI register are taken as the sub address, and the real address is the last four bits (for example, if the address is 100256, then 10 is the sub address as 1, and 0256 is the real address);
2428 +* The address range in the table is only divided by the start and end addresses, and some of the addresses in the range have no corresponding address in FP23;
2429 +* The Ctrl register is used to store the control group number and BCC check mode.
2430 +
2431 +**Ctrl Register Description**
2432 +
2433 +* The Ctrl register is a special register that does not communicate with the temperature controller. User needs to assign value in the screen according to the settings as in the temperature controller.
2434 +* Ctrl0 indicates the setting of the control character, the valid values are 1, 2, 3 respectively, and the corresponding control group is: STX_ETX_CR , STX_ETX_CR LF and @_:_CR .
2435 +* Ctrl1 indicates the BCC block check mode. The valid value range is 1-4. The corresponding check mode is: 1.ADD, 2.ADD_two's cmp, 3.XOR, 4.None;
2436 +* Ctrl3 reserved
2437 +
2438 +**✎Note:**
2439 +
2440 +After reloading the HMI project or restarting the HMI, HMI will reset the value of ctrl0 and ctrl1 as 1, so user need to set these two values to make it the same as it in the temperature controller, then communication will be normal.
2441 +
2442 +**Cable Wiring**
2443 +
2444 +(% style="text-align:center" %)
2445 +[[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2446 +
2447 +(% style="text-align:center" %)
2448 +[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2449 +
2450 +**✎Note:** COM3 only available in PI8000/PI9000 series.
2451 +
2452 +== **{{id name="_Toc23422"/}}SR90** ==
2453 +
2454 +Supported series: SHIMADEN SR90 series
2455 +
2456 +**HMI Setting**
2457 +
2458 +(% class="table-bordered" %)
2459 +|**Items**|**Settings**|**Note**
2460 +|Protocol|SHIMADEN SR90 protocol|
2461 +|Connection|RS485 (1200, 1, 7, EVEN)|
2462 +|Port No.|None|
2463 +|PLC station No.|0|
2464 +
2465 +**Address List**
2466 +
2467 +(% class="table-bordered" %)
2468 +|**Device address**|**HMI register**|**Address range**|**Type**
2469 +|0040-0043 (HEX)|SR040|100064-100067|Read only
2470 +|0100-010A(HEX)|SR0100|100256-100266|Read only
2471 +|0182-018C(HEX)|SR0182|100386-100396|Write only
2472 +|0300-04FE(HEX)|SR0300|100768-101278|Write/read
2473 +|0500-050B(HEX)|SR0500|101280-101291|Write/read
2474 +|0590-0611(HEX)|SR0590|101424-101553|Write/read
2475 +|0701-0709(HEX)|SR0701|101793-101801|Write/read
2476 +| |Ctrl|0-2|~-~-
2477 +
2478 +**✎Note:**
2479 +
2480 +* The upper 2 bits of the address of HMIs are taken as the sub address, and the real address is the last four bits (for example, if the address is 100256, then 10 is the sub address as 1, and 0256 is the real address);
2481 +* The address range in the table is only divided by the start and end addresses, and some of the addresses in the range have no corresponding address in SR90;
2482 +* The Ctrl register is used to store the control group number and BCC check mode. See how to use it below;
2483 +
2484 +**Ctrl Register Description**
2485 +
2486 +* The Ctrl register is a special register that does not communicate with the temperature controller. User needs to assign value in the screen according to the settings as in the temperature controller.
2487 +* Ctrl0 indicates the setting of the control character, the valid values are 1, 2, 3 respectively, and the corresponding control group is: STX_ETX_CR , STX_ETX_CR LF and @_:_CR .
2488 +* Ctrl1 indicates the BCC block check mode. The valid value range is 1-4. The corresponding check mode is: 1.ADD, 2.ADD_two's cmp, 3.XOR, 4.None;
2489 +* Ctrl3 reserved
2490 +
2491 +**✎Note:**
2492 +
2493 +After reloading the HMI project or restarting the HMI, HMI will reset the value of ctrl0 and ctrl1 as 1, so user need to set these two values to make it the same as it in the temperature controller, then communication will be normal.
2494 +
2495 +**Cable Wiring**
2496 +
2497 +(% style="text-align:center" %)
2498 +[[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2499 +
2500 +(% style="text-align:center" %)
2501 +[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2502 +
2503 +**✎Note:** COM3 only available in PI8000/PI9000 series.
2504 +
2505 +== **{{id name="_Toc22635"/}}MR13 series(standard protocol)** ==
2506 +
2507 +Supported series: SHIMADEN MR13 series
2508 +
2509 +**HMI Setting**
2510 +
2511 +(% class="table-bordered" %)
2512 +|**Items**|**Settings**|**Note**
2513 +|Protocol|SHIMADEN standard protocol|
2514 +|Connection|RS485 (1200, 1, 7, EVEN)|
2515 +|Port No.|None|
2516 +|PLC station No.|0|
2517 +
2518 +**Address List**
2519 +
2520 +(% class="table-bordered" %)
2521 +|**Device address**|**HMI register**|**Address range**|**Type**
2522 +|0100-010B(HEX)|MR100|100256-300267|Read only
2523 +|0111-0126(HEX)|MR111|100273-300294|Read only
2524 +|0184-0192(HEX)|MR184|100388-300402|Write only
2525 +|0280-0282(HEX)|MR280|100640-300642|Read only
2526 +|0300-030B(HEX)|MR300|100768-300779|Read/write
2527 +|0314-0317(HEX)|MR314|100788-300791|Read/write
2528 +|031A(HEX)|MR31A|100794-300794|Read/write
2529 +|0320-0321(HEX)|MR320|100800-300801|Read/write
2530 +|0400-0504(HEX)|MR400|101024-301284|Read/write
2531 +|0506(HEX)|MR506|101286-301286|Read/write
2532 +|0510-0514(HEX)|MR510|101296-301300|Read/write
2533 +|0516-0524(HEX)|MR516|101302-301316|Read/write
2534 +|0526(HEX)|MR526|101318-301318|Read/write
2535 +|0580-08C3(HEX)|MR580|101408-302243|Read/write
2536 +|~-~-|Ctrl|0-2|~-~-
2537 +
2538 +**✎Note:**
2539 +
2540 +* The upper 2 bits of the address of the HMI register are taken as the sub address, and the real address is the last four bits (for example, if the address is 100256, then 10 is the sub address as 1, and 0256 is the real address);
2541 +* The address range in the table is only divided by the start and end addresses, and some of the addresses in the range have no corresponding address in MR13;
2542 +* The Ctrl register is used to store the control group number and BCC check mode.
2543 +
2544 +**Ctrl Register Description**
2545 +
2546 +* The Ctrl register is a special register that does not communicate with the temperature controller. User needs to assign value in the screen according to the settings as in the temperature controller.
2547 +* Ctrl0 indicates the setting of the control character, the valid values are 1, 2, 3 respectively, and the corresponding control group is: STX_ETX_CR, STX_ETX_CR LF and @_:_CR .
2548 +* Ctrl1 indicates the BCC block check mode. The valid value range is 1-4. The corresponding check mode is: 1.ADD, 2.ADD_two's cmp, 3.XOR, 4.None;
2549 +* Ctrl3 reserved
2550 +
2551 +**✎Note:**
2552 +
2553 +After reloading project or restarting the HMI, HMI will reset the value of ctrl0 and ctrl1 as 1, so user need to set these two values to make it the same as it in the temperature controller, then communication will be normal.
2554 +
2555 +**Cable Wiring**
2556 +
2557 +(% style="text-align:center" %)
2558 +[[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2559 +
2560 +(% style="text-align:center" %)
2561 +[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2562 +
2563 +**✎Note:** COM3 only available in PI8000/PI9000 series.
2564 +
2391 2391  = **User Defined Protocol** =
2392 2392  
2393 2393  If the device does not support MODBUS standard, and the protocol is not list in PIStudio, then user can define the protocol by following instruction to realize simply communication functions like sending and receiving commands.