svg_make Problem

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
Search

Post Reply
2 posts • Page 1 of 1
hubertkraut
Posts: 1
Joined: Wed Nov 24, 2010 12:46 pm

svg_make Problem

Post by hubertkraut »

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

User avatar
aorange
Posts: 147
Joined: Thu Nov 04, 2010 10:07 am

Re: svg_make Problem

Post by aorange »

I am no expert on this but it looks like there may be some illegal characters in your string...

Post Reply
2 posts • Page 1 of 1