UseBitFields

<< Click to Display Table of Contents >>

 

UseBitFields

Boolean If this property is set to True, every time the value in the Value property changes, it updates all bits referring to Bit00 to Bit31 properties. Likewise, it updates the value in the Value property every time any of the Bit00 to Bit31 properties change their values, and later send it to the device if OPC Tag's AllowWrite property is set to True. Otherwise, if this property is set to False, bits do not change nor lead to any modification. This property can be updated after starting communication. Default value of this property is False.

 

NOTE

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

Was this page useful?