Simulating "real world" applications with a Siemens PLC

But doesn't this add extra code for the plc to run?
And wouldn't make it harder for an unexperienced maintenance worker to troubleshoot it?

Cheers
Borte
 
Well, we are only talking about a few extra instructions to copy the real IO to virtual IO. And since the data bits are named exactly the same as the IO bits, any maintenance person should be able to follow it. In fact, I refuse to use real world IO in my code because the IO can change from project to project, which would make the code specific for each project. At least if the transfer is done in one place, I can make the IO addresses a configurable item and my code remains generic.
 
It makes sense to map the I/O to internal bits in a program block so by disabling the call to this block you can simulate the I/O in a simulator, or on a real plc with a simulator like pics pro, there was a purpose built simulator for S5 called prosis, this was developed by a german guy who apparently used to work for siemens, this was a program on a pc + a card that fitted in the S5 rack, it could simulate the real I/O so no need to mod program there was two types of configuration, 1 internally in the prosis software i.e. A I 0.0 T 5 secs = or set Q 1.0
or for some real clever stuff you wrote a program in pascal wrapper that was called 18.5 times a second (pc clock int).
 

Similar Topics

I'm simulated a few different styles of dosing with my rslogix5000 emulator and a wonderware application I made for it. Everything works great and...
Replies
2
Views
2,109
Hi Do any of you have some experience with simulating a servo drive with Emulate3D? I have tried to research and thinking of a way to do it...
Replies
0
Views
1,490
Hello all, Trying to simulate with TIA V15 because the hardware won't be ready for a few weeks. I have the PLC simulated and running. Can go...
Replies
8
Views
12,546
1)Is there a way to simulate Analog input instead of a instrument in the simulator mode to test the software? like plcsim in Siemens you are...
Replies
3
Views
2,106
Hi Everyone, As part of FAT testing, I am looking to test the PLC logic by simulating the analog inputs. Is there any way to feed analog input...
Replies
3
Views
2,843
Back
Top Bottom