Hello,
I am new to DeltaV and am coming from a PLC background. I am working on a project where data structures in DeltaV controller would be helpful.
For example, I need to report production data to an enterprise system and buffer production data if communication to enterprise system is down for maintenance.
In an Allen Bradley PLC I would create a user defined data type structure array and buffer completed production data in arrays while communication was down. When enterprise communication is restored, buffer would be unloaded.
PLC Data type structure example:
CompletedBag[0].LotNumber //string
CompletedBag[0].Weight //Float
CompletedBag[0].HandlingUnit //string
CompletedBag[1].LotNumber //string
CompletedBag[1].Weight //Float
CompletedBag[1].HandlingUnit //string
Does DeltaV have same capability to create user defined data structure arrays?
Thanks for any input!
Drew
Andre Dicaire
In reply to Andre Dicaire:
In reply to Michael Krispin:
In reply to Drew Shumate:
In reply to BillS: