LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LIFA

HELLO

 

I AM MAKING A  FIRE ALARM USING LABVIEW.

 

 

I WANT TO MAKE ASYSTEM WHERE WHERE THE DANGER LED GLOWS WHEN THE LDR READING GOES PAST A CERTAIN PRE DEFINED VALUE

 

I AM USING A GREATER THAN FUNCTION BUT LABVIEW SAYS THAT THERE IS A PROBLEM WITH THE CONNECTION

 

REQUEST ONE AND ALL FOR HELP

 

FUTHER HOW CAN I ADD A DIALOG BOX TO ACKNOWLEDGE THE DANGER LED

 

REGARDS

 

JALASHWA

 

 

0 Kudos
Message 1 of 25
(4,849 Views)

HELLO,

 

You have wired two incompatible data types to your >= function.  You are comparing an errror cluster to a value so it won't compile; you need to wire the Light Intensity instead.

 

More information about error cluster here.

 

If you are new to LabVIEW I would recommend spending some time leaning the basics. It will save you much time in the long run

 

LabVIEW Training: Learn LabVIEW in Three or Six Hours

 

 

Lewis Gear CLA
LabVIEW UAV

0 Kudos
Message 2 of 25
(4,846 Views)

HELLO

 

THANKS FOR NOTIFYING ABOUT THE ERROR

 

SINCE I AM NEW TO LABVIEW WOULD REQUEST YOU TO HELP ME COMPLETE THE VI

 

WITH WARM REGARDS

 

JALASHWA 

0 Kudos
Message 3 of 25
(4,825 Views)

First.  Please check your CAPS LOCK key.  It seems to be stuck on.

 

Second, Lewis's e-mail is pretty clear on what you need to fix.  You can't compare whether and error cluster is >=0.  If you wire in the light intensity wire instead of the error wire, you won't have a broken wiring connection.

0 Kudos
Message 4 of 25
(4,810 Views)

Caps Lock is cruise control for cool.


Alex Thomas, University of Manchester School of EEE LabVIEW Ambassador (CLAD)

0 Kudos
Message 5 of 25
(4,799 Views)
thanks a lot everybody the VI is running smoothly was wondering to add an acknowledgement button for the LED ie. the LED sops glowing when the button is pressed would appreciate if someone can help me with that with warm regards Jalashwa
0 Kudos
Message 6 of 25
(4,778 Views)

HELLO,

 

You could wire your button to a Select Function, along with a Boolean constant and the result of your comparison function.

 

You could have answered this yourself if you had looked at the training material i suggested...

 

LabVIEW Training: Learn LabVIEW in Three or Six Hours

Lewis Gear CLA
LabVIEW UAV

0 Kudos
Message 7 of 25
(4,757 Views)

hello

 

i thank all of you to will complete my vi

 

i was thinking of adding a  dialog box to warn the operator during a danger situation

 

need some vi as i cant run the vi

 

i am attaching the vi for your reference 

 

with warm regards

 

jalashwa

0 Kudos
Message 8 of 25
(4,738 Views)
hello i thank everybody for helping me complete my vi i was wondering if it possible to add an one button dialog box to warn the operator about any danger situation i cant seem to find the correct location to place th output wire of the dialog box will appreciate some for help regarding thge above issue i am attaching the vi for your reference with warm regards jalashwa
0 Kudos
Message 9 of 25
(4,734 Views)
0 Kudos
Message 10 of 25
(4,728 Views)