07-15-2016 04:09 AM - edited 07-15-2016 04:10 AM
Hi, I am new to programming and was given a task to retrieve data real-time using labview via wireless connection (Wifi) from MySQL server.
How do I actually start?
07-15-2016 06:02 AM
The fact you're using WiFi is irrelevant, as long as you have a connection between your computer and the MySQL server.
As for retrieving the data - have you actually tried to do a search for "mysql labview" - there are lots of options, examples etc. of how to do this. You can use the database connectivity toolkit, or there are other toolkits/solutions available.
07-15-2016 07:22 AM
07-16-2016 11:56 PM
o start, tell us about your environment. Is this MySQL database powering a website? Who has control over it? Will they give you remote access to it? Is remote access enabled on it? Are there firewalls you need to worry about?
Hi,
MySQL database can be access from the website. I am the administration, its currently communicating through the school's wifi network. so i guess it has remote access and i am not sure about the fire walls
07-17-2016 06:41 AM
07-18-2016 08:01 AM - edited 07-18-2016 08:03 AM
I was thinking if it is possible to retrieve the data from MySQL with labview instead.
Is it easier ?
07-18-2016 08:38 AM