UseBitFields

<< Click to Display Table of Contents >>

 

UseBitFields

Boolean If the UseBitFields property is set to True, every time the value from Value property is modified, it updates the bits referring to Bit00 to Bit31 properties. Likewise, every time the value from Bit00 to Bit31 properties are modified, the value from Value property is updated and sent to the device, if the AllowWrite property is set to True. Otherwise, bits do not suffer or lead to any modification. This property can be updated once communication starts.

 

NOTE

Bit values (Bit00 to Bit31 properties) are not affected by adjustments in the scale, that is, they represent the bits from the value read by a device before conversion.

Was this page useful?