Changes for page Rockwell

Last modified by Molly on 2024/11/04 18:13

From version 16.1
edited by Molly
on 2024/09/21 15:57
Change comment: There is no comment for this version
To version 18.2
edited by Molly
on 2024/09/21 17:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -367,4 +367,158 @@
367 367  [[image:Ethernet.png]]
368 368  
369 369  
370 -= Rockwell EtherNet/IP(compactLogix Series) =
370 += Rockwell EtherNet/IP(CompactLogix Series) =
371 +
372 +Supported Series: Rockwell CompactLogix Series Ethernet
373 +
374 +|**Items**|**Settings**|**Note**
375 +|Protocol|Rockwell EtherNet/IP (CompactLogix Series)|
376 +|Connection|Ethernet|
377 +|Port No.|44818|
378 +|PLC station No.|1|
379 +
380 +**Support Variable Type**
381 +
382 +|PLC data type|Bit/Word|PIStudio data format|Memo
383 +|BOOL|Boolean|Bit object|
384 +|BitArray| | |
385 +|SINT| | |-128-127
386 +|USINT| | |0~~255
387 +|INT|Integer|16-bit signed, ASCll|-32768~~32767
388 +|UINT| | |0~~65535
389 +|DINT|Double integer|32-bit signed|-2^31~~(2^31-1)
390 +|UDINT| | |0~~4294967295
391 +|REAL|Single Precision Float|32-bit floating|
392 +|LINT|Long integer|64-bit signed|
393 +|ULINT|Long integer|64-bit unsigned|
394 +|LREAL|Double Precision Float|64-bit double|
395 +|STRING| | |Enable Read DWord
396 +
397 +**PLC Setting:**
398 +
399 +1.Open the RSLinx Classic Lite software and click [Configure Drivers...] in [Communications].
400 +
401 +[[image:1726907484077-900.png]]
402 +
403 +2.Click the drop-down menu and select EtherNet/IP driver
404 +
405 +[[image:1726907484081-522.png]]
406 +
407 +3.Click Add New and a pop-up window will pop up. Name the driver and click [OK] in the pop-up window.
408 +
409 +[[image:1726907484084-295.png]]
410 +
411 +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].
412 +
413 +[[image:1726907484085-985.png]]
414 +
415 +5.Click the [Close] button
416 +
417 +[[image:1726907484087-419.png]]
418 +
419 +6.Open Stuido5000 and create a new project or open an existing project.
420 +
421 +To create a new project: click [New Project].
422 +
423 +(% style="text-align:center" %)
424 +[[image:1726907578613-886.png]]
425 +
426 +7.Click the [1769-L16ER-BB1B]→ Edit Project Name → Select the file storage location → [Next]
427 +
428 +(% style="text-align:center" %)
429 +[[image:1726907578645-890.png]]
430 +
431 +8. Select the software version →Select [Expansion I/O] number→ Security Authority → Click [Finish].
432 +
433 +The software version must be the same as the PLC firmware version, and the Security Authority protection should be selected according to personal needs.
434 +
435 +(% style="text-align:center" %)
436 +[[image:1726907578647-323.png]]
437 +
438 +**~ Create a new tag**
439 +
440 +1.Click the drop-down menu on the left of [Controller ABcs]→ Right-click [Controller Tags] → Click [New tag].
441 +
442 +[[image:1726907578648-590.png]]
443 +
444 +2.Input tag name → Select tag type → Create
445 +
446 +(% style="text-align:center" %)
447 +[[image:1726907578652-543.png]]
448 +
449 +Establishing communication
450 +
451 +1.Click [Communications]→Click[Who Active].
452 +
453 +(% style="text-align:center" %)
454 +[[image:6.jpg]]
455 +
456 +2.Select the drive → Select the corresponding PLC →Click [Go Online].
457 +
458 +The driver is a new created driver from step 1.2
459 +
460 +(% style="text-align:center" %)
461 +[[image:1726908219964-183.png]]
462 +
463 +3.Click [Download]
464 +
465 +(% style="text-align:center" %)
466 +[[image:1726908219966-477.png]]
467 +
468 +4.Click [Download]→ [YES].
469 +
470 +(% style="text-align:center" %)
471 +[[image:1726908219968-250.png]]
472 +
473 +
474 +(% style="text-align:center" %)
475 +[[image:1726908219970-794.png]]
476 +
477 +
478 +**Export Tags**
479 +
480 +1.Click the drop-down menu on the left of [Controller ABcs]→Right-click [Controller Tags]→ Click [Export Tags].
481 +
482 +(% style="text-align:center" %)
483 +[[image:11.jpg]]
484 +
485 +2.Edit the tag file name → Select the file storage location → [Export].
486 +
487 +(% style="text-align:center" %)
488 +[[image:1726908448582-442.png]]
489 +
490 + **HMI Setting:**
491 +
492 +① [Project]→[Communication]→[Setting]
493 +
494 +[[image:1726909065716-860.png]]
495 +
496 +② Choose protocol:
497 +
498 + Device type [Rockwell]→[Rockwell EtherNet/IP(CompactLogix Series)]→[OK]
499 +
500 +(% style="text-align:center" %)
501 +[[image:1726909065723-657.png]]
502 +
503 +③[Setting]→[PLC IP Address]→[OK]→[Labels manage].
504 +
505 +(% style="text-align:center" %)
506 +[[image:1726909065724-657.png]]
507 +
508 +④Tags import:
509 +
510 +[Import Tags From File]→Choose the .CSV file→[Open]→[Save]→[OK]
511 +
512 +(% style="text-align:center" %)
513 +[[image:1726909065726-124.png]]
514 +
515 +**Project making**
516 +
517 +①Using PIStudio to program a HMI project depending on the requirements.
518 +
519 +(% style="text-align:center" %)
520 +[[image:1726909065727-501.png]]
521 +
522 +②After programming[Compile], you can download the project into HMI when compilation complete.
523 +
524 +[[image:1726909065727-109.png]]
11.jpg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +70.8 KB
Content
1726907484077-900.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +22.0 KB
Content
1726907484081-522.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +32.2 KB
Content
1726907484084-295.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +39.2 KB
Content
1726907484085-985.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +36.5 KB
Content
1726907484087-419.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +25.0 KB
Content
1726907578613-886.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +220.3 KB
Content
1726907578645-890.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +34.1 KB
Content
1726907578647-323.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +27.9 KB
Content
1726907578648-590.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +105.8 KB
Content
1726907578652-543.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +19.1 KB
Content
1726908219954-418.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +132.7 KB
Content
1726908219964-183.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +24.9 KB
Content
1726908219966-477.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +20.5 KB
Content
1726908219968-250.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +26.1 KB
Content
1726908219970-794.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +6.1 KB
Content
1726908448571-687.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +134.3 KB
Content
1726908448582-442.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +70.0 KB
Content
1726909065716-860.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +99.4 KB
Content
1726909065723-657.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +28.0 KB
Content
1726909065724-657.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +44.7 KB
Content
1726909065726-124.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +16.4 KB
Content
1726909065727-109.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +87.7 KB
Content
1726909065727-501.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +7.9 KB
Content
6.jpg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Molly
Size
... ... @@ -1,0 +1,1 @@
1 +69.3 KB
Content