christian
unread,Oct 29, 2009, 4:04:12 AM10/29/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FBDK
Due to fact I'm using 4DIAC and FBDK for creating a distributed system
with controllers from wago and elsist, I've to import and export the
created systems and their application. Thereby I found a mistake at
the XML syntax used by FBDK and by 4DIAC.
---FBDK:---
The Application element uses as sub element FBNetwork, but
corresponding to the standard 61499-2 table A.4 is the application
element defined as follow
<!ELEMENT Application (SubAppNetwork)>
<!ATTLIST Application
Name CDATA #REQUIRED
Comment CDATA #IMPLIED>
and the SubAppNetwork:
<!ELEMENT SubAppNetwork
(SubApp*,FB*,EventConnections?,DataConnections?, AdapterConnections?)>
Does this mean also the presented example at the IEC 61499-2 C.6
System Configuration uses the wrong xml notation? Therein the
Application element uses the FBNetwork element.
---4DIAC:---
Using this export the Resource element is export wrong, because it use
as subelement SubAppNetwork, but there should be used the FBNetwork
element instead.
<!ELEMENT Resource (Parameter*,FBNetwork?)>
<!ATTLIST Resource
Name CDATA #REQUIRED
Type CDATA #REQUIRED
Comment CDATA #IMPLIED
x CDATA #IMPLIED
y CDATA #IMPLIED>