Confused about permissions and tags

So if I have a udt and in it i have 6 tags, 5 coils and one integer. The integer tag is an expression tag that takes the coils and writes a number in itself. The coils are coming from a plc. Does the expression tag need to be readOnly=false for it to write to itself?Thx

No, that shouldn’t be necessary.

Cool, thx