pandaman Posted August 8, 2005 Report Share Posted August 8, 2005 Is it possible to synchronize two array indicators such that when the index of one array is selected, the values of both arrays at this index are displayed? Ex: An array of x-values and an array of y-values are displayed on the front panel. The user is allowed to select the point # (point 0,1,2...) in order to view the co-ordinates. Quote Link to comment
Mark Balla Posted August 8, 2005 Report Share Posted August 8, 2005 Here is a method that I have used in the past. It uses the IndexVals property of an array. Unfortunately there is no event condition when the index value is changed. Download File:post-584-1123532434.vi Quote Link to comment
pandaman Posted August 8, 2005 Author Report Share Posted August 8, 2005 Ahh!!! Not again!!! Sorry 'bout that, but I do not have LV 7.1. I gotst 6.1 Quote Link to comment
pandaman Posted August 8, 2005 Author Report Share Posted August 8, 2005 Dont worry, I found out where "index values" are... I can just implement them using property nodes. Thanks for the help! Quote Link to comment
jpdrolet Posted August 8, 2005 Report Share Posted August 8, 2005 Unfortunately there is no event condition when the index value is changed. Use a separate control to feed IndexValue properties of both arrays and then you can use value change event. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.