OpenRSLogix5000
Opens the
Studio 5000 Logix Designer
project, and then displays the specified routine. This command can only be issued from FactoryTalk View Studio
, FactoryTalk Administration Console
, or the FactoryTalk View SE
Client, and requires Studio 5000 Logix Designer
installed on the computer on which the command is issued.Syntax
OpenRSLogix5000
<project> <program
or phase> <routine>
[/RN
rung_number
] | [/RI
rung_identifier
]
where
<project>
is a parameter specifying the full path to a Studio 5000 Logix Designer
project file (*.acd
). If there are spaces in the path name, enclose the path in quotation marks (" ").<program
or phase>
is a parameter specifying the name of the program in the Studio 5000 Logix Designer
project.<routine>
is the name of the routine in the program.[/RN
rung_number
]
is an optional parameter that represents the number of a rung in a ladder diagram routine.[/RI
rung_identifier
]
is an optional parameter that represents the identifier of a rung in a ladder diagram routine. Use a rung identifier to avoid navigating to the wrong rung in a ladder diagram if a rung is added or removed subsequently, causing the rung numbers to change.Examples
OpenRSLogix5000 "c:\My Projects\Pumphouse.acd" MainProgram Ladder1 /RN34
This command opens the project called Pumphouse.acd, locates the program called MainProgram, opens the routine called Ladder1, and navigates to rung number 34.
OpenRSLogix5000 c:\Pumphouse\Pumphouse.acd MainProgram Ladder1 /RI4967157
This command opens the project called Pumphouse.acd, locates the program called MainProgram, opens the routine called Ladder1, and navigates to the rung with the identifier 4967157.
OpenRSLogix5000 \\comp1\Projects\Pumphouse.acd Welder Ladder1
This command opens the project called Pumphouse.acd on the computer called comp1, locates the program called Welder, and then opens the routine called Ladder1 at rung 0.
OpenRSLogix5000 c:\Pumphouse\Pumphouse.acd Welder Motion3
This command opens the project called Pumphouse.acd, locates the program called Welder, and then opens the routine called Motion3. If this routine is not a ladder diagram, the cursor is placed at the top of the routine. If this routine is a ladder diagram, the cursor is placed at rung 0.
Remarks
Specify either a rung number or a rung identifier, but not both.
You can use the
Command Wizard
to convert a rung number to a rung identifier.This command is run on the
FactoryTalk View SE
Client or FactoryTalk View Studio
that issued it. It is ignored when it is issued from an HMI Server.Provide Feedback