1747 AENTR Software Migration

ESECOTV
3 Jul 202406:38

Summary

TLDRThis video tutorial guides users through modernizing hardware by migrating RSLogix 500 programs to Studio 5000 Logix Designer. It covers the use of the migration wizard in RSLogix 500 v12, which simplifies the process compared to the previous standalone utility. The script details steps like preparing the project, selecting the controller platform, and handling IO configurations. It also addresses challenges in transferring address comments and suggests a method to expedite the process using CSV files for large systems, ensuring a smooth transition to the new platform.

Takeaways

  • 🔧 Modernizing hardware requires careful migration of RSLogix programs to a newer version.
  • 📂 RSLogix 500 version 12 introduced the 'Save as' feature to export programs as Logix Designer files.
  • 🔄 A built-in migration wizard helps configure the new Logix Designer file after conversion.
  • 📁 Prior versions required a separate RS Logix Project Migrator utility for conversion.
  • 🗑️ Before conversion, it's recommended to clean up unused memory addresses or routines in RSLogix 500.
  • 🔗 The migration process involves associating symbols in the Slick program with Alias tags in Logix Designer.
  • 💾 The migration utility allows specifying the controller platform and processor type for the new configuration.
  • ⏳ The migration process may take time to complete, requiring patience from the user.
  • 🔄 A phased migration with the 1747 AENT retains existing IO while updating to new modules or using a wiring conversion system.
  • 📝 Address comments for data files transfer to the new tag structures in Logix Designer if 'Create Alias Tags' is unchecked.
  • 🔄 If 'Create Alias Tags' is checked, the symbol name becomes the tag name with the original data address referenced in its Alias property.
  • 📋 For large systems, manually moving address comments to new IO points can be time-consuming and may benefit from using a CSV export and import method.

Q & A

  • What is the main focus of the video?

    -The main focus of the video is on converting a Slick application file from RS Logix 500 to Studio 5000 Logix Designer.

  • What new feature is available in version 12 of RS Logix 500?

    -Version 12 of RS Logix 500 includes the ability to select 'Save Program As' and then choose Logix Designer file (ACD) as the file type, initiating the migration wizard.

  • What utility was available prior to version 12 of RS Logix 500 for project migration?

    -Before version 12, the RS Logix Project Migrator utility was available as a separate download from Rockwell's website.

  • What should be done before starting the conversion process in RS Logix 500?

    -Before starting the conversion process, it is recommended to delete or remove unused memory addresses or routines in RS Logix 500.

  • What is the first step in converting a Slick application file to a Logix Designer file?

    -The first step is to open the Slick application file in RS Logix 500 and then select 'Save As', changing the save file type to Logix Designer file (ACD).

  • What should you be aware of when the export tool is launched during the conversion?

    -Be aware that it may take some time before the first configuration screen appears once the export tool is launched.

  • What processor type is used in the video example for conversion?

    -In the video example, a 5069-L310ER processor is used for conversion.

  • What should you do if the processor type you are planning to use doesn't show up in the list?

    -If the processor type you are planning to use doesn't show up in the list, you can change the processor type in Logix Designer once you have opened the converted file.

  • What does selecting 'Keep existing IO' during migration imply?

    -Selecting 'Keep existing IO' implies that you will retain the existing I/O modules instead of replacing them with new ones.

  • What happens to the address comments during the conversion process?

    -The address comments for bits, timers, counters, integers, and other data files are transferred to the tag structures representing the data table files if 'Create Alias Tags' was unchecked. If checked, the address comment is assigned to the new tag structure but bleeds through to the base tag.

  • Why might you need to manually copy input and output module descriptions after conversion?

    -You might need to manually copy input and output module descriptions because the descriptions do not transfer automatically; placeholder tags are created instead, and the descriptions need to be moved manually or via a CSV file import.

  • How can you accelerate the task of transferring module descriptions for large systems?

    -To accelerate the task, you can export the tags to a CSV file, manipulate the tag file in Excel, and then import the tags back into your application.

  • What is the final step after converting and adjusting tag descriptions in the video?

    -The final step is to clean up any untranslatable or wrong instructions in the converted application.

Outlines

00:00

🔧 Modernizing Hardware and Migrating RSLogix Programs

This paragraph discusses the process of modernizing hardware and migrating RSLogix programs. It highlights the introduction of a migration wizard in version 12 of RSLogix 500, which allows users to convert SLC application files to Studio 5000 Logix Designer files. The text explains the initial steps of opening the SLC application file, deleting unused memory addresses, and saving the file as a Logix Designer file. It also mentions the need to select the appropriate controller platform and revision version during the conversion process.

05:02

📥 Exporting and Importing Tag Descriptions

This paragraph focuses on handling tag descriptions during the migration process. It explains that address comments for various data files transfer to the new tag structures. However, input and output module descriptions do not transfer and require manual copying or the use of a CSV file for batch updates. The text provides a step-by-step guide on exporting tags and logic comments to a CSV file, adjusting the file in Excel, and re-importing it to ensure all tag descriptions are correctly populated. It concludes by mentioning the need to clean up untranslatable or incorrect instructions after importing.

