Modbus function code 22

Is it possible to do a Modbus function code 22 to write to a bit of a word but also use the Device\Address table?

The latest Do-More PLC now has the ability to do a Modbus Function Code 22, but I’m reading the registers through an Ecom 100 card so I would like to use the prefix table to make the addressing easier to do.

Thanks

No, any time you need to read or write a bit you’ll have to manually create the SQLTag for it.

Even when I do native Modbus addressing I still use the prefix to tell me the data type. Could this be added in the future or is it much work ?

Thanks