In Ignition Designer, I’m trying to create a sidebar that will contain PDF files for users to read if needed. I dragged the component that the Ignition tool offers, and it has a source property so I can reference the PDF file I want to be shown in the display area. However, I can’t find the folder mentioned by the source where I can place my own files. Is there any other way to do this? I thought about creating a new folder and putting my files there, but it seems that I’m unable to add my files to that folder. How do I add them to the folder?
If Vision, the files must be locally addressable, on a network share, perhaps.
If Perspective, the files must be served via URL. The only native support in Ignition is to use the WebDev module for this. If you can put the files into a DB as blobs, you might use my Blob Server module instead.
I found it! after a a few days and your reply as well we found a solution, here it is in case someone else needs it:
- access the WebDev module
- right click it and choose "New file Resource"
- after adding the file, copy its mounted path and paste it corrently on the source from the component
As pturmel mentioned, the module is required for this (i intalled it right now)
I will implement on the screen and check if it works fine now
thx for the help and quick reply
You probably don't want to make file resources for each file, unless there's only a few. A mounted folder is most convenient.
Noted and it worked fine. thank yall!