I am working with a Wago PFC200 and e!cockpit. I am trying to use a recipe to save an Array of Structures.
The Structures contain bit values and I get the error: C0205 Pointer to bit is not allowed.
I am using bits instead of Bool in the structures to save Retain memory. Is there a work around to this problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am working with a Wago PFC200 and e!cockpit. I am trying to use a recipe to save an Array of Structures.
The Structures contain bit values and I get the error: C0205 Pointer to bit is not allowed.
I am using bits instead of Bool in the structures to save Retain memory. Is there a work around to this problem?
If you have several bits, you may save them contigously with a union datatype.