No that is not currently supported.
Typically I recommend that people transfer all the various areas, bits, bytes, strings, etc in the PLC to one contiguous area & read all data in one go.
This has several advantages...
- All data being used extensively is cross-referencable
- All data being read will be consistent (read on same scan)
- Much faster as all values read in one hit.
Another benefit is you can then easily parse the values into any format you wish use node-red-contrib-buffer-parser