LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

while loop and sequence strucure

Solved!
Go to solution
You can e.g. Use Occurance to start and finish that loop, bit a producer/consumer solution is probably the correct answer.
/Y
G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 11 of 16
(1,073 Views)

My VI is too messy (because i'm a rooki) so i dont want you to see it, im already grateful for your help.
Thank you for your concern, i'll get to it sooner or later !

0 Kudos
Message 12 of 16
(1,060 Views)

I may have an easier question.
I dont understand why i cant pilot a boolean button of a sub-VI from the main VI.

 

I made an example. In there, i cant stop the sub-vi "exemplebis" with the button from the main VI "exemple".

Is there any ways to do it ?

thanks a lot !
(I didnt find how to join a VI, there seem to be a matter with the format)

Capture.PNG

0 Kudos
Message 13 of 16
(1,032 Views)
Solution
Accepted by Bit0q

You are a total beginner in LabVIEW, if you want to proceed without learning first (at least going through the tutorials), it is going to be very painful for you and for those who try to help you. We cannot help a total beginner in a sufficient way, it is like trying to explain colours to a blind person. I really recommend you to start learning LabVIEW.

See these links:

 

https://forums.ni.com/t5/Community-Documents/Unofficial-Forum-Rules-and-Guidelines/ta-p/3536495

 

edit:

  1. during your learning curve, just ask questions here if something is not clear. Attach your VI, and explain what you tried and what you want.
  2. Use Chrome or Explorer to attach VI to your forum msg, Firefox does not work to me either...
Message 14 of 16
(1,023 Views)

I understand, thank you

0 Kudos
Message 15 of 16
(1,014 Views)

@Bit0q wrote:

I may have an easier question.
I dont understand why i cant pilot a boolean button of a sub-VI from the main VI.

 

I made an example. In there, i cant stop the sub-vi "exemplebis" with the button from the main VI "exemple".

Is there any ways to do it ?

thanks a lot !
(I didnt find how to join a VI, there seem to be a matter with the format)


A classical first mistake. You're sending the button value into the subvi, but the value will be static once inside it due to dataflow. The solution is to send the reference or simply put and use the button inside the subvi. The tutorial will explain this in a good way.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 16 of 16
(945 Views)