08-16-2010 09:54 PM
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),
08-16-2010 10:52 PM
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?
08-16-2010 11:47 PM
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?
08-16-2010 11:56 PM - edited 08-16-2010 11:57 PM
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.
08-17-2010 02:46 AM
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.