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
Hi all. When I subscribe to the following nodes, I am able to read the list.
PulseSensorIndex is a list of bytes, PulseSensorInterval is a list of UInt16
However, I wish to read individual entry in the list, I tried using the PulseSensorIndex_Node.read_value() method.
I am only able to see value = 0 as seen below. How do I get value = 1 for the first entry in the list?
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
-
Hi all. When I subscribe to the following nodes, I am able to read the list.
PulseSensorIndex is a list of bytes, PulseSensorInterval is a list of UInt16
However, I wish to read individual entry in the list, I tried using the PulseSensorIndex_Node.read_value() method.
I am only able to see value = 0 as seen below. How do I get value = 1 for the first entry in the list?
[Variant(Value=0, VariantType=<VariantType.Byte: 3>, Dimensions=None, is_array=False), Variant(Value=0, VariantType=<VariantType.Byte: 3>, Dimensions=None, is_array=False), Variant(Value=0, VariantType=<VariantType.Byte: 3>, Dimensions=None, is_array=False), Variant(Value=0, VariantType=<VariantType.Byte: 3>, Dimensions=None, is_array=False), Variant(Value=0, VariantType=<VariantType.Byte: 3>, Dimensions=None, is_array=False), Variant(Value=0, VariantType=<VariantType.Byte: 3>, Dimensions=None, is_array=False), Variant(Value=0, VariantType=<VariantType.Byte: 3>, Dimensions=None, is_array=False), Variant(Value=0, VariantType=<VariantType.Byte: 3>, Dimensions=None, is_array=False), Variant(Value=0, VariantType=<VariantType.Byte: 3>, Dimensions=None, is_array=False), Variant(Value=0, VariantType=<VariantType.Byte: 3>, Dimensions=None, is_array=False)]
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions