LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

set alarm(but not stopping the procedure),

can I have any kind of alarm in my program,acts like this,that when ever my current(I) exceed 60,it alarm me(but don't want it to stop any procedure,,,,,,just an alarm is enough(special colour/text/alarm window......etc),what ever could be,
and I need it to stop showing the alarm when it again come down to another digit(10amps),

0 Kudos
Message 1 of 5
(2,907 Views)

That's just a simple comparison function. All you probably need is to wire it to a Boolean.

 

Have you taken the LabVIEW 101 tutorial?

0 Kudos
Message 2 of 5
(2,904 Views)

I am new to labview,so all you said was sound strange for me,could you tell me in easier word?

if you mean to look for examples in labview/help,I did it before asking but still I was not able to find some thing near to my request,

do you think you can make anything similar?

0 Kudos
Message 3 of 5
(2,897 Views)

Yes, you can look in the help and from the help menu, select Find Examples but what I posted was a link to a free on-line tutorial. Since you do not seem aware of the comparison palette, you need to start with the tutorial.

 

 

0 Kudos
Message 4 of 5
(2,893 Views)

Hi 🙂

 

This is very simple and basic programming. Do you have any background with other languages? I had programmed alot in C/C++ and Assembly so I found Labview quite easy to understand after taking some online tutorials and watched some videos. If you have little experience with overall programming I would suggest you to buy some books to help you get started, because programming is HUGE and there are endless ways to do things.

 

Regards,
Even
_________________________________
Certified LabVIEW Associate Developer

Automated Test Developer
Topro AS
Norway
0 Kudos
Message 5 of 5
(2,878 Views)