Hi,
I tried to use Simple Symbols in my ULC UI and perhaps found an error in the svg_make script.
My panel uses sdOpenFaceplate( "isb_n_02f79b2d_b6a4_41f3_9fcf_6382fe51653b", "objects/SimpleSymbols/ISB_Nodes/symbol/TestSymbol.xml"). The first argument is my datapoint, the second is the faceplate.
In the UltralightClientServer.ctl the callback function svg_makeSVG I can see, that the parameters are passed correctly ...
DebugN(dsParameters);
=> WCCOActrl7:[dyn_string 6 items
WCCOActrl7: 1: "filenameonly"
WCCOActrl7: 2: "popup"
WCCOActrl7: 3: "panel"
WCCOActrl7: 4: "caption"
WCCOActrl7: 5: "popupid"
WCCOActrl7: 6: "param"
DebugN(dsValues);
=> WCCOActrl7:[dyn_string 6 items
WCCOActrl7: 1: "true"
WCCOActrl7: 2: "true"
WCCOActrl7: 3: "gedi/Symple/SympleFaceplate_UL.xml"
WCCOActrl7: 4: "isb_n_02f79b2d_b6a4_41f3_9fcf_6382fe51653b_faceplate"
WCCOActrl7: 5: "0"
WCCOActrl7: 6:"$DP:isb_n_02f79b2d_b6a4_41f3_9fcf_6382fe51653b|$SYMBOL:objects/SimpleSymbols/ISB_Nodes/symbol/TestSymbol.xml"
But in the generated svg file I got the following response:
XML-Verarbeitungsfehler: nicht wohlgeformt Adresse: http://localhost:5555/data/http/panels/ ... ate_UL.svg Zeile Nr. 48, Spalte 101:
ItemArraytab[ItemArraytab.length] = new TabItem('VALUES','Werte','gedi/Symple/ValuesTab.xml','$DP','??',false); ----------------------------------------------------------------------------------------------------^
Within the FAT client everything works fine.
Thanks in advance for any feedback
BR,
Hubert
svg_make Problem
Search
Re: svg_make Problem
I am no expert on this but it looks like there may be some illegal characters in your string...