Hello, I'm currently following the NI Tutorial to setup a Remote Panel on RT Target, I managed to set up just as the tutorial indicates but when I'm trying to access the VI I can´t find it.
Here is my configuration:
The IP address of cRio is : 192.168.0.250
Remote Panel Port: 8000
System Web Server Port: 80
The vi configured as startup is: HydraLog500_3.vi
I created html file using Web Publishing Tool. The file is: maletines.html
I created a destination path called: "www" located in: /c/ni-rt/system/www
The result is the following:
When I access: http://192.168.0.250 it displays config screen ok.
When I access: http://192.168.0.250:8000/ The labview web server tutorial is displayed
When I try to access my html file as: http://192.168.0.250:8000/maletines.html
It does not show anything.
Does anyone know anything I can do to fix this? Next there are some images of my configuration:
As you can see there is no Web Server Path to configure...
Thank you in advance.