Changes for page 12 PLC Protocol OLD

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

From version 138.1
edited by Ben
on 2022/08/30 15:30
Change comment: There is no comment for this version
To version 140.1
edited by Ben
on 2022/08/30 15:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2009,7 +2009,174 @@
2009 2009  **4)Cable Wiring**
2010 2010  
2011 2011  
2012 += **SHIMADEN** =
2012 2012  
2014 +== **FP23** ==
2015 +
2016 +Supported series: SHIMADEN FP23 series
2017 +
2018 +**HMI Setting**
2019 +
2020 +|**Items**|**Settings**|**Note**
2021 +|Protocol|SHIMADEN FP23 series|
2022 +|Connection|RS485 (9600, 1, 7, EVEN)|
2023 +|Port No.|None|
2024 +|PLC station No.|0|
2025 +
2026 +**Address List**
2027 +
2028 +|**Device address**|**HMI register**|**Address range**|**Type**
2029 +|0040-0043(HEX)|FP040|100064-200067|Read only
2030 +|0100-010B(HEX)|FP100|100256-200267|Read only
2031 +|0110-0142(HEX)|FP110|100272-200322|Read only
2032 +|0182-0252(HEX)|FP182|100386-200594|Write only
2033 +|0280-0281(HEX)|FP280|100640-200641|Read only
2034 +|0300-030B(HEX)|FP300|100768-200779|Read and write
2035 +|0380-039F(HEX)|FP380|100896-200927|Read and write
2036 +|0400-04D7(HEX)|FP400|101024-201239|Read and write
2037 +|0500-05B0(HEX)|FP500|101280-201456|Read and write
2038 +|0600-0670(HEX)|FP600|101536-201814|Read and write
2039 +|0720-0738(HEX)|FP720|101824-201848|Read and write
2040 +|0800-083F(HEX)|FP800|102048-202111|Read and write
2041 +|0900-0952(HEX)|FP900|102304-202386|Read and write
2042 +| |Ctrl|0-2|
2043 +
2044 +**✎Note:**
2045 +
2046 +* 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);
2047 +* 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;
2048 +* The Ctrl register is used to store the control group number and BCC check mode.
2049 +
2050 +**Ctrl Register Description**
2051 +
2052 +* 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.
2053 +* 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 .
2054 +* 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;
2055 +* Ctrl3 reserved
2056 +
2057 +**✎Note:**
2058 +
2059 +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.
2060 +
2061 +**Cable Wiring**
2062 +
2063 +(% style="text-align:center" %)
2064 +[[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2065 +
2066 +(% style="text-align:center" %)
2067 +[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2068 +
2069 +**✎Note:** COM3 only available in PI8000/PI9000 series.
2070 +
2071 +== **{{id name="_Toc23422"/}}**SR90 ==
2072 +
2073 +Supported series: SHIMADEN SR90 series
2074 +
2075 +**HMI Setting**
2076 +
2077 +|**Items**|**Settings**|**Note**
2078 +|Protocol|SHIMADEN SR90 protocol|
2079 +|Connection|RS485 (1200, 1, 7, EVEN)|
2080 +|Port No.|None|
2081 +|PLC station No.|0|
2082 +
2083 +**Address List**
2084 +
2085 +|**Device address**|**HMI register**|**Address range**|**Type**
2086 +|0040-0043 (HEX)|SR040|100064-100067|Read only
2087 +|0100-010A(HEX)|SR0100|100256-100266|Read only
2088 +|0182-018C(HEX)|SR0182|100386-100396|Write only
2089 +|0300-04FE(HEX)|SR0300|100768-101278|Write/read
2090 +|0500-050B(HEX)|SR0500|101280-101291|Write/read
2091 +|0590-0611(HEX)|SR0590|101424-101553|Write/read
2092 +|0701-0709(HEX)|SR0701|101793-101801|Write/read
2093 +| |Ctrl|0-2|~-~-
2094 +
2095 +**✎Note:**
2096 +
2097 +* 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);
2098 +* 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;
2099 +* The Ctrl register is used to store the control group number and BCC check mode. See how to use it below;
2100 +
2101 +**Ctrl Register Description**
2102 +
2103 +* 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.
2104 +* 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 .
2105 +* 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;
2106 +* Ctrl3 reserved
2107 +
2108 +**✎Note:**
2109 +
2110 +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.
2111 +
2112 +**Cable Wiring**
2113 +
2114 +(% style="text-align:center" %)
2115 +[[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2116 +
2117 +(% style="text-align:center" %)
2118 +[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2119 +
2120 +**✎Note:** COM3 only available in PI8000/PI9000 series.
2121 +
2122 +== **{{id name="_Toc22635"/}}**MR13 series(standard protocol) ==
2123 +
2124 +Supported series: SHIMADEN MR13 series
2125 +
2126 +**HMI Setting**
2127 +
2128 +|**Items**|**Settings**|**Note**
2129 +|Protocol|SHIMADEN standard protocol|
2130 +|Connection|RS485 (1200, 1, 7, EVEN)|
2131 +|Port No.|None|
2132 +|PLC station No.|0|
2133 +
2134 +**Address List**
2135 +
2136 +|**Device address**|**HMI register**|**Address range**|**Type**
2137 +|0100-010B(HEX)|MR100|100256-300267|Read only
2138 +|0111-0126(HEX)|MR111|100273-300294|Read only
2139 +|0184-0192(HEX)|MR184|100388-300402|Write only
2140 +|0280-0282(HEX)|MR280|100640-300642|Read only
2141 +|0300-030B(HEX)|MR300|100768-300779|Read/write
2142 +|0314-0317(HEX)|MR314|100788-300791|Read/write
2143 +|031A(HEX)|MR31A|100794-300794|Read/write
2144 +|0320-0321(HEX)|MR320|100800-300801|Read/write
2145 +|0400-0504(HEX)|MR400|101024-301284|Read/write
2146 +|0506(HEX)|MR506|101286-301286|Read/write
2147 +|0510-0514(HEX)|MR510|101296-301300|Read/write
2148 +|0516-0524(HEX)|MR516|101302-301316|Read/write
2149 +|0526(HEX)|MR526|101318-301318|Read/write
2150 +|0580-08C3(HEX)|MR580|101408-302243|Read/write
2151 +|~-~-|Ctrl|0-2|~-~-
2152 +
2153 +**✎Note:**
2154 +
2155 +* 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);
2156 +* 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;
2157 +* The Ctrl register is used to store the control group number and BCC check mode.
2158 +
2159 +**Ctrl Register Description**
2160 +
2161 +* 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.
2162 +* 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 .
2163 +* 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;
2164 +* Ctrl3 reserved
2165 +
2166 +**✎Note:**
2167 +
2168 +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.
2169 +
2170 +**Cable Wiring**
2171 +
2172 +(% style="text-align:center" %)
2173 +[[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2174 +
2175 +(% style="text-align:center" %)
2176 +[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2177 +
2178 +**✎Note:** COM3 only available in PI8000/PI9000 series.
2179 +
2013 2013  = Create communication with **MODBUS** =
2014 2014  
2015 2015  == **MODBUS RTU Master** ==
... ... @@ -2221,180 +2221,6 @@
2221 2221  (% style="text-align:center" %)
2222 2222  [[image:12.PLC Protocol_html_2297240b57346b2a.png||data-xwiki-image-style-alignment="center" height="170" width="401" class="img-thumbnail"]]
2223 2223  
2224 -= **SHIMADEN** =
2225 -
2226 -== **FP23** ==
2227 -
2228 -Supported series: SHIMADEN FP23 series
2229 -
2230 -**HMI Setting**
2231 -
2232 -(% class="table-bordered" %)
2233 -|**Items**|**Settings**|**Note**
2234 -|Protocol|SHIMADEN FP23 series|
2235 -|Connection|RS485 (9600, 1, 7, EVEN)|
2236 -|Port No.|None|
2237 -|PLC station No.|0|
2238 -
2239 -**Address List**
2240 -
2241 -(% class="table-bordered" %)
2242 -|**Device address**|**HMI register**|**Address range**|**Type**
2243 -|0040-0043(HEX)|FP040|100064-200067|Read only
2244 -|0100-010B(HEX)|FP100|100256-200267|Read only
2245 -|0110-0142(HEX)|FP110|100272-200322|Read only
2246 -|0182-0252(HEX)|FP182|100386-200594|Write only
2247 -|0280-0281(HEX)|FP280|100640-200641|Read only
2248 -|0300-030B(HEX)|FP300|100768-200779|Read and write
2249 -|0380-039F(HEX)|FP380|100896-200927|Read and write
2250 -|0400-04D7(HEX)|FP400|101024-201239|Read and write
2251 -|0500-05B0(HEX)|FP500|101280-201456|Read and write
2252 -|0600-0670(HEX)|FP600|101536-201814|Read and write
2253 -|0720-0738(HEX)|FP720|101824-201848|Read and write
2254 -|0800-083F(HEX)|FP800|102048-202111|Read and write
2255 -|0900-0952(HEX)|FP900|102304-202386|Read and write
2256 -| |Ctrl|0-2|
2257 -
2258 -**✎Note:**
2259 -
2260 -* 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);
2261 -* 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;
2262 -* The Ctrl register is used to store the control group number and BCC check mode.
2263 -
2264 -**Ctrl Register Description**
2265 -
2266 -* 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.
2267 -* 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 .
2268 -* 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;
2269 -* Ctrl3 reserved
2270 -
2271 -**✎Note:**
2272 -
2273 -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.
2274 -
2275 -**Cable Wiring**
2276 -
2277 -(% style="text-align:center" %)
2278 -[[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2279 -
2280 -(% style="text-align:center" %)
2281 -[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2282 -
2283 -**✎Note:** COM3 only available in PI8000/PI9000 series.
2284 -
2285 -== **{{id name="_Toc23422"/}}SR90** ==
2286 -
2287 -Supported series: SHIMADEN SR90 series
2288 -
2289 -**HMI Setting**
2290 -
2291 -(% class="table-bordered" %)
2292 -|**Items**|**Settings**|**Note**
2293 -|Protocol|SHIMADEN SR90 protocol|
2294 -|Connection|RS485 (1200, 1, 7, EVEN)|
2295 -|Port No.|None|
2296 -|PLC station No.|0|
2297 -
2298 -**Address List**
2299 -
2300 -(% class="table-bordered" %)
2301 -|**Device address**|**HMI register**|**Address range**|**Type**
2302 -|0040-0043 (HEX)|SR040|100064-100067|Read only
2303 -|0100-010A(HEX)|SR0100|100256-100266|Read only
2304 -|0182-018C(HEX)|SR0182|100386-100396|Write only
2305 -|0300-04FE(HEX)|SR0300|100768-101278|Write/read
2306 -|0500-050B(HEX)|SR0500|101280-101291|Write/read
2307 -|0590-0611(HEX)|SR0590|101424-101553|Write/read
2308 -|0701-0709(HEX)|SR0701|101793-101801|Write/read
2309 -| |Ctrl|0-2|~-~-
2310 -
2311 -**✎Note:**
2312 -
2313 -* 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);
2314 -* 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;
2315 -* The Ctrl register is used to store the control group number and BCC check mode. See how to use it below;
2316 -
2317 -**Ctrl Register Description**
2318 -
2319 -* 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.
2320 -* 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 .
2321 -* 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;
2322 -* Ctrl3 reserved
2323 -
2324 -**✎Note:**
2325 -
2326 -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.
2327 -
2328 -**Cable Wiring**
2329 -
2330 -(% style="text-align:center" %)
2331 -[[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2332 -
2333 -(% style="text-align:center" %)
2334 -[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2335 -
2336 -**✎Note:** COM3 only available in PI8000/PI9000 series.
2337 -
2338 -== **{{id name="_Toc22635"/}}MR13 series(standard protocol)** ==
2339 -
2340 -Supported series: SHIMADEN MR13 series
2341 -
2342 -**HMI Setting**
2343 -
2344 -(% class="table-bordered" %)
2345 -|**Items**|**Settings**|**Note**
2346 -|Protocol|SHIMADEN standard protocol|
2347 -|Connection|RS485 (1200, 1, 7, EVEN)|
2348 -|Port No.|None|
2349 -|PLC station No.|0|
2350 -
2351 -**Address List**
2352 -
2353 -(% class="table-bordered" %)
2354 -|**Device address**|**HMI register**|**Address range**|**Type**
2355 -|0100-010B(HEX)|MR100|100256-300267|Read only
2356 -|0111-0126(HEX)|MR111|100273-300294|Read only
2357 -|0184-0192(HEX)|MR184|100388-300402|Write only
2358 -|0280-0282(HEX)|MR280|100640-300642|Read only
2359 -|0300-030B(HEX)|MR300|100768-300779|Read/write
2360 -|0314-0317(HEX)|MR314|100788-300791|Read/write
2361 -|031A(HEX)|MR31A|100794-300794|Read/write
2362 -|0320-0321(HEX)|MR320|100800-300801|Read/write
2363 -|0400-0504(HEX)|MR400|101024-301284|Read/write
2364 -|0506(HEX)|MR506|101286-301286|Read/write
2365 -|0510-0514(HEX)|MR510|101296-301300|Read/write
2366 -|0516-0524(HEX)|MR516|101302-301316|Read/write
2367 -|0526(HEX)|MR526|101318-301318|Read/write
2368 -|0580-08C3(HEX)|MR580|101408-302243|Read/write
2369 -|~-~-|Ctrl|0-2|~-~-
2370 -
2371 -**✎Note:**
2372 -
2373 -* 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);
2374 -* 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;
2375 -* The Ctrl register is used to store the control group number and BCC check mode.
2376 -
2377 -**Ctrl Register Description**
2378 -
2379 -* 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.
2380 -* 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 .
2381 -* 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;
2382 -* Ctrl3 reserved
2383 -
2384 -**✎Note:**
2385 -
2386 -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.
2387 -
2388 -**Cable Wiring**
2389 -
2390 -(% style="text-align:center" %)
2391 -[[image:12.PLC Protocol_html_5e9a81a14106da9e.png||data-xwiki-image-style-alignment="center" height="223" width="392" class="img-thumbnail"]]
2392 -
2393 -(% style="text-align:center" %)
2394 -[[image:12.PLC Protocol_html_1897d92be6948d58.png||data-xwiki-image-style-alignment="center" height="223" width="393" class="img-thumbnail"]]
2395 -
2396 -**✎Note:** COM3 only available in PI8000/PI9000 series.
2397 -
2398 2398  = **User Defined Protocol** =
2399 2399  
2400 2400  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.