also ich möchte z.B <Attribute Name="MeasurementRangeStart" AttributeDataType="xs:string" Unit="qm/h">
<Value>0>/Value>
MeasurementRangeStart ändern und die Werte bzw. Einheit mit übernehmen und das ganze in einer Excel Tabell speichern
wichtige wäre noch da die in der standard xml-datei verwendeten Attribute Namen öfters verwendet werden, aber je nach dem in was für einem "Block" (hier jetzt z.B. <ExternalInterface Name="ReferenceVariable" RefBaseClassPath="NE150InterfaceLibrary/SWSignal" ID="d4fc833f-fb87-481e-be99-0f9e2c74f270">
oder
<ExternalInterface Name="FeedbackVariable" RefBaseClassPath="NE150InterfaceLibrary/SWSignal" ID="efcdfd4e-db44-48e2-a29c-3c166e82d824"> )
diese stehen eine andere Bedeutung bzw anders umbenannt werden müssen
hier ein größerer Auszug hoffendlich wird es jetzt klarer:
<ExternalInterface Name="ReferenceVariable" RefBaseClassPath="NE150InterfaceLibrary/SWSignal" ID="d4fc833f-fb87-481e-be99-0f9e2c74f270">
<Attribute Name="FunctionBlockDiagramNumber" AttributeDataType="xs:string"/>
<Attribute Name="SoftwareSignalName" AttributeDataType="xs:string"/>
<Attribute Name="FBName" AttributeDataType="xs:string"/>
<Attribute Name="FBDesignation" AttributeDataType="xs:string"/>
<Attribute Name="FBCycleTime" AttributeDataType="xs:string"/>
<Attribute Name="MeasurementRangeStart" AttributeDataType="xs:string" Unit="qm/h">
<Value>0</Value>
</Attribute>
<Attribute Name="MeasurementRangeEnd" AttributeDataType="xs:string" Unit="qm/h">
<Value>500</Value>
</Attribute>
<Attribute Name="NegativeLogic" AttributeDataType="xs:boolean">
<Value>false</Value>
</Attribute>
<Attribute Name="SubstituteValue" AttributeDataType="xs:string"/>
<Attribute Name="SoftwareSignalType" AttributeDataType="xs:string">
<Value>AO</Value>
</Attribute>
<Attribute Name="StatusAt0" AttributeDataType="xs:string"/>
<Attribute Name="StatusAt1" AttributeDataType="xs:string"/>
</ExternalInterface>
<ExternalInterface Name="FeedbackVariable" RefBaseClassPath="NE150InterfaceLibrary/SWSignal" ID="efcdfd4e-db44-48e2-a29c-3c166e82d824">
<Attribute Name="FunctionBlockDiagramNumber" AttributeDataType="xs:string"/>
<Attribute Name="SoftwareSignalName" AttributeDataType="xs:string"/>
<Attribute Name="FBName" AttributeDataType="xs:string"/>
<Attribute Name="FBDesignation" AttributeDataType="xs:string"/>
<Attribute Name="FBCycleTime" AttributeDataType="xs:string"/>
<Attribute Name="MeasurementRangeStart" AttributeDataType="xs:string" Unit="qm/h">
<Value>0</Value>
</Attribute>
<Attribute Name="MeasurementRangeEnd" AttributeDataType="xs:string" Unit="qm/h">
<Value>500</Value>
</Attribute>
<Attribute Name="NegativeLogic" AttributeDataType="xs:boolean">
<Value>false</Value>
</Attribute>
<Attribute Name="SubstituteValue" AttributeDataType="xs:string"/>
<Attribute Name="SoftwareSignalType" AttributeDataType="xs:string">
<Value>AO</Value>
</Attribute>
<Attribute Name="StatusAt0" AttributeDataType="xs:string"/>
<Attribute Name="StatusAt1" AttributeDataType="xs:string"/>
</ExternalInterface>
|