Mindmap

Keywords

💡RSLogix 500

RSLogix 500 is a programming software used for developing and managing automation projects in Allen-Bradley's SLC 500 and MicroLogix controllers. In the video, it is the source application from which the SLC (Slick) application file is being converted. The modernization process includes migrating programs from this software to newer platforms like Studio 5000.

💡Studio 5000

Studio 5000 is an integrated development environment for configuring, programming, and maintaining automation systems from Rockwell Automation. The video focuses on converting a SLC application file from RSLogix 500 to Studio 5000 Logix Designer, highlighting its newer features and the steps involved in the migration process.

💡Migration Wizard

The Migration Wizard is a tool in RSLogix 500 version 12 that facilitates the conversion of SLC application files to Studio 5000 Logix Designer files. The video explains how this wizard guides users through the process of configuring and migrating their automation projects, ensuring compatibility and proper setup in the new environment.

💡SLC Application File

An SLC Application File is a project file used in RSLogix 500 for programming SLC 500 controllers. The video discusses converting this file to a Studio 5000 Logix Designer file, detailing the steps and considerations involved in the migration process.

💡Controller Platform

The Controller Platform refers to the specific hardware or processor type used in an automation system. During the migration process described in the video, users must specify the controller platform they are targeting in Studio 5000, such as a 5069 L310 ER processor, ensuring the converted application is compatible with the intended hardware.

💡Ethernet Adapter

An Ethernet Adapter is a device that facilitates communication between automation controllers and other networked devices. In the video, it is mentioned in the context of selecting the controller platform for the SLC application, indicating that the system uses an Ethernet adapter for connectivity.

💡Alias Tags

Alias Tags are alternative names assigned to existing tags in an automation program, making it easier to reference and manage data points. The video covers the option to associate symbols from the SLC program with Alias Tags in Studio 5000, explaining how this affects the migration and data handling in the new system.

💡IO Modules

IO Modules (Input/Output Modules) are hardware components that interface with field devices to collect input signals and send output signals. The video discusses how the migration process handles existing IO modules, including keeping them in place or updating them, and the manual effort needed to transfer descriptions for large systems.

💡CSV File

A CSV File (Comma-Separated Values File) is a text file that stores tabular data in a simple format, where each line represents a row and columns are separated by commas. The video describes using CSV files to export and manipulate tag data in Excel, facilitating the migration of tag descriptions from the SLC application to Studio 5000.

💡Tag Descriptions

Tag Descriptions are textual comments or notes associated with tags in an automation program, providing context and information about the data points. The video highlights the process of transferring these descriptions during the migration, ensuring that the new system retains the necessary information for understanding and maintaining the automation logic.

Highlights

Modernize hardware by migrating RS Logix programs to Studio 5000 Logix Designer.

Convert SLC application files from RS Logix 500 to Studio 5000 Logix Designer.

RS Logix 500 version 12 introduces 'Save As' feature for Logix Designer files.

Migration wizard in RS Logix 500 version 12 allows configuration of Logix Designer files.

Prior to version 12, RS Logix project migrator utility was a separate download.

RS Logix 5 also has built-in migration utility in its latest version.

Start migration by deleting unused memory addresses or routines in RS Logix 500.

During conversion, decide if symbols in SLC program will be associated with alias tags in Logix Designer.

Specify controller platform and revision in the export tool during migration.

Keep existing IO during phased migration with 1747-AENT.

Converted SLC IO in Studio 5000 Logix Designer will have 'Enbridge' prefix with slot position.

Address comments for bits, timers, counters, and other data files transfer to tag structures in Logix Designer.

Placeholder tags for input and output modules are created during migration.

Manually copy comments from placeholder tags to actual IO points or use CSV export/import to accelerate the process.

Use Excel to manipulate exported tag files and re-import them to Logix Designer for quicker comment transfer.

Transcripts

play00:00

if you modernize your Hardware you must

play00:02

consider how to migrate your RS Logics

play00:05

program in this video we're going to

play00:07

convert a slick application file from RS

play00:10

logixs 500 to Studio 5000 logixs

play00:14

[Music]

play00:22

designer one of the new features in

play00:24

version 12 of RS logixs 500 is the

play00:27

ability to select save program as has

play00:30

and then select Logix designer file. ACD

play00:34

as the file type this starts the

play00:36

migration wizard that will allow you to

play00:38

specify how your logic's designer file

play00:40

will be configured once the conversion

play00:43

is complete we'll dive deeper into those

play00:45

details shortly prior to version 12 of

play00:48

RS logixs 500 the RS Logix project

play00:51

migrator utility was available as a

play00:53

separate download from Rockwell's

play00:54

website this utility worked well but did

play00:57

not have all the configuration options

play00:59

that the built-in utility has in version

play01:02

12 of RS Logix 500 the latest version of

play01:05

RS Logix 5 also has the built-in

play01:08

migration utility available start by

play01:10

opening the Slick application file in RS

play01:13

logixs 500 before starting the

play01:15

conversion delete or remove unused

play01:18

memory addresses or routines in RS

play01:20

logixs 500 then select save as change

play01:24

the save as file type to logic's

