LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ctl problems! Help

I have two controls that I have created. Both are inserted into different arrays. I.E. Control 1 in one array and control 2 in the other array. On the front Panel after clicking run, I can enter data into the second array but not the first. Why is this. They are identical. Used the same way and all I get on the first array is the little hand selection. The control for both is a control and the array is a control that they are inserted into. Why is the problem? Thanks in advance for any help.
0 Kudos
Message 1 of 9
(3,987 Views)
Im not sure that I understand exactly what you are explaining, could you please attach an example vi so that I can take a look at it? 

Cheers!
0 Kudos
Message 2 of 9
(3,984 Views)
Could you post the VI showing this problem?
It sound like one of the two is a control while the other one is an indicator.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 3 of 9
(3,982 Views)
Attached are the ctls. The first attachement is the main ctl that has the other ctl in them. The next post has the main program where this ctl is used.
0 Kudos
Message 4 of 9
(3,978 Views)
Here is the main vi.
0 Kudos
Message 5 of 9
(3,977 Views)
You still have a lot missing from your code.  Zip up your entire project and post it here.  There are several controls and subVIs still missing from your post.
0 Kudos
Message 6 of 9
(3,971 Views)
It's impossible to figure out what is going on.  The controls you posted had embedded typedef's which you did not post.  The VI also had sub-Vi's which were not posted as well.
0 Kudos
Message 7 of 9
(3,970 Views)
Perhaps you could write up a small vi that focuses on the problem you are having so that you dont have to include the whole project.

Cheers!
0 Kudos
Message 8 of 9
(3,964 Views)
I just got it working. I copied the ctl that worked and changed the names. It's a huge program and I didn't want to risk it screwing up the numbered/enumerated types anywhere within the program from the array that was giving me problems. Since I named everything the same, it seems to not have effected anything. Thanks for the help anyway.
0 Kudos
Message 9 of 9
(3,957 Views)