07-15-2018 09:11 AM
Hi, Leave my program already done online for remote access from anywhere in the world.
I would like to know how to use the labview to access from anywhere in the world. I opened my router door, did the web pussing tools and used my ip provided by my internet, but I still have no access to the program. I would like to know the step by step to let remote access from anywhere in the world program.
my program is attached for better visualization
07-15-2018 09:42 AM
What exactly are you trying to do? I don't see anything in your code that implies remote control or remote access or any kind of Ethernet or internet connection.
You have some strange things going on in there. First, please use the block diagram cleanup tool. You have a lot of wires running backwards and heading behind icons leaving the wrong side of the nodes. You have a lot of local variables being used, particularly "Info". Is is being written to from multiple locations at the same time. That is a race condition and only one of those data values will win. Also, why a one iteration For Loop?
07-15-2018 09:45 AM
I want to let him interact with the internet, does he use his own devices for this?
I tried to use the labview web server, but unfortunately I could not. I would like to let the code be accessed remotely by a web page, would it be possible?