Ignition Webdev Connect to Network Drive

Hey everyone or anyone who can help I'm trying to use the Web Dev feature to connect to a network drive. then from this Network drive I want to be able to open a PDF in perspective PDF Viewer.

On the server Ignition is running on this machine has access to the network folder (V: Drive):


I have put the file path in the WebDev area:

When I try to open the PDF and set the source as the correct link + PDF name it does not load the PDF:

also when I try to go to the WebDev through a browser it appears as this:

Any help would be greatly appreciated I'm running on version 8.0.17

Thanks!

The gateway runs as a service, isolated from the desktop of the server. Showing a screenshot of the server's mapped drives just says that the user logged into the server can do so. The gateway service needs to map the drive itself, since it is independent. This is documented:

https://docs.inductiveautomation.com/display/DOC81/Mapping+a+Network+Drive

Note that you will need to restart your gateway to make these changes take effect, and you will have future problems if the network share is ever not working when the gateway restarts.

Consider using a reverse proxy in front of Ignition to present multiple resources as one, or use an API to the other server from within WebDev to retrieve the file. (Instead of network file access.)

2 Likes