You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I'm facing an issue when I try to read a structure like this (IcsEvoShifts in the picture):
When I try to get value before executing the load_type_definitions(), I correctly see in the body the bytes stream:
but after executing the load_type_definitions() and executing again the get_value(), I receive a Not enough data left in buffer:
raise NotEnoughData("Not enough data left in buffer, request for {0}, we have {1}".format(size, self))
opcua.common.utils.NotEnoughData: Not enough data left in buffer, request for 296960, we have Buffer(size:700,...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone, I'm facing an issue when I try to read a structure like this (IcsEvoShifts in the picture):
When I try to get value before executing the load_type_definitions(), I correctly see in the body the bytes stream:
but after executing the load_type_definitions() and executing again the get_value(), I receive a Not enough data left in buffer:
raise NotEnoughData("Not enough data left in buffer, request for {0}, we have {1}".format(size, self))
opcua.common.utils.NotEnoughData: Not enough data left in buffer, request for 296960, we have Buffer(size:700,...
This is the very simple snipped code I have:
Could you please explain me what could the issue?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions