Sign in to follow this  
Followers 0
MasterCAT

Automatic download from PC to controller

2 posts in this topic

Hello PLC friends! Is there any way to download a PLC program automatic via script? I have a *.acd- or *.l5k-File and want to download this file via script to the target PLC. Maybe there are possibilities to do that without the RSLogix 5000 program. I don't find any approach.

Share this post


Link to post
Share on other sites
Most likely because there isn't one... .acd extension files are the only ones which could be downloaded to a CPU; .l5k are text/script files containing the application's database and are use exclusively for inter-software inport/export operations- they are not firmware related. Dowloading an application to a controller is a pretty critical operation which requires switching the CPU's operational state from Run/Remote Run Mode to Program Mode and this could be accomplished only via RSL5K Online software or the on-board mode key switch. I don't believe anyone will ever attempt to develop such a feature within an automation controller; the consequences of a "Download Script" glitch could be catastrophical. Edited by dmargineau

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0