UseBitFields

<< Click to Display Table of Contents >>

 

UseBitFields

Boolean If this property is set to True, whenever the value of the Value property changes it updates all bits referring to the Bit00 to Bit31 properties. Likewise, it updates the value of Value whenever any of the Bit00 to Bit31 properties change their values and later sends to a device if the AllowWrite property is set to True. Otherwise, if this property is set to False, bits do not suffer any change. This property can be updated after communication starts. Default value of this property is False.

 

NOTE

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

Was this page useful?