How to display webdev image in Vision window?

Hi, I am trying to create a view in vision to show images. I uploaded my images in webdev module but I want to display it in my Vision window, I tried to give link in image component also, but it is not working.

Hi @Ruchika

So there are two steps to this. First is linking the asset in the web dev module. So I have this file asset (basically an image) loaded into the Web Dev and named as test.jpg

Once it is linked and saved, now this can be accessed at the following link:

http://localhost:8088/system/webdev/Forum-Play-Area/test.jpg

localhost:8088 will be replaced as per the ignition gateway link
Forum-Play-Area is the project name, in your case it will be different.

Now in the vision window, the image component will have the same path as above, and the component will show the image.

Thanks.

2 Likes