Moving large quantit of data TIA Portal

mk42 - Wow! Thanks for the last hint.

I did not know that was possible.

You're not the only one.

Moving PLC data types surprises a lot of people, but applying them to IO surprises even more. It's a massively useful feature that snuck in somewhere along the way and is flying under the radar. Doesn't work for M memory, for whatever reason, but works great for DB, I, & Q.

To me, its a huge help for things like drive telegrams (if you aren't using TOs), and for people who are used to structured IO data coming in on a Logix system. Sure, you have to make the structure yourself, but once you do that you can use it over and over, especially if you put it in a library. The only trick is to make sure you use one data type for the send, and one for the receive.
 
We use that method as a standard but you have to sure that the DB or UDT definition matches up to the actual I/O order. If there is a insertion or deletion on either side, its outside of the capabilities of the compiler to catch it. I prefer to use UDTs because its not as easy to make a change once its all proven out.
 

Similar Topics

I'm a Siemens person, and this is one of my first AB programs. The customer wants everything programmed in Ladder. I have a lot of data (3...
Replies
14
Views
223
Hello, I have a compact Logix plc and I have been task with configuring alarms into our SCADA when an Analog signal stops moving. The analog...
Replies
6
Views
244
Hello, i am a beginner with a Siemens Logo 8 PLC. I would determine the direction of an object if it passes a whole cycle of 2 input sensors. See...
Replies
2
Views
190
Can an AOP be removed from Logix? I seem to have some version weirdness from an E&H AOP and I need to see if reinstalling the AOP will correct it.
Replies
5
Views
974
I'm making a meal of this, my brain's not in gear. Also, I'm new to S7 TIA/WinCC so excuse my ignorance... See redacted pic. Pressing F7 (SAVE...
Replies
10
Views
3,223
Back
Top Bottom