12-04-2014 05:55 PM
Application note 127 is great, except that it references resources which have been depracated, or are no longer available, such as Visual Basic Controls Creation Edition. Is there a similar AN or reference link that discusses the same topic, except with current tools?? I am interested in displaying data being published from my CVI application to a Datasocket server, in a web page. I have used CVI for many years, but am not a Visual Studio user. Any resource links or advice would be appreciated. Thanks !
12-05-2014 09:34 AM
Which version of CVI are you using so that we may be able to find something appropriate for you if it exists?
12-05-2014 10:24 AM
Thanks, Rob.
I am using CVI 2012 version.
~Harald Brandner
12-08-2014 01:37 PM
Not sure if this is what you are looking for, but it was worth a shot. Would you mind including a link to the application note, I'm a little confused about the note you mentioned. Was this a CVI application note or one on the datasockets?
12-08-2014 02:25 PM
12-09-2014 02:55 PM
I'll have to do some looking, but CVI does have some examples for reading and writing with the DataSocket server that might be helpful. Just go to the example finder and search for DataSocket, and there are about 15+ examples there. One might contain the exact info you are looking for. Let me know if that helps while I try to find any other documentation that might help.
12-09-2014 03:41 PM
Thanks, Rob.
I am already using datasockets to read and write to/from the datasocket server, but I am just communicating between multiple CVI applications. What I am trying to do and learn about, is how to read from a datasocket server and somehow display / render the data within a web page. That may be trivial for some people, but I have not developed any dynamic web pages before. Maybe you can suggest some resources and learning material that would help me to implement a solution.
Best regards,
Harald.
12-10-2014 04:44 PM
Based on this discussion forum, it sounds like you would need to write a web app in some other environment (like Visual Studio). Then that could get data from the CVI application running elsewhere. I don't know how much documentation we have on this.