sparkfun / phant

the data logging engine behind data.sparkfun.com
700 stars 99 forks source link

Webservice LabView #66

Closed marsselo closed 10 years ago

marsselo commented 10 years ago

Use a XML format webservice or a shared variable for LabView

brennen commented 10 years ago

Hi marsselo. Could you elaborate a bit on this one? We're not super familiar with LabView.

toddtreece commented 10 years ago

@marsselo Are you just looking for XML output?

marsselo commented 10 years ago

I don't know much. I know that LabView Web Service work with XML files. They have one file with the user paths in system and other with the users variables, that are called in the begin of the connection. The third file is the variable values, that is called to update variables in LabView. I discovered using LabView for iOS connected with demo server.

ptrks commented 10 years ago

@marsselo Do you have to use XML for your LabView application? I have used the LabView JSON Toolkit and it works wonderfully.

toddtreece commented 10 years ago

@marsselo there is now a LabView example here: https://github.com/sparkfun/phant/tree/master/examples/LabVIEW%202012

I'm going to close this, but let me know if that didn't help.