05-05-2011 02:07 PM
These things are actually easier in LabVIEW once you learn the basics. So here's a short phrase for you : LabVIEW 101 Tutorials!
Study the basic courses and come back to post questions when you're through them...
05-07-2011 12:32 AM
and yet I have not figured out how to make a similar transition (GO to).
how to implement the easiest loop:
(1) Z = DAQ
if Z < L then go to 1
else
k = Z - L
go to 1
please help a good example, so that I can implement my project
05-07-2011 10:13 AM
@Airygreen wrote:
and yet I have not figured out how to make a similar transition (GO to).
how to implement the easiest loop:
(1) Z = DAQ
if Z < L then go to 1
else
k = Z - L
go to 1
Execution order is determined by dataflow.
Your loop will spin forever, thus you need a while loop as you have already found. All you need is a single while loop.
Where does DAQ come from? Is this the light sensor?
What is "k"? What determines the value of "L"? Is this a constant?
What should the value of "k" be if Z<L? since k=Z-L only occurs under some conditions, it belongs in a case structure based on the condition in line 2, the other case is empty.
Please describe the problem in words and not in some primitive programming language.
05-08-2011 12:10 PM
suggest that in mind the block diagram and collected my scheme.
please check whether it is working. that you can change, transform, add, subtract.
All explanations of the block diagram given in labview.
no home ELVIS, because of this I can not check and to collect the scheme until the end.
05-08-2011 12:23 PM - edited 05-08-2011 12:25 PM
I don't think we can help you much.
First, the block diagram lists some controls that have meaningless labels. Are you programming in a foreign language? The labels have all turned to meaningless characters.
Second, DO SOMETHING WITH THAT GOD AWFUL FRONT PANEL COLOR SCHEME! Who picked those colors? They make it impossible to see anything on the front panel.
05-08-2011 01:06 PM
button in Russian.
a block diagram of a specially made references to English, so it was understandable.
if you run the system as it is, then you need to enter about the following:
500-3000;
10-1000;
~8600;
respectively, where it is necessary to enter data.
and color scheme. I just like it
05-08-2011 08:43 PM
@Airygreen wrote:
button in Russian.
a block diagram of a specially made references to English, so it was understandable.
Then your operating system is in a different language.
if you run the system as it is, then you need to enter about the following:
500-3000;
10-1000;
~8600;
respectively, where it is necessary to enter data.
Enter them where? Which value goes into which control? You also give 3 values, but there's only 2 controls on the front panel as far as I can tell. Also, what is the purpose of the DAQ Assistant? You're not doing anything with it.
and color scheme. I just like it
Well, I dare say you're probably the only one on the planet who does.
05-09-2011 02:51 AM
Which I set starting values
When the thermometer is included
For the illuminance sensor other digits should be
05-10-2011 10:58 AM
who have the opportunity to check the correctness of the scheme please check
range of illumination changes ( lx ) = ~25