LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

lighting control HELP pls

These things are actually easier in LabVIEW once you learn the basics.  So here's a short phrase for you Smiley HappyLabVIEW 101 Tutorials!

 

Study the basic courses and come back to post questions when you're through them...

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 11 of 19
(1,748 Views)

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

0 Kudos
Message 12 of 19
(1,718 Views)

 


@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.

0 Kudos
Message 13 of 19
(1,704 Views)

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.

Download All
0 Kudos
Message 14 of 19
(1,687 Views)

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.

 

0 Kudos
Message 15 of 19
(1,681 Views)

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 

 Smiley Happy

0 Kudos
Message 16 of 19
(1,674 Views)

 


@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 

 Smiley Happy


Well, I dare say you're probably the only one on the planet who does. Smiley Wink

 

Message 17 of 19
(1,660 Views)

 

I do not do with DAQ because I don't have its house.
Therefore I can't check up it while.
Then here the front panel in English
Instead of DAQ the thermometer which is taken gives changing signal.
I do not do with DAQ because I don't have its house. Therefore I can't check up it while. 
Instead of DAQ the thermometer is taken

 

 

Which I set starting values 

When the thermometer is included

For the illuminance sensor other digits should be

 

Download All
0 Kudos
Message 18 of 19
(1,650 Views)

who have the opportunity to check the correctness of the scheme please check

    range of  illumination changes ( lx ) = ~25

    delay time ( ms ) = ~100
    Necessary level of lighting ( lx ) = ~300

 

 

0 Kudos
Message 19 of 19
(1,596 Views)