Micro850 Multi Dimension Data Type

Micro850 Multi Dimension Data Type
none 0.0 0
  • HMI Model:CMT_FHDX_820
  • EasyBuilder Pro Version:6.10.01.510

MICRO 850, dose the HMI support multi dimension data type?

Hi @outbound6 ,

Thank you for your question.

Yes, multi-dimensional arrays are supported in EB Pro. Please ensure that, when exporting the tags, the array you want is included in the global variables list with the dimensions properly defined.

Once imported into EB Pro, you will be able to access the array at the specific index you need.

I’ve also included a link to the PLC driver guide for reference, if needed:
Rockwell Micro850 (Ethernet) – Free Tag Names

Array defined within the global variables list


Accessing a 2D array within EB pro after importing tags

If i have an int data type, what format within the Numeric Object should it be assigned. Further, when i import the tags into the project i don’t see the int data type that has the multi dimensions.

Hi @outbound6 ,

If you’re using the Rockwell Micro 850 Ethernet Free Tag Names driver (as recommended in the previous post), then selecting a 16-bit device format such as BCD, Hex, Binary, or Signed is recommended.

For the issue where the INT data type is not showing up, could you please share a screenshot of your EBPro project and your Global Variables list?

Thank you.