Example: dental hygienist

Logix 5000 Controllers Import/Export

<component_type [attribute_list]> [body] </component_type> <!

Logix 5000 Controllers Import/Export . 1756 ControlLogix, 1756 GuardLogix, 1769 CompactLogix, 1769 Compact GuardLogix, 1789 SoftLogix, 5069 CompactLogix, 5069 Compact GuardLogix, Studio 5000 Logix Emulate . Important user information .

Tags:

  Controller, Export, 5000, Logix, Import, Logix 5000 controllers import

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of Logix 5000 Controllers Import/Export

1 <component_type [attribute_list]> [body] </component_type> <!

2 -- This is a comment that includes an XML start tag element, <mytag>. The start tag is ignored by the parser. --> <Task Name="Task1" Type="PERIODIC" Rate="1000" Priority="10" Watchdog="500" DisableUpdateOutputs="false" InhibitTask="false"> <Description> <![CDATA[ This is a task description with a line feed and a quote. ]]> </Description> </Task> <Tag Name="bINTtag" TagType="Base" DataType="INT" Radix="Decimal"> <Data>05 00</Data> <Data Format="L5K"> <![CDATA[5 ]]> </Data> <Data Format="Decorated"> <DataValue DataType="INT" Radix="Decimal" Value="5"/> </Data> </Tag> <Data>05 00</Data> <Data>02 00 03 00 04 00 05 00</Data> <Data>00 00 00 00 01 00 00 00 05 00 00 00</Data> <Data>00 00 00 00 01 00 00 00 05 00 00 00 00 00 00 00 02 00 00 00 07 00 00 00 00 00 00 00 05 00 00 00 09 00 00 00</Data> <Data Format="L5K"> <!

3 [CDATA[5 ]]> </Data> <Data Format="L5K"> <![CDATA[[2,3,4,5] ]]> </Data> <Data Format="L5K"> <![CDATA[[0,1,5] ]]> </Data> <Data Format="L5K"> <![CDATA[[[0,1,5],[0,2,7],[0,5,9]] ]]> </Data> <Data Format="Decorated"> <DataValue DataType="INT" Radix="Decimal" Value="5"/> </Data> <Data Format="Decorated"> <Array DataType="INT" Dimensions="4" Radix="Decimal"> <Element Index="[0]" Value="2"/> <Element Index="[1]" Value="3"/> <Element Index="[2]" Value="4"/> <Element Index="[3]" Value="5"/> </Array> </Data> <Data Format="Decorated"> <Structure DataType="TIMER"> <DataValueMember Name="PRE" DataType="DINT" Radix="Decimal" Value="1"/> <DataValueMember Name="ACC" DataType="DINT" Radix="Decimal" Value="5"/> <DataValueMember Name="EN" DataType="BOOL" Value="0"/> <DataValueMember Name="TT" DataType="BOOL" Value="0"/> <DataValueMember Name="DN" DataType="BOOL" Value="0"/> </Structure> </Data> <Data Format="Decorated"> <Array DataType="TIMER" Dimensions="3"> <Element Index="[0]

4 "> <Structure DataType="TIMER"> <DataValueMember Name="PRE" DataType="DINT" Radix="Decimal" Value="1"/> <DataValueMember Name="ACC" DataType="DINT" Radix="Decimal" Value="5"/> <DataValueMember Name="EN" DataType="BOOL" Value="0"/> <DataValueMember Name="TT" DataType="BOOL" Value="0"/> <DataValueMember Name="DN" DataType="BOOL" Value="0"/> </Structure> </Element> <Element Index="[1]"> <Structure DataType="TIMER"> <DataValueMember Name="PRE" DataType="DINT" Radix="Decimal" Value="2"/> <DataValueMember Name="ACC" DataType="DINT" Radix="Decimal" Value="7"/> <DataValueMember Name="EN" DataType="BOOL" Value="0"/> <DataValueMember Name="TT" DataType="BOOL" Value="0"/> <DataValueMember Name="DN" DataType="BOOL" Value="0"/> </Structure> </Element> <Element Index="[2]

5 "> <Structure DataType="TIMER"> <DataValueMember Name="PRE" DataType="DINT" Radix="Decimal" Value="5"/> <DataValueMember Name="ACC" DataType="DINT" Radix="Decimal" Value="9"/> <DataValueMember Name="EN" DataType="BOOL" Value="0"/> <DataValueMember Name="TT" DataType="BOOL" Value="0"/> <DataValueMember Name="DN" DataType="BOOL" Value="0"/> </Structure> </Element> </Array> </Data> <Tag Name="aDINTTag" TagType="Produced" DataType="DINT" Radix="Decimal"> <ProduceInfo ProduceCount="1" ProgrammaticallySendEventTrigger="false" UnicastPermitted="false"/> <Data>03 00 00 00</Data> <ForceData>00 00 00 00 FF FF FF FF 07 00 00 00 </ForceData> <Data Format="L5K"> <!

