Mitsubishi Q02CPU comm. through Q71E71-100

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...

  1. All data being used extensively is cross-referencable
  2. All data being read will be consistent (read on same scan)
  3. 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