Leprozorij Posted June 2, 2010 Report Share Posted June 2, 2010 Sorry, if the question is dummy. I have a trouble with beginning to code my application. What constants, functions and methods shell i use to exchange data with google maps? how to send api commands? what indicators have i to use to depict maps? There are much information about google api for internet oriented languages, but how to use that information in labview? Simple samples and other help needed! Thanks all. Quote Link to comment
Ton Plomp Posted June 3, 2010 Report Share Posted June 3, 2010 Without any links to documentation we can only guess. But you definitely need the TCP/IP VIs to communicate with a web-service/API. Ton Quote Link to comment
Leprozorij Posted June 5, 2010 Author Report Share Posted June 5, 2010 what about 'data socket' functions? i use d.s. read to retrieve a document, generated by google, but it finishes with the error 42 in data socket read element. "generic error". Quote Link to comment
Ton Plomp Posted June 6, 2010 Report Share Posted June 6, 2010 what about 'data socket' functions? i use d.s. read to retrieve a document, generated by google, but it finishes with the error 42 in data socket read element. "generic error". Add a '[text]' to the end of the request string. That will instruct something in datasocket. And please use something else for posting (and annotating) a codesnippet. The Code Capture Tool for instance. Ton 1 Quote Link to comment
Leprozorij Posted June 7, 2010 Author Report Share Posted June 7, 2010 Oh, that works correct! Thank U, Ton! 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.