I am writing batch results back into the database. Via a ControlLogix and SQL server.
I have set up a block data group that reads 32 dints, strings, and reals. The issue is that I do not always need all 32. The data transfers to the server I just end up with a large set of null entries.
Is there a way to only move the parts of the arrays that have data in them?
Thank you,