-
Posts
171 -
Joined
-
Last visited
-
Days Won
3
Minh Pham last won the day on November 22 2023
Minh Pham had the most liked content!
Profile Information
-
Gender
Male
-
Location
Sydney
-
Interests
Cars, automation, robots, biomedical, photography, Wavelength Selective Switches.
Soccer, Tennis, Table Tennis
LabVIEW Information
-
Version
LabVIEW 2014
-
Since
2006
Recent Profile Visitors
4,177 profile views
Minh Pham's Achievements
Newbie (1/14)
10
Reputation
-
Cant win the 'smart' computer, damn
-
Labview Executable on the new class of "PC on a Stick"
Minh Pham replied to curiouspuya's topic in LabVIEW General
LabStick- 3 replies
-
- executable
- application builder
-
(and 1 more)
Tagged with:
-
how do i get one of this
- 15 replies
-
- 1
-
- gesture based controller
- leap motion
-
(and 1 more)
Tagged with:
-
Please go through the properties of this Waveform Graph (object), you will find many other stuff that you can customize as well.
-
ATM Sample CLD Exam written with Actor Framework
Minh Pham replied to todd's topic in Certification and Training
Interesting to see you implemented the actor framwork to this example. Looks great, i have a very quick try and go through the code. Only found 1 issue: -Error handling for the user input, when deposit if user input a text instead of number, an error 85 is generated. The problem is that you wired theerror to the input of the "Error cluster from Error Code" vi in the UI.lvclass:Enter Pressed.vi within the Deposit Amount case, so this vi can not execute as you wanted. -
you can start with the Vision assistant, and please playing with the OCR stuff through there. When you are familiar with the all the features, you can start exporting/building LabVIEW code from the Vision Assistant
-
What do you want to obtain from that image? Please describe your requirements
-
Is this device from MicroEpsilon? there is an instrument driver for it in LabVIEW i think: The scanCONTROL LabVIEW instrument driver supports the rapid integration of the profile sensors in the National Instruments’ LabVIEW® programming environment. Access to scan- CONTROL sensors and their basic settings is depicted in individual modules that can be directly integrated in your own VIs using the software functions. Example VIs also form part of the integration process. The integration of scanCONTROL sensors in the LabVIEW programming environment is based on the C/C++ library “LLT.dll” from Micro-Epsilon. The extensive documentation explains how its additional special sensor parameters can be set up. - Meets the National Instruments guidelines for LabVIEW instrument drivers - Supports LabVIEW 8.6 and higher - Easy access to a range of functions via function palette - Support for the FireWire and Ethernet interface - Example VIs, inc. single profile transfer and container mode Software for scanner integration The examples contained in the SDK also demonstrate how the different interfaces (serial, FireWire, and Ethernet) can be effectively configured http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=5&cad=rja&ved=0CEsQFjAE&url=http%3A%2F%2Fwww.micro-epsilon.com%2Fdownload%2Fproducts%2Fdat--scanCONTROL-software-integration--en.pdf&ei=Nno2UZazHuHvmAX11YHAAg&usg=AFQjCNGUXc10h4p2I7VsFP19CPCNXHuyoQ&sig2=RVnVDNb0hRZW09yJ6h7UFw
-
oh crap, how do i edit my typo?
-
how to get double double click event on empty front panel
Minh Pham replied to pravin's topic in User Interface
I saved this as 2010 as attached This is nothing special Stobber MouseClick.vi -
Sorry, i dont look at NI developer zone. The solution there is ok but doesnt work for clone vis as mentioned. I prefer a native LabVIEW function for this purpose. Im very surprise that this is still not available after 5 years of playing with LabVIEW I will vote to push this feature forward. Thanks Yair
-
Has anyone work with MYOB database or using MYOB ODBC before?
Minh Pham replied to Minh Pham's topic in Database and File IO
There is an interesting thread here: http://forums.whirlpool.net.au/archive/811621 -
Apply Icon Changes to Child Implementations
Minh Pham replied to mje's topic in LabVIEW Feature Suggestions
Please use Symbio's GOOP, problem solved -
Have you ever being frustrated by getting your project stuck after you running it and realized that you forgot to close one (or few) of your model style subvi(s) (which show front panel when called) ? You can not do anything on your main front panel as the model vi is in front of everything and you can not stop it either! All you can do is to kill LabVIEW and re-open the project. I believe that LabVIEW should has an option to stop anything, anywhere,anytime when you are in the development environment. This has always been an issue since I started using LabVIEW. Please add a method to the next version of LabVIEW such that developers can stop thing like this from happening.