play01:26

designer file then decide whether or not

play01:29

you're going to associate at symbols in

play01:30

the Slick program assuming you had

play01:32

symbols in your slick program with Alias

play01:35

tags in Logix designer the export tool

play01:38

is launched by hitting the save button

play01:40

be aware that it may take some time

play01:42

before the first configuration screen

play01:44

appears once the export tool is launched

play01:47

you'll specify the controller platform

play01:49

because we're using an ethernet adapter

play01:51

for a slick chassis a compact or control

play01:54

Logics processor could be selected we're

play01:56

going to use a 5069 l310 ER processor

play02:00

it's not a big deal if the processor you

play02:02

are planning to use doesn't show up in

play02:04

the list you can change the processor

play02:07

type in logics designer once you got the

play02:09

converted file open finish this step by

play02:12

selecting the revision you're planning

play02:14

to use once again not a big deal if the

play02:17

version you're planning to use isn't

play02:19

available make sure to select an earlier

play02:22

version if possible and then change it

play02:24

once the ACD file is created doing a

play02:27

phased migration with the 1747 aent

play02:30

means you'll keep the existing IO

play02:33

understand that update all IO is used

play02:36

when you're going to do a rip and

play02:37

replace with the allnew io modules or

play02:40

use the wiring conversion system once

play02:43

you've selected keep existing IO hit the

play02:45

migrate button please be patient as it

play02:48

may take a couple of minutes for the

play02:49

conversion to complete once complete hit

play02:52

the launch RS Logix 5000 button this

play02:55

will open the converted application in

play02:57

studio 5000 logic designer if you open

play03:01

the controller tags you'll notice that

play03:02

the Slick IO now has the prefix

play03:06

Enbridge

play03:07

1746 with slot position and I or o this

play03:11

makes for an awfully long tag name once

play03:14

you've added the actual IO Point

play03:16

probably a good idea to change the

play03:18

adapter name to something short like

play03:20

rack one you'll be pleased to note that

play03:23

the address comments for the bits timers

play03:25

counters integers and other data files

play03:28

did transfer to the tag structures that

play03:30

represent the data table files this will

play03:33

happen if create Alias tags was

play03:36

unchecked if you selected checked Alias

play03:38

tag the address comment is still

play03:40

assigned to the new tag structure that

play03:42

was the data table file but now the

play03:45

symbol name is the tag name and that tag

play03:48

name references the old data address in

play03:51

its Alias 4 property and because the

play03:54

address comment was transferred to the

play03:56

Alias it bleeds through to the base tag

play03:59

the result is that the 5,000 ladder

play04:02

window looks pretty much the same as the

play04:04

500 ladder window what you may have

play04:06

noticed earlier is that the address

play04:07

comments for the input and output

play04:09

modules do not get transferred as it

play04:12

states in the description for input zero

play04:15

here is what happens a placeholder tag

play04:18

was created for each module it is

play04:20

labeled Legacy value and descriptions as

play04:24

you can see all the descriptions ended

play04:26

up in the placeholder tag but they have

play04:28

to be moved to to the new IO Point

play04:31

description within logic's designer you

play04:33

can manually copy each comment from the

play04:35

placeholder to the actual iio point this

play04:39

could take hours or even days to

play04:41

complete for large systems that use 32

play04:43

point.io modules like this one one way

play04:45

to accelerate this task is to export the

play04:48

tags to a CSV file manipulate the tag

play04:51

file in Excel and then import those tags

play04:54

back into your application here's how

play04:57

this works manually copy the tag

play04:59

description to the first module input

play05:01

description as we just did then copy the

play05:04

last comment in that placeholder group

play05:07

to the last input description on the

play05:09

first module you got the first and you

play05:11

got the last description you need to do

play05:13

this for each module in that slick

play05:16

system then go to tools export and

play05:20

select tag and logic comments then

play05:22

select export open the file adjust the

play05:25

comment width and scroll down to the two

play05:28

comments you just copied select the row

play05:30

that has the last commment and come down

play05:32

14 rows then select insert to verify you

play05:36

have the correct number Select Point Z

play05:38

in column F populate the column down to

play05:43

14 now populate columns A and C into the

play05:47

inserted space scroll down to the

play05:49

placeholder with the descriptions and

play05:51

copy the descriptions and then paste

play05:54

them into the inserted rows save the CSV

play05:58

file now go back to to logic designer

play06:00

and select tools import and select tags

play06:03

and logic comments select the CSV file

play06:07

and then select import as you can see

play06:10

all of the input module tag descriptions

play06:12

populate correctly once all the comments

play06:15

are straight we can start cleaning up

play06:17

all the untranslatable wrong

play06:19

instructions thanks for watching and if

play06:21

you have any questions or concerns

play06:23

please contact your local es& account

play06:25

manager or automation

play06:28

specialist

play06:32

[Music]

Rate This

5.0 / 5 (0 votes)

Etiquetas Relacionadas
RSLogix 500Studio 5000Migration GuideAutomationRockwellPLC ProgrammingSoftware ConversionEngineeringStep-by-StepControl Systems
¿Necesitas un resumen en inglés?