LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

missing parameters in labview

Solved!
Go to solution

Hello guys,

I've a big problem.

I really need to build a dll on my VI (named "Controle da Fonte..").
When I try build it, it should return me some parameters but it does not happen.

I've downloaded a sample from NI when it works normally.

I've attached it.

I have no idea what's going on.

Download All
0 Kudos
Message 1 of 6
(3,114 Views)
Impossible to say without the actual VI so I'm going to guess that you did not wire the indicators to the connector pane.
0 Kudos
Message 2 of 6
(3,109 Views)

Sorry Dennis,
what would be the connector pane.?
what you mean? I didn't understand.

PS: I attached the VI.

Download All
0 Kudos
Message 3 of 6
(3,101 Views)
Solution
Accepted by topic author cmoura88
This is really basic LabVIEW. The connector pane is in the upper right corner of the VI when in edit mode. You've never created a subVI where you pass/get parameters from a main VI?

Your code is not at all suitable for a dll anyway with that loop and stop button that must be visible. Take some of the basic tutorials before going any further. Why a dll anyway?
0 Kudos
Message 4 of 6
(3,057 Views)

Dennis_Knutson escreveu:
This is really basic LabVIEW. The connector pane is in the upper right corner of the VI when in edit mode. You've never created a subVI where you pass/get parameters from a main VI?

Your code is not at all suitable for a dll anyway with that loop and stop button that must be visible. Take some of the basic tutorials before going any further. Why a dll anyway?

Thanks Dennis.

 

In fact, I'm integrating two environments (LabView and C#) and how you noticed, I'm really newbie in LabView.
By the way, you're right.
I did what you suggested w/ subVI and it worked.
I'm still adjusting some other problems passing parameters, but I'm ending it.
I appreciate your attention.

0 Kudos
Message 5 of 6
(3,007 Views)

@cmoura88 wrote:
In fact, I'm integrating two environments (LabView and C#) and how you noticed, I'm really newbie in LabView.

No worries we were all beginners once, and we'll never master all subjects.  Feel free to go through some of this free training to learn more.

 

NI Learning Center

NI Getting Started

-Hardware Basics

-LabVEW Basics

-DAQ Application Tutorials

 

3 Hour LabVIEW Introduction

6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training

0 Kudos
Message 6 of 6
(2,990 Views)