I have often taken string value (recipe names, recipe component names, etc.) broken them up into 16 bit values representing two bytes each, and transmitted them to a range of contiguous registers in the PLC.
When looking at the same range from the PLC end, in a DL PLC, you could add V2000 or whatever to a data view and configure it to display ASCII, x number of bytes, and byte swapped or not (IIRC).
You have all this and more for native DM strings, but in some cases I'm not doing anything with the strings, just keeping them in a block with associated operational data, so there's no reason to move them to an SS type value. In my case, they're in a range of MHR registers, which as far as I can see, I can only display as ASCII two bytes at a time.
Is there a way to emulate the old multi-register view for non string types in DM data views? If not, I'd like to make a feature request for it in a future release.
Thanks!
