LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error-1629 control index has no terminal?

terminalquestion.PNG

I'm not sure, but I think I need to get the values from the clusters and give them to the "control index". That may not make any sense at all. Thanks for help!

Thesevalues.PNG

0 Kudos
Message 1 of 7
(3,224 Views)

See here:

"If the control or indicator for which you want to get the index does not have a terminal on the block diagram, this property returns an error"

Your numerics inside of clusters, so they haven't terminals

 

The best option, as you now do, connect the wires directly to the clusters' terminal .

Message 2 of 7
(3,194 Views)

connect what wires to the clusters terminals?

0 Kudos
Message 3 of 7
(3,185 Views)

You are already connecting the arrays wires to the clusters terminal.
Do not you like this option?

0 Kudos
Message 4 of 7
(3,180 Views)

I'm not sure what I'm missing here. The VI won't run because of the error.

How will the control indexes be updated on the front panel if they are not wired up?

How do I tell the control index that the numeric's in the clusters are it's terminals, or can that be done?

 

VI attached

 

0 Kudos
Message 5 of 7
(3,177 Views)

Why are you trying to get indexes of numerics?
The DAQmx Read outputs are connected to the terminals of the clusters. The data is displayed. There is no need to record them also through indexes.
Remove everything that is painted yellow.

daq.PNG

Message 6 of 7
(3,165 Views)

I ended up using a portion of the scribbled out code to control the BG colors of the indicators in the clusters on the front panel. Yes, control indexes were no longer needed because the data from the modules is going directly into the clusters.

Thanks for your help!ControlBGcolorsOfClusters.PNG

0 Kudos
Message 7 of 7
(3,160 Views)