Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Attachments (0 modified, 18 added, 0 removed)
- 1.png
- 10.png
- 11.png
- 14.jpg
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- 7.png
- 8.jpg
- 9.png
- Ethernet.png
- xwiki_PIStudio_12.PLC+protocols_WebHome_10385ddd81c8baff.png
- xwiki_PIStudio_12.PLC+protocols_WebHome_4216defdc24cba39.png
- xwiki_PIStudio_12.PLC+protocols_WebHome_75d3f4097ac67d8e.png
- xwiki_PIStudio_12.PLC+protocols_WebHome_a98ee09dac36eba3.png
- xwiki_PIStudio_12.PLC+protocols_WebHome_c884ca361be80135.gif
-
Objects (0 modified, 2 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,0 +1,1 @@ 1 +PIStudio.PLC Protocol.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Hunter1 +XWiki.Molly - Content
-
... ... @@ -247,3 +247,124 @@ 247 247 |CP|ffff|CP0 ~~ FFFF 248 248 |N|ffff|N0 ~~ FFFF 249 249 |F|ffff|F0 ~~ FFFF 250 + 251 +== **Ethernet/IP DF1** == 252 + 253 +Supported Series: Rockwell MicroLogix 1100, 1400, SLC5/05 Ethernet port. MicroLogix1000,1200,1500,SLC 5/03, 5/04 with 1761-NET-ENI 254 + 255 +|**Items**|**Settings**|**Note** 256 +|Protocol|Rockwell Ethernet/IP DF1| 257 +|Connection|Ethernet| 258 +|Port No.|44818| 259 +|PLC station No.|1| 260 + 261 +**Address List** 262 + 263 +|=**Type**|=**Device registers**|=**Format**|=**Range**|=Note 264 +|(% rowspan="7" %)Bit|I1|I1ddd.dd|0.0~~255.15|Only able to communicate with file number I1 265 +|O0|O0ddd.dd|0.0~~255.15|Only able to communicate with file number O0 266 +|S2|S2ddd.dd|0.0~~255.15|Only able to communicate with file number S2 267 +|B3|B3ddd.dd|0.0~~255.15|Only able to communicate with file number B3 268 +|BN|BNddddd.dd|0.0~~99255.15|((( 269 +Bit data file B0~~B99 270 + 271 +First two digits is for file number 272 + 273 +For example, BN13001.00 represents file number B13, address 001, the 0th bit. 274 +))) 275 +|N7|N7ddd.dd|0.0~~255.15|Only able to communicate with file number N7 276 +|NN|NNddddd.dd|0.0~~99255.15|((( 277 +Integer data file bit format N0~~N99 278 + 279 +First two digits is for file number 280 + 281 +For example, NN13001.00 represents file number N13, address 001, the 0th bit. 282 +))) 283 +|(% rowspan="11" %)Word|S2|S2ddd|0~~255|Only able to communicate with file number S2 284 +|T4S|T4Sddd|0~~255|Only able to communicate with file number T4 (Timer Preset Value) 285 +|T4P|T4Pddd|0~~255|Only able to communicate with file number T4 (Timer Accumulator Value) 286 +|TNS|TNSddddd|0~~99255|((( 287 +Timer Preset Value 288 + 289 +First two digits is for file number 290 + 291 +For example, TNS99255 represents file number T99, address 255. 292 +))) 293 +|TNP|TNPddddd|0~~99255|((( 294 +Timer Accumulator Value 295 + 296 +First two digits is for file number 297 + 298 +For example, TNP99255 represents file number T99, address 255. 299 +))) 300 +|C5S|C5Sddd|0~~255|Only able to communicate with file number C5 (Counter Preset Value) 301 +|C5P|C5Pddd|0~~255|Only able to communicate with file number C5 (Counter Accumulator Value) 302 +|CNS|CNSddddd|0~~99255|((( 303 +Counter Preset Value 304 + 305 +First two digits is for file number 306 + 307 +For example, CNS99255 represents file number C99, address 255. 308 +))) 309 +|CNP|CNPddddd|0~~99255|((( 310 +Counter Accumulator Value 311 + 312 +First two digits is for file number 313 + 314 +For example, CNP99255 represents file number C99, address 255. 315 +))) 316 +|N7|N7ddd|0~~255|Only able to communicate with file number N7 317 +|NN|NNddd|0~~99255|((( 318 +Integer data file 319 + 320 +First two digits is for file number 321 + 322 +For example, NN99255 represents file number N99, address 255. 323 +))) 324 +|(% rowspan="3" %)Double Word|F8|F8ddd|0~~255|Only able to communicate with file number F8 325 +|FN|FNddddd|0~~99255|((( 326 +Floating point data file 327 + 328 +First two digits is for file number 329 + 330 +For example, FN99255 represents file number F99, address 255. 331 +))) 332 +|LN|LNddddd|0~~99255|Long 333 + 334 +**PLC Setting:** 335 + 336 +1.Open the RSLinx Classic Lite software and click [Configure Drivers...] in [Communications].[[image:1.png]] 337 + 338 +2.Click the drop-down menu and select EtherNet/IP driver[[image:2.png]] 339 + 340 +3.Click Add New and a pop-up window will pop up. Name the driver and click [OK] in the pop-up window.[[image:3.png]] 341 + 342 +4.The configuration driver window pops up., click on the correct network adapter option (such as the ASIX USB to Fast Ethernet Family Adapter option in this picture), and click OK 343 + 344 +[[image:4.png]] 345 + 346 +5.Click the [Close] button.[[image:5.png]] 347 + 348 +6.Click the [RSWho] button.[[image:6.png]] 349 + 350 +7.Pop up the RS Who window, indicating that the driver has been added successfully.[[image:7.png]] 351 + 352 +8.Open the RSLogix 500Pro software and select [System Comms...] in the [Comms] option.[[image:8.jpg]] 353 + 354 +9.Select the driver you have created. All device nodes in the same LAN as the computer will be scanned. Select the PLC to be connected and click [OK]. 355 + 356 +[[image:9.png]] 357 + 358 +10.Click Comms [Go Online].[[image:10.png]] 359 + 360 +11.Click [YES] in the pop-up window.[[image:11.png]] 361 + 362 +12.Enter online mode.[[image:14.jpg]] 363 + 364 +**Cable Wiring** 365 + 366 +(% style="text-align:center" %) 367 +[[image:Ethernet.png]] 368 + 369 + 370 += Rockwell EtherNet/IP(compactLogix Series) =
- 1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +22.0 KB - Content
- 10.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +112.1 KB - Content
- 11.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +68.6 KB - Content
- 14.jpg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +70.0 KB - Content
- 2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +32.2 KB - Content
- 3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +39.2 KB - Content
- 4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +36.5 KB - Content
- 5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.0 KB - Content
- 6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +18.0 KB - Content
- 7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +24.7 KB - Content
- 8.jpg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +116.6 KB - Content
- 9.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +74.5 KB - Content
- Ethernet.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Molly - Size
-
... ... @@ -1,0 +1,1 @@ 1 +107.1 KB - Content
- xwiki_PIStudio_12.PLC+protocols_WebHome_10385ddd81c8baff.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +17.5 KB - Content
- xwiki_PIStudio_12.PLC+protocols_WebHome_4216defdc24cba39.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +28.5 KB - Content
- xwiki_PIStudio_12.PLC+protocols_WebHome_75d3f4097ac67d8e.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +195.6 KB - Content
- xwiki_PIStudio_12.PLC+protocols_WebHome_a98ee09dac36eba3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +3.1 KB - Content
- xwiki_PIStudio_12.PLC+protocols_WebHome_c884ca361be80135.gif
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Hunter - Size
-
... ... @@ -1,0 +1,1 @@ 1 +8.0 KB - Content
- XWiki.XWikiComments[0]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.VZ - Comment
-
... ... @@ -1,0 +1,2 @@ 1 +I have a 3070ig-O-RS v1.7 HMI panel. 2 +I tried it with an Allen-Bradley Micro820 2080-LC20-20QWB V12 PLC with Ethernet connection, with more different Rockwell protocols (for example Micro850 Ethernet (Free Tags) too). But when I am exporting the PLC TAGs (variables) from Connected Components Workbench (CCW) to a CSV or TXT files, and I am importing these into the PIStudio, an Error message comes in the PIStudio: "Wrong File Format". (???) Please, if anyone can help! - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2024-08-26 18:34:39.437
- XWiki.XWikiComments[1]
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.VZ - Comment
-
... ... @@ -1,0 +1,4 @@ 1 +I imported already successfully the Allen-Bradley Micro PLC's Tags CSV file into the PIStudio 3070ig project (I edited it manually). But on the 3070ig-O-RS V1.7 HMI comes the next message: 2 +"This model does not support Free Tags!" ??? 3 +What could be the problem? This 3070ig type HMI doesn't support this? Maybe I should update the firmware? 4 +Please, if anyone can help! - Date
-
... ... @@ -1,0 +1,1 @@ 1 +2024-09-06 21:58:06.713