Is it possible to link to a file that is stored on SD card ? Update: I have found out: The URL should be 'http://ip_of_plc/$$sdcard$$/your_PDF.pdf' $$ because first $ works as escape character
Is it possible to link to a file that is stored on SD card ? Update: I have found out: The URL should be 'http://ip_of_plc:8080/$$sdcard$$/your_PDF.pdf' $$ because first $ works as escape character
Is it possible to link to a file that is stored on SD card ?
Hello @m.prestel, I have checked this, it works. Very good workaround, big thanks! Do you think if it is theoretically possible to modify these files from IEC application, using CAA FILE library?
Hello, I want to show custom, or "nice looking" title in browser's webpage. By default, it shows name of visualization. Please look at screenshot attached to understand what i want to achieve. I guess that it's not possible in easy way. One way I can imagine is to change the .htm file in PLC, and add to it additional script to overwrite the title, but i will have to change the file every time after online change, or full download of PLC program... Anyone have ideas?