PLC.RSS file and Access Database

angi

Member
Join Date
Jan 2010
Location
us
Posts
361
Hi guys

Anybody got the experience to set up a Access Database for .Rss file?
I am going to use a command button in Access to open one PLC program( what I want to do is click the command button in database to open the PLC program), but I could not set up the link from the button to the program.

Help me to figure out please.

Thanks
 
What EXACTLY are you wanting to do? To the best of my knowledge, there's nothing meaningful in an .RSS that you could use Access for...
 
To amplify on my previous reply, set up the button and set its 'Hyperlink' property to point to the RSS file. I got a couple of warnings but it finally opened up RSLogix 500 with the file.
 
How do you make it, Bernie?
when I point the file in Hyperlink, it always show me that could not open.
 
First, make sure that, from the computer where the application is being run (if it's not the same as the development unit), make sure you can, outside of the Access application, navigate to the location of the RSS file, double click it, and have RSLogix open with that file.

Then make sure that you can make a desktop shortcut pointing to that file and do the same thing. The Access button will be nothing more in functionality than that shortcut.

Finally make the button in the Access application, set its 'Hyperlink' property so that it points to the RSS file. On pressing it (during run) it should fire up RSLogix with that file.
 
You can use the RunApp function in Access.

The command would look like so
Code:
C:\Program Files\Rockwell Software\RSLogix 500 English\Rs500.exe c:\plc\file.rss

replace c:\plc\file.rss with the path to your rss file. If there are spaces in the path make it like so "c:\plc folder\file.rss"
 

Similar Topics

Hello PLCs Forum, I am in a bit of a pickle and was hoping someone could offer me some help. I have a .rss file and just need to see the ladder...
Replies
2
Views
134
Hello All I don't have AB PLC software so i cant monitor what is going on please convert my attached program to pdf so that i able...
Replies
2
Views
1,888
Hi all, looking to model old RR relays in PLC. Does anyone have any SPECIFIC examples on how to model a relay such as a polar relay, slow pickup...
Replies
0
Views
82
HelloI need software to download the program from PLC EH-A28DRP from an old machine whose manufacturer does not exist. It may be Ladder Editor for...
Replies
2
Views
77
HI everyone, i am new to Siemens plc programming and i am in need of some help. yesterday we had an S7-1200 CPU 1214C fail to turn on an output to...
Replies
9
Views
293
Back
Top Bottom