AB CIP PR 6 � UDT member-declaration support #113
Reference in New Issue
Block a user
Delete Branch "abcip-pr6-udt-members"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Declaration-driven UDT member fan-out � user declares a UDT tag once with a
Memberslist; driver (1) synthesises member-addressable tag entries at init so Read/Write/Subscribe work per-member, (2) emits a folder + Variable-per-member in discovery instead of a single opaque Structure Variable.New types:
AbCipStructureMember(Name, DataType, Writable, WriteIdempotent);AbCipTagDefinition.Membersoptional list.Behaviour:
Parent.Member)Writable=falsecorrectly blocks writes in IWritableTest plan
Deferred
AbCipTemplateCachefrom PR 5 is the drop-in.Merges to
v2.