Questions about Kepware Sync reading data from various PLCs.
Have questions about how to synchronously read data from PLC.
For example: a bit tag and int tag must be read at the same time because it's a high speed process. I know I can do this in AB ControlLogix using arrays. But not sure how to do this in PLC5, SLC 500, CompactLogix, MicroLogix, PLC3, Siemens S7/400. My company has various PLCs and I need to find a scalable solution. Ideally, I'd like to find a solution that doesn't require PLC program modifications. Or as less modification as possible.
PS: I know it's better to push data from PLC to capture high speed applications. However, data pipeline architecture is already determined by my company's global team. So I have to find workarounds.

