PLC card selector

chrismarek

Member
Join Date
Jul 2013
Location
texas
Posts
6
Is it possible to program in RSLogix500 where you can make a multi controller.
I want to set up a standard program that can select and configure what PLC expansion modules are in it.

I would have the PLC linked to the HMI and depending on what you select in the HMI I want it to configure the PLC program.
 
The PLC must be configured using RSLogix500 for the cards installed in a rack. If there is a discrepancy, the processor will fault.
 
I know you have to configure it in RSLogix 500 but can you some how incoporate that in the ladder logic? That way when you click on the HMI buttons it will automatically configure it with the code? Or you will have to configure in controller properties no matter what?
 
You could set bits by the PanelView (presumably password protected) and then use those bits in subsequent JSR commands where the subroutines run the associated code that you want.

You should use internal tags for the I/O. After selecting the hardware, you will need to connect the internal bits to the actual I/O. Unless you have some template programs that actually have configured I/O, you will need to do some programming to connect to the real equipment.
 
Last edited:
I know you have to configure it in RSLogix 500 but can you some how incoporate that in the ladder logic? That way when you click on the HMI buttons it will automatically configure it with the code? Or you will have to configure in controller properties no matter what?

Helliana gave you the answer, but didn't mention the one thing that blows your idea away.

The SLC checks the I/O is "as configured" before it even runs any of the user code, so any attempt to get the SLC to "auto-add" the I/O modules is doomed to failure.
 

Similar Topics

Hi , Where i can find Mitsubishi PLC Card end of line & replacement model details. i am looking for Q02CPU replacement model. Please advice. thanks
Replies
2
Views
126
A new point I/O rack is to be hooked up with the running PLC. In point I/O, it is supposed to be the OA4 card to be installed as per the...
Replies
1
Views
89
I have a project to setup base programs across multiple PLC platforms that can be used for Modbus communications to various sensors that have...
Replies
0
Views
113
Hi everyone, Kind of new at this, so we recently upgraded our 1769-l32e to the newer 5069-L320erm, i converted the file over and Verify the...
Replies
8
Views
391
Hello everyone!!, I may be asking a newbie question, but I want to be sure of that. Can I run a PLC program directly from the SD card? I mean, I...
Replies
2
Views
185
Back
Top Bottom