Hello All, We're trying to display an image, based on the part number thats being used. So if part number changes, image should also change. Right now, we are passing a name variable from PLC. And with a localscript, when that variable changes we change the image path. For example, pics/custom/XXX.png , if variable from PLC is "XXY", it becomes .../XXY.png. Issue is, PLC is reading that part number from an outside source, and it can be anything. So, when a new part number comes, PLC reads and sends it, but since there isn't any image named like that in WebIQ project folder, it doesn't show anything. Is there a way to access that "pics/custom" folder from a PC, like mapping a network drive, or another way? If so, we can ask line engineers and operators to just copy their images, whenever they require, or periodically etc. Another idea we have is to access directly a folder from server, and we can just show those, but I'm not sure if we can enter a location url to image path, outside of workspace of project. We also have a PC for another process, but we can implement something like copying images from server and writing to WebIQ project folder. But that is just another way of impelementing my first suggestion so, if it is possible, this can work too. Thanks for all the help.
... View more