Dynamic Text not working when XML-File is outside Projectfolder
Pure Browser based Visualisation for PLCs
Status: Beta
Brought to you by:
benkfra
When using Dynamic Text with an XML-File from outside the Project-Folder (including path), CoDeSys copies this complete Path into the PLC-File. The Path is completely wrong from the perspective of the PLC, so the file could not be loaded:
e.g.
<dynamic-text-file>C:\USERS\FOO\DESKTOP\PROJ\TEXTFILES\DYNAMICTEXTS.XML</dynamic-text-file>
but the file on the PLC is named "dynamictexts_xml.zip".
Diff:
Diff:
With r78 only the filename part of the path is used and the ".xml" is replaced by "xml.zip" when the visu is packed.