01-20-2010 08:02 AM
My son is on a FIRST robotics team and has asked me to try and find the answer to this question. He's a beginner in Labview and I know ziltch so feel free to assume such when resoponding with requests for clarification if needed.
Thanks!
01-20-2010 08:08 AM
Assigning Terminals to Controls and Indicators Dim hasPlayer, playerversion hasPlayer = false playerversion = 10 Do While playerversion > 0 On Error Resume Next hasPlayer = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & playerversion))) If hasPlayer = true Then Exit Do playerversion = playerversion - 1 Loop is_FlashVersion = playerversion is_Flash = hasPlayer From the LabVIEW help file you can use these steps.
Assigning Terminals to Controls and Indicators
After you select a pattern to use for the connector pane, you can assign a front panel control or indicator to each of the connector pane terminals. When you assign controls and indicators to the connector pane, place inputs on the left and outputs on the right to prevent complicated or confusing wiring patterns.
Complete the following steps to assign terminals to controls and indicators in a connector pane.
![]() |
Note Although you use the Wiring tool to assign terminals on the connector pane to front panel controls and indicators, no wires are drawn between the connector pane and these controls and indicators. |
![]() |
Note If the connector pane terminal turns white, a connection was not made. Repeat steps 3 through 5 until the connector pane terminal changes to the proper data type color. |
If automatic tool selection is disabled, you can use the Wiring tool to select the control or indicator first and then select the terminal.
You can specify which terminals are required, recommended, and optional.
01-20-2010
09:38 AM
- last edited on
07-13-2025
10:02 PM
by
Content Cleaner
The above is what happens when you try to copy and paste directly from the LabVIEW Help file. Doesn't work all that well, especially with it copying the Javascript underlying the Flash player. And, all the links are bogus.
Here's a link to the page on NI's web site: Assigning Terminals to Controls and Indicators. It's the same operation for other LabVIEW versions.
01-21-2010 10:14 AM
Hi all,
Please remember that FIRST questions should be directed to the FIRST forums as ni.com/first. Thanks.