Jump to content

Data transmission to Mysql server with labview


Recommended Posts

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!

Link to comment

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.

Link to comment

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.