‎12-26-2015 06:29 AM
Hi,
I'm a new user to labview. I am designing a tester to test a a particular equipment(power supply) using labVIEW 2009. I have successfully acquired and presented data on the Monitor screen through Serial port.
I want to insert a self test routine in the LabVIEW that will always execute in the beginning before testing the equipment. This self test routine will check the credibility of hardware that is meant for checking the equipment.
The format of this self-test routine will be:
1) A dialog box or a pop-up window will be open that will display messages.
2) The format of messages displayed is shown in the attached file.
3) Each line is displayed one by one with "Tick" at the start when volatges are OK
4) With "Cross" at the start when parameters are not OK.
Its just like an IC Tester. It starts its self test whenever u first switched on the Tester.
Can any one help me how to proceed.
Thanks
Solved! Go to Solution.
‎12-26-2015 06:36 AM
Are you interested in learning LabVIEW so that you can do this Project yourself? Learn LabVIEW (see below, taken from the "Unofficial Rules" of this Forum), start writing code, and when you get stuck, ask a specific question here (and include your code, meaning attach a VI, not a picture). On the other hand, are you interested in having this LabVIEW code be developed for you? There is a Forum here, LabVIEW Developers Seeking Employment, that might be appropriate.
Bob Schor
Looking For Free Training
Many times new users of NI hardware or software just don't know where to start. They will ask a question but without knowing the terms, or the intended purpose, they will not be able to form a proper question. Here are some free training tools primarily focused on LabVIEW and NI hardware to help get started.
-MyRIO Project Essentials Guide (lots of good simple circuits with links to youtube demonstrations)
Learn NI Training Resource Videos
6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
The best way to learn, is to follow the tutorials, then ask lots of questions.
‎12-26-2015 06:46 AM
‎12-26-2015 06:53 AM
Well its a simple hardware that generates Voltage and frequency. I have to check the voltage and frequency and then display a message. If the volatges and frequencies are Ok, that means the hardware is working fine.
Thanks
‎12-26-2015 07:07 AM
‎12-26-2015 08:49 AM
Well, I have successfully designed hardware and successfully implemented in LabVIEW to acquire data through Serial.
What I am looking for is just to display a message box or dialog box that will Acquire a String from microcontroller one by one and write a message on the screen with a symbol of Tick or Cross in front of that e.g
"Voltage is OK" with a "Tick Mark" just after or before the text like the way I have shown in attached file (gui.jpg).
Hope I have conveyed my view point.
Thanks
‎12-26-2015 09:06 AM
I have attached a power point presentation. I want my dialoguebox/ message box to be like that.
Thanks
‎12-26-2015 10:33 AM
‎12-27-2015 01:26 AM
I think I have not been successful at this point in conveying my question.
Here is my code that test a particular electronic equipment.
I'll send u a multimedia file regarding what I want to achieve later on.
Thanks
‎12-27-2015 01:27 AM
think I have not been successful at this point in conveying my question.
Here is my code that test a particular electronic equipment.
I'll send u a multimedia file regarding what I want to achieve later on.
Thanks