Hello, I noticed that when saving an association, access rights are not saved correctly. When reading the access rights of an object, I get None or the rights do not match those written in AssociationLogicalName.
item = self.reader.client.objects.findByLN(ObjectType.NONE, "1.0.15.8.0.255")
print(item.getAccess(3))
#result Read/Write, but in AssociationLogicalName i see only Read
print(item.getAccess(2))
#result None but in AssociationLogicalName i see only Read
Maybe there is a different way to read these rights?
Thanks for answer.
Hi, Access rights are now…
Hi,
Access rights are now serialized in version 1.0.155. Get the latest version.
BR,
Mikko
Hi Kurumi, in version 1.0…
Hi Kurumi, in version 1.0.155 I can't save the association file.
In 1.0.154 everything works as it should.
My counter also has non-standard producer object classes. ~When trying to recognize them, reading is interrupted and the file is not saved.