RSLogix5K through windows Command Line Interface

PeeLC

Member
Join Date
Oct 2018
Location
Krypton
Posts
30
Hello PLCs.Net!

I am trying to use RSLogix5k via windows command line. I would like there to be a script which automatically opens a project file, goes online, then hits save on it.

This would help me with a type of open source version control I am trying to generate.

Thank you very much!
-PeeLC.
 
There is a lot of things that could go wrong that you will have to account for (not accessible on network, wrong path saved in project, wrong version of RSLogix/Studio, forced to do a complete upload, etc).


I have used the scripting language https://www.autoitscript.com/site/ "AutoIt" to do some basic automation of the actual RSLogix interface. Be sure to use commands like Winwait, Winexist, ControlClick, etc instead of just Sleep and mouseclick.



I don't know of command line parameters other than opening the file.


There is some COM interfaces such as "RSLogix500ProjectFiles" that may be a better approach. Though it doesn't look like as many interfaces as RSLogix5/RSLogix500 COM objects.
 

Similar Topics

Hi, I recently installed a powerflex 700 drive in rslogix5k i/o tree. I am communicating thru a 20commE. I have no communication issues or faults...
Replies
5
Views
1,581
Hello all, I have a csv file produced from rslogix that periodically logs the current state of analog inputs and alarm bool conditions and stores...
Replies
0
Views
1,395
I've heard someone saying I should put as many programs/routines in the continuous task. I also heard others saying use as little continuous task...
Replies
18
Views
6,448
Gents, I've a CompactLogix L35E V19 and a Telemecanique XUW vision sensor. There is an EDS file from the XUW, and I used the EDS hardware wizard...
Replies
2
Views
1,572
Has any of you guys have experience problems with RSLogix5000 and AutoCAD electrical 2015 when they co-exist on a windows 7 Enterprise computer...
Replies
0
Views
1,064
Back
Top Bottom