6 [CDATA[3 ]]> </Data> <ForceData Format="L5K"> <![CDATA[[0,0,0,0,-1,-1,-1,-1,7,0,0,0] ]]> </ForceData> <Data Format="Decorated"> <DataValue DataType="DINT" Radix="Decimal" Value="3" ForceValue="7"/> </Data> </Tag> import - export Version := RSLogix 5000 Owner := User Name, Rockwell Automation Exported := Tue May 13 08:39:40 2014 IE_VER := ; Component_Type <component_name> [Attributes] [body] END_Component_Type TASK Task1 (Description := "Hello World", Type := PERIODIC, Rate := 1000, Priority := 10, Watchdog := 500, DisableUpdateOutputs := No) END_TASK < controller [controller_attributes]> <Description> <!

7 [CDATA[ text ]]> </Description> <RedundancyInfo [redundancyinfo_attributes]/> <Security [security_attributes]/> <PrimaryActionSets> <PrimaryActionSet PermissionSet= PermissionSetName1 IsPermissionSet= true > <![CDATA[ encoded_cached_permissions ]]> </PrimaryActionSet> <PrimaryActionSet PermissionSet= PermissionSetName2 IsPermissionSet= false > <![CDATA[ encoded_cached_permissions ]]> </PrimaryActionSet> .. </ PrimaryActionSets > </Security> <SafetyInfo [safetyinfo_attributes]> <SafetyTagMap> [comma separated safety tag map] </SafetyTagMap> </SafetyInfo> <DataTypes> [datatype] </DataTypes> <Modules> [module] </Modules> <AddOnInstructionDefinitions> [addoninstructiondefinition] </AddOnInstructionDefinitions> <Tags> [tag] </Tags> <Programs> [program] </Programs> <Tasks> [task] </Tasks> <ParameterConnections> [parameter_connection] </ParameterConnections> <CommPorts> [commport] </CommPorts> <CST [attribute_list]

8 /> <WallClockTime [attribute_list] /> <Trends> [trend] </Trends> <QuickWatchLists>s [watch_list] </QuickWatchLists> < InternetProtocol [Internet_Protocol_Attributes] /> <EthernetPorts> <EthernetPort [Ethernet_Port_Attributes] /> <EthernetPort [Ethernet_Port_Attributes] /> </EthernetPorts> <EthernetNetwork [Ethernet_Network_Attributes] /> </ controller > controller <controller_name> [(Description := "text", Controller_Attributes)] [<DATATYPE declaration>] [<MODULE declaration>] [<ADD_ON_INSTRUCTION_DEFINITION declaration] TAG [<tag declarations>] END_TAG [<PROGRAM declaration>] [<TASK declaration>] [PARAMETER_CONNECTION declaration] [<TREND declaration>] [<QUICK_WATCH declaration>] PRIMARY_ACTION_SET <permission_set_name> (IsPermissionSet := Yes) := encoded_cached_permissions.

9 END_PRIMARY_ACTION_SET [<CONFIG controller objects declaration>] END_CONTROLLER controller example_controller (Description := " controller description", ProcessorType := "1756-L73", Major := 22, TimeSlice := 20, ShareUnusedTimeSlice := 1, RedundancyEnabled := 0, KeepTestEditsOnSwitchOver := 0, DataTablePadPercentage := 50, SecurityCode := 0, ChangesToDetect := 16#ffff_ffff_ffff_ffff, SFCE xecutionControl := "CurrentActive", SFCR estartPosition := "MostRecent", SFCLastScan := "DontScan", SerialNumber := 16#0000_0000, MatchProjectToController := No, CanUseRPIFromProducer := No, InhibitAutomaticFirmwareUpdate := 0, PassThroughConfiguration := EnabledWithAppend, DownloadProjectDocumentationAndExtendedP roperties := Yes) MODULE Local (Parent := "Local", ParentModPortId := 1, CatalogNumber := "1756-L73", Vendor := 1, ProductType := 14, ProductCode := 94, Major := 22, Minor := 1, PortLabel := "RxBACKPLANE", ChassisSize := 7, Slot := 0, Mode := 2#0000_0000_0000_0001, CompatibleModule := 0, KeyMask.)

10 = 2#0000_0000_0001_1111) END_MODULE TAG END_TAG PROGRAM MainProgram (MAIN := "MainRoutine", MODE := 0, DisableFlag := 0) TAG END_TAG ROUTINE MainRoutine END_ROUTINE END_PROGRAM TASK MainTask (Type := CONTINUOUS, Rate := 10, Priority := 10, Watchdog := 500, DisableUpdateOutputs := No, InhibitTask := No) MainProgram; END_TASK PARAMETER_CONNECTION END_PARAMETER_CONNECTION CONFIG ASCII(XONXOFFE nable := 0, DeleteMode := 0, EchoMode := 0, TerminationChars := 65293, AppendChars := 2573, BufferSize := 82) END_CONFIG CONFIG ControllerDevice END_CONFIG CONFIG CST(SystemTimeMasterID := 0) END_CONFIG CONFIG DF1(DuplicateDetection := 1, ErrorDetection := BCC Error, EmbeddedResponseEnable := 0, DF1 Mode := Pt to Pt, ACKT imeout := 50, NAKR eceiveLimit := 3, ENQT ransmitLimit := 3, TransmitRetries := 3, StationAddress := 0, ReplyMessageWait := 5, PollingMode.


Related search queries