Simulate a program in RsLogix 500!!! Help!! :-(

nesppi

Member
Join Date
Oct 2006
Location
madrid
Posts
35
Hi everybody!!!

I am developing a program for a SLC 500 with RsLogix 500. I have almost finished and I need to check my ladder program.

I am wondering if someone knows something about a "hardware trainer" that is, if it exits any pack to simulate with hardware components the inputs and ouputs of a PLC.

I know that you can simulate the ladder program with software, with RsView32 or RsLogix Emulate 500, but I need a hardware tool.

Thank you very much for the help,

Greetings
 
Hi everybody!!!

I am developing a program for a SLC 500 with RsLogix 500. I have almost finished and I need to check my ladder program.

I am wondering if someone knows something about a "hardware trainer" that is, if it exits any pack to simulate with hardware components the inputs and ouputs of a PLC.

I know that you can simulate the ladder program with software, with RsView32 or RsLogix Emulate 500, but I need a hardware tool.

Thank you very much for the help,

Greetings
Hi everybody!!!

I am developing a program for a SLC 500 with RsLogix 500. I have almost finished and I need to check my ladder program.

I am wondering if someone knows something about a "hardware trainer" that is, if it exits any pack to simulate with hardware components the inputs and ouputs of a PLC.

I know that you can simulate the ladder program with software, with RsView32 or RsLogix Emulate 500, but I need a hardware tool.

Thank you very much for the help,

Greetings[/QUOTE]
 
Check with you local A-B distributor or A-B regional office. Years ago there were portable trainers that A-B would lend out and there may be some still available. Of course the amount of I/O was somewhat limited.
 
Simulating I/O

I am not sure of your specific application, if you need to verify the actual I/O, or if you are just looking to simulate the field response of the I/O actions (valve output on = close contact goes off and open contact goes on). If that is the case it is relatively straightforward to create a SIMULATION routine in the SLC500 that "reads" the output file and "writes" the input file. You want to write over the input registers as the first action in the SLC, so this should occur as the first JSR in the main program.

This method is easy in simple linear programming, but in the case of event driven/multiple IO update etcetera, it can be difficult. It also requires that the processor is not crunched for processing time. This works for 500 and 5. I can set up a tested routine that shows this if you need. just send me a message.

When you use this method, all you have to do to go to realtime is [AFI] the JSR to the SIMULATION routine, and no more inputs are overwritten. I have not used this method to overwrite analog inputs at the card level, but you could easily just overwrite the N Register that the analog cards dump into.

Sorry if this is not the idea you were looking for.
 

Similar Topics

Dear All, Is there any way to simulate vibration program on RSLogix 5000 using Emonitor? Regards, Mitsupuri A.P
Replies
2
Views
2,511
Hi all, Im new to Allen Bradley software, so i was given a existing studio 5000 plc program. i already know how to use emulator and rslinx but as...
Replies
2
Views
1,422
I want to run a simulation of a program uploaded from a rockwell PLC, but I can't configure the CPU on the emulate to match the actual CPU.
Replies
10
Views
2,280
I have a real PLC siemens ET200SP and I have created a modbus program in this to read data from a modbus slave using Modbus TCP how can I...
Replies
4
Views
3,166
Hi there, I'm doing some extensive testing and commissioning with a slew of new Emerson PACSystems RX3i PLCs. It would be convenient to...
Replies
5
Views
118
Back
Top Bottom