Jump to content

SubVI pop up window, Variable counter, Structures


Hazzerd

Recommended Posts

I am basically modifiying a labview program for acquring data from an electric generator. I want there to be a pop up window to vary some loading conditions on the generator. So in the pop up window i have the user set the Maximum Current, Minimum Current, Low to high or high to low, Step size, and Duration of step. The step size is basically the amount of current that will be added or subtracted from the the max or min depending on the type of graph that is going to be generated. Low to high or high to low is the direct of the current change. When i got back to the main VI i wanted to put the numbers attained from the sub VI window into variables so that i can do an IF then structure so that i can make it take control of the loading conditions from any other portion of the program. I wanted to be able to modify the variable then wait for the step duration and then modify it again.

Things i have questions on.

- I have a button on the main VI that i want to open the sub VI do i need a button on the sub VI as well so that i can wire the subVI to it when i want to call it?

-Local variables all seem to be related to a block and i wanted one that i could basically make a counter of sorts for the similar to counter = counter + Step Size in a loop with a wait and a set number of cycles.

I am very new to LabVIEW so i would appreciate any help that you guys could offer.

Thank you,

Mike

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.