1. I will add the GetAnyBits .. to the scripts by editing the Scripts source code
2. For usage, lets say I want the 3rd, 4th and 5th bit, what would the syntax be?
I have connected a device to Rapid Scada using Modbus.
There are 8 Statues stored in the same address 1080.
Status A is in BIT0-1
Status B is in BIT2-3
Status C is in BIT4-6
Status D is in BIT7-9
Status E is in BIT10
Status F is in BIT11-12
Status G is in BIT13
Status H is in BIT14-15
Using Bitmask, individual channels have been automatically created by Rapid Scada for each BIT with GetBit formula.
Please suggest formula to get 2 and 3 BITS in one Channel as required above