03-07-2016 07:37 AM
please help i am new in labview,this project assign to me.
03-07-2016 07:46 AM - edited 03-07-2016 07:48 AM
Hi kiwagh,
so you attach an image 7400pixels wide and tell us "that's the whole VI" even when it is NOT the whole blockdiagram?
Clean up your VI(s)…
i am new in labview,this project assign to me.
So you took this project!
Now you should learn LabVIEW to get things done: NI offers a lot of learning resources on their website!
Solution based on your image: don't use the "Run continuous" button!
03-07-2016 08:15 AM
It looks like you're using the Run Continuous button because there are no loops in your code. You need to put a While loop around your code so that you can control when the loop stops.
The reason your popup is showing every time is because of the green boolean wire to that True case. The boolean will be True when the string is not equal to an empty string. The case you have shown outputs an empty string, but I'm guessing another case does not. Look through the different case structure cases to figure out when a string is being output that will cause the dialog box.
You need to understand what's going o in your code in order to fix your code. The best way to unerstand is to learn how LabVIEW works first.
"Give me six hours to chop down a tree and I will spend the first four sharpening the axe." - Abraham Lincoln
Here are some free training tools primarily focused on LabVIEW and NI hardware to help get started.
-MyRIO Project Essentials Guide (lots of good simple circuits with links to youtube demonstrations)
Learn NI Training Resource Videos
6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'