‎01-04-2023 03:19 PM
Greetings, my son and I are working on a new pool game and what I'm hoping to do is use a Microsoft Surface tablet as the touch screen interface to log the events of the game, and use another display to show the score of the game / locations of the balls. I don't have any experience with network shared variables or any of the NI Web tools. Wondering is someone an point me in the right direction on what my best bet is to accomplish this?
‎01-04-2023 07:34 PM
I would recommend LabVIEW Web Service and G Web Development Software. Your tablet can run the gaming logic and publish the result to the web server, which can be accessed from any browser on any device.
The latest G Web Development Software has a community edition which is free for leisure use.
Below are some useful links:
https://ni.github.io/webvi-examples/
‎01-05-2023 08:10 AM
Excellent, I'll give it a try, thanks!