09-03-2024 02:44 AM
Hello,
I am trying to modify a Labview code programming the motion of a motor. The attached video is the flow how originally the code is running. after the trigger from the front panel, the information will be transmitted and the index array identify which index to be executed. However, now i just want to modify the element called absolute position in the Grid_set cluster which is Abs in the front panel (instead of single number control, it is going to be array for multiple numeric controls, each of them will be iterated sequentially) . I decided to remove the unnecessary elements The attached files are the ones that I modified (event structure case number 9), I added 7 to the index starting of the index array because when in the original form, whenever absolute position is running, number 7 is appeared in the Search 1D array.
Could you please have a look and give me suggestions. The code is recommended to run in 32bit Labview version.
I am new to Labview. Thank you so much!