Newcomer Posted September 30, 2010 Report Share Posted September 30, 2010 Hello everyone, I've started using labview 8.5 recently for a really important project of my academic year. I need some advices on some issues as I'm not familiar with the software. I would like to ask if there is anyway to send health parameters (eg, pulse rate and blood pressure) taken with labview to a web server run by mysql. I'll describe a scenario of my project below. Scenario: A patient takes a reading of his blood pressure at his home with the labview software. Upon doing so, the data is sent to a webserver run by mysql for the doctor to check if there is any abnormality in the patient's blood pressure. Do let me know if there is anyway to do such data transmission with labview. All help and advices are greatly appreciated. Thanks! Quote Link to comment
asbo Posted September 30, 2010 Report Share Posted September 30, 2010 You might look into the LabVIEW Database Connectivity Toolkit, though you may not have a license for it. You can use the evaluation version to see if it fits your use case. Additionally, there has been some code written specifically for MySQL that works well, albeit much slower than the toolkit. Quote Link to comment
Christian_L Posted October 1, 2010 Report Share Posted October 1, 2010 A patient takes a reading of his blood pressure at his home with the labview software. Upon doing so, the data is sent to a webserver run by mysql for the doctor to check if there is any abnormality in the patient's blood pressure. If you want to send the data to a web server most likely all you need is to send the right command/request using HTTP. LV 2010 includes HTTP client VIs. For some earlier versions of LV there are VIs available on ni.com. Quote Link to comment
Mark Yedinak Posted October 5, 2010 Report Share Posted October 5, 2010 You might look into the LabVIEW Database Connectivity Toolkit, though you may not have a license for it. You can use the evaluation version to see if it fits your use case. Additionally, there has been some code written specifically for MySQL that works well, albeit much slower than the toolkit. We have used the toolkit extensively with MySQL and it works very well. Quote Link to comment
Tim Erickson Posted October 6, 2010 Report Share Posted October 6, 2010 I am using MySQL and LabSQL and it works great. No toolkit required. http://jeffreytravis.com/lost/labsql.html Quote Link to comment
asbo Posted October 7, 2010 Report Share Posted October 7, 2010 I am using MySQL and LabSQL and it works great. No toolkit required. http://jeffreytravis.com/lost/labsql.html On what version of LabVIEW? "(now compatible again with LabVIEW 6.0)" is unsettling. Quote Link to comment
Tim Erickson Posted October 12, 2010 Report Share Posted October 12, 2010 I am using with LabVIEW 9.0.1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.