Michael Walsh

MrPLC Admin
  • Content count

    1801
  • Joined

  • Last visited

Community Reputation

268 Excellent

About Michael Walsh

  • Rank
    Omron Expert
  • Birthday 07/22/73

Contact Methods

  • Website URL http://

Profile Information

  • Gender Male
  • Location Charlotte, NC
  • Country United States

Recent Profile Visitors

24461 profile views

Single Status Update

See all updates by Michael Walsh

  1. Hi Michael, 

    Hope you have a good day.

    I need your help regarding on to assign the Array value from the Array variable in my controller NX1P into HMI NA5.

    This is the idea, I have created 3 Array Variables in my controller. Each of the Array Variables have 10 index size from  [0..9]. Here I attached the images of Array Variable that was created.

    61a040fe59c1e_Globalvariablefromcontroll

    The Array Variables Name that I want to display in my NA5 HMI is :

    - Total_Shot Array of [0..9]

    -DateTime Array of [0..9]

    -Total_Final_Cycle Array of [0..9]

    I have created the HMI page that has 3 column and consist of 10 row of Data Display.

    Each of the row actually I want to display the value of  the array from index [0] to index[9] in downwards, refer to the images below. 

    61a0428e71036_OutputData.PNG.2facf580c2a

    1st column - I want to display the value from Array of Total_Shot[0] .....Total Shot[9] in downwards.

    2nd column - I want to display the value from Array of DateTime[0].....DateTime[10] in downwards.

    3rd column - I want to display the value from Array of Total_Final_Cycle[0] ... Total_Final_Cycle[9] in downwards.

    I provide the images with explanation for better understanding. 

    Idea.PNG.069d1d2a5bf590d069dc599dc22b1b3

    The question is, how to assign the each of array variable that I created from my controller into the DataDisplay Expression for each of Array [index]? I have tried many ways but still failed.