ABB COM600 series User Configuration Manual Download Page 46

2_state_control_configuration.png

Figure 5.3-3 Configuring a 2-State button with indication value

5.

Click Add Command to add the Command tab. Configure the Command properties
as shown in Figure 5.3-4.

46

1MRS755001

COM600 series 5.1

Sequence Control Configuration Manual

Summary of Contents for COM600 series

Page 1: ...COM600 series 5 1 Sequence Control Configuration Manual...

Page 2: ......

Page 3: ...Editor 19 4 2 Adding a new Sequence POU object 20 4 3 Creating a global variable list 22 4 4 Adding symbol configuration 23 4 5 Adding a new sequence start and end action 24 4 6 Adding an initial sequ...

Page 4: ...5 Adding a button for sequence execution on step error 54 5 6 Adding a button for viewing sequence status 57 5 7 Updating COM600 runtime environment 59 6 Executing a sequence 60 6 1 Executing a seque...

Page 5: ...be the sole responsibility of the person or entity applying the equipment and those so responsible are hereby requested to ensure that all measures are taken to exclude or mitigate such risks This pro...

Page 6: ...1 5 This user s manual provides thorough information on the sequence control feature for COM600 Information in this user s manual is intended for application engineers who configure the sequence cont...

Page 7: ...ing caution and information icons that point out safety related conditions or other important information It also includes tip icons to point out useful information to the reader The corresponding ico...

Page 8: ...r an OPC internal value Normally an event consists of value quality and timestamp Event A physical IEC 61850 device that behaves as its own commu nication node in the IEC 61850 protocol Intelligent El...

Page 9: ...Center NCC Object Linking and Embedding OLE OLE for Process Control OPC Protection Control P C Programmable Logic Controller PLC Program Organization Unit POU Request To Send RTS Substation Automatio...

Page 10: ...uct revision Document version date Document created 4 0 A 31 5 2012 Document revised 4 1 B 13 3 2015 Document revised 5 0 C 24 5 2017 Document revised 5 1 D 22 3 2018 10 1MRS755001 COM600 series 5 1 S...

Page 11: ...acilitate substation and grid automation solutions in IEC and ANSI market areas a variant based system similar to Relion 615 and 620 series is being followed from COM600 5 0 release The main reasons f...

Page 12: ...re features of the COM600 series Overview of sequence control 2 3 The sequence control feature allows you to create sequences in the Logic Processor environment using the sequence control library and...

Page 13: ...0 Configuring sequence control involves the following steps defining a sequence logical device and associated logical nodes for the logic processor IED defining a sequence SFC program in the logic pro...

Page 14: ...ion structure in SAB600 with IEDs Adding a Logic Processor IED 3 2 To add a Logic Processor IED to the communication structure 1 Right click the Gateway object and select New Logic Processor OPC Serve...

Page 15: ...ic Processor OPC Server object and add Logic Processor Sub network SAB600_SC_PLC_Subnetwork png Figure 3 2 2 Adding Logic Processor Subnetwork object 3 Right click the Logic Processor Subnetwork objec...

Page 16: ...uence Logical Device 1 Right click the Logic Processor IED and select New Communication Sequence see Figure 3 3 1 SAB600_SC_PLC_LD png Figure 3 3 1 Adding a Sequence Logical Device object to the Logic...

Page 17: ...data object for a STEPGGIO logical node Additional STEPGGIO logical nodes should be added for a sequence with multiple steps Table 3 4 1 Predefined logical nodes and data objects for a sequence logic...

Page 18: ...nd associated data objects as defined in Table 3 4 1 An example of a finished configuration for a four step sequence after all the logical nodes and associated data objects have been defined is shown...

Page 19: ...ext programming language The sequence should be implemented as a standard PLC Sequence Flow Chat SFC program within the logic processor environment To launch the Logic Editor right click the Logic Pro...

Page 20: ...a new sequence POU object 1 Right click the Application object and select POU 2 In the Add POU dialog define a name for the intended sequence and set Sequential Function Chart SFC as the implementatio...

Page 21: ...ditor_with_POU png Figure 4 2 1 Logic Editor view after adding a Sequence POU To modify a sequence POU 1 Right click a sequence POU and select Properties 2 In the Properties dialog go to the SFC Setti...

Page 22: ...hanges Creating a global variable list 4 3 Create a global variable list for the Application object in the CoDeSys project if not already available To create a global variable list 1 Right click the A...

Page 23: ...a sequence Each sequence intended within the logic processor should have a corresponding sequence object defined Array of SwitchObjects Variables allowing the logic processor runtime to control the sw...

Page 24: ...d action 4 5 To add a new sequence start action 1 Right click the added POU object in the Devices view and select Add Object Action 2 Name the action as Start Set Structured Text ST as the implementat...

Page 25: ...r define the sequence start action see Figure 4 5 2 sequence_start png Figure 4 5 2 Sequence start action definition 5 Right click the added POU object in the Devices view and add a new action by sele...

Page 26: ...quence PRG 7 Select the added End action from the Devices view In the corresponding program editor define the sequence end action see Figure 4 5 4 sequence_end png Figure 4 5 4 Sequence end action def...

Page 27: ...ial_Transition definition see Figure 4 6 1 adding_initial_transition png Figure 4 6 1 Defining initial transition for a sequence Adding a new action object 4 7 To add a new action object 1 Right click...

Page 28: ...ence Adding a new transition object 4 8 To add a new transition object 1 Right click the added POU object in the Devices view and add a new transition by selecting Add Object Transition 28 1MRS755001...

Page 29: ...lowing exceptions When adding an action object make sure that the program statement in the program editor corresponds to the action step number For example for a Step2_Action object the program statem...

Page 30: ...added sequence steps 4 9 Editing start sequence 4 9 1 To edit the start sequence 1 Double click the added POU in the Device view to launch the program editor for the PLC Program The default view for...

Page 31: ...ct the init step in the program editor and in the properties view Rename the Name parameter to Start_Sequence see Figure 4 9 1 2 Logic_Editor_Add_Start_Sequence png Figure 4 9 1 2 Adding Start_Sequenc...

Page 32: ...k the button to launch the Input Assistant dialog 3 In the Input Assistant dialog click Subobjects in the Categories list 4 Select the Start action object and click OK This assigns the Start action ob...

Page 33: ...nt png Figure 4 9 3 1 Launching the input assistant dialog to select Initial_Transition object 2 Assign the Initial_Transition object as the transition condition for the Start_Sequence step 3 Insert a...

Page 34: ...gn an end action object to the sequence 1 Select Step0 and change the Name parameter to End_Sequence in the properties view see Figure 4 9 4 1 2 Assign the End action object to the End_Sequence step b...

Page 35: ...select Insert step transition after to add step 1 in Sequence SFC 3 Rename the added step to Step 1 by editing the Name parameter in the properties view Also assign a Step1_Action action object for t...

Page 36: ...iguration 4 10 After a successful build add the sequence POU to PLC MainTask configuration To add the sequence POU to PLC MainTask configuration 1 Double click MainTask in the Devices view In the Main...

Page 37: ...nder Miscellaneous in the Add Library dialog 6 Exit Logic Editor and open SAB600 before proceeding to the next configuration steps Configuring sequence cross references 4 11 This section describes the...

Page 38: ...m the Logic Processor select the data object from the communication structure view and drag and drop it to the corresponding sequence variable to be mapped 4 Edit the data object manually to map the r...

Page 39: ...ogical device SEQGGIO1 Str data object and assign the needed logic processor variables to it Select the Control OPC Item Path parameter in the Object Properties view and click the button to launch the...

Page 40: ...ta object and assign the needed logic processor variable to it Select the Control OPC Item Path parameter in the Object Properties view and assign it to SequenceObject SeqExecutionOnStepError variable...

Page 41: ...for sequence control 1 In SAB600 right click the Substation object in the Substation Structure and select New Functional Sequences to add a sequence voltage level to the Substation structure see Figur...

Page 42: ...Data Con nection dialog SAB600_SC_Launch_Data_Connection png Figure 5 2 1 Launching data connection dialog for the bay object 2 In the Data Connection dialog select Logic_Processor_IED from the IED dr...

Page 43: ...ence bay 4 Click Save Adding a sequence start stop control 5 3 To create a sequence SLD 1 Launch the SLD Editor for the sequence bay object by right clicking it in the Sub station structure and select...

Page 44: ...drop a 2 State Indicator button and a Multiple State Button from the Generic section in the Symbols dialog to the SLD layout page The 2 State Indic ator button control is required for starting and st...

Page 45: ...te Indicator Button Configuration dialog see Fig ure 5 3 2 2_state_control png Figure 5 3 2 Adding a two state indicator button to sequence SLD for sequence open close control 4 Configure the Indicati...

Page 46: ...Figure 5 3 3 Configuring a 2 State button with indication value 5 Click Add Command to add the Command tab Configure the Command properties as shown in Figure 5 3 4 46 1MRS755001 COM600 series 5 1 Seq...

Page 47: ...5 3 4 Configuring a 2 State button for control command 6 In the Object Properties window set the corresponding property values for the added start stop control see Figure 5 3 5 47 COM600 series 5 1 1...

Page 48: ...execution auto matic manual for the sequence To add an execution mode control 1 Drag and drop the 2 State Indicator Button control from the Generic section in the Symbols dialog to the SLD layout pag...

Page 49: ...ring the Indication tab properties for a sequence execution mode 2 State Indicator Button 4 Click Add Command to add the Command tab Configure the Command properties as shown in Figure 5 3 4 49 COM600...

Page 50: ...ommand tab properties for a sequence execution mode 2 State Indicator Button 5 In the Object Properties window set the corresponding property values for the added start stop control see Figure 5 3 5 5...

Page 51: ...sequence execution mode 2 State Indicator Button Similarly add a new 2 State Indicator Button for acknowledging the sequence in manual mode 1 Configure the Indication properties as shown in Figure 5...

Page 52: ...Indication tab properties for a sequence manual mode acknowledgement 2 State Indicator Button 2 Click Add Command to add the Command tab Configure the Command properties as shown in Figure 5 4 5 52 1...

Page 53: ...b properties for a sequence manual mode acknowledgement 2 State Indicator Button 3 In the Object Properties window set the corresponding property values for the added start stop control see Figure 5 4...

Page 54: ...rror setting To add a button for executing a sequence on step error 1 Drag and drop the 2 State Indicator Button control from the Generic section in the Symbols dialog to the SLD layout page 2 Right c...

Page 55: ...ndication tab properties for a sequence execution on step error 2 State Indicator Button 4 Click Add Command to add the Command tab Configure the Command properties as shown in Figure 5 3 4 55 COM600...

Page 56: ...properties for a sequence execution on step error 2 State Indicator Button 5 In the Object Properties window set the corresponding property values for the added start stop control see Figure 5 3 5 56...

Page 57: ...ate Button control from the Generic section in the Symbols dialog to the SLD layout page 2 Right click the Multiple State Button and select Configure Multiple State Button to launch the configuration...

Page 58: ...tate Button object properties for a sequence status 5 Repeat the steps to add the status for individual steps in the sequence Select the appropriate data attribute path when configuring the indication...

Page 59: ...sure that SAB600 is configured to update the correct COM600 runtime To update the COM600 runtime environment 1 Right click the Gateway object in the Communication view and select Management 2 Click U...

Page 60: ...ution mode Use this button to change the execution mode of the sequence between automatic and manual Manual mode acknowledge Use this button to manually acknowledge each step when the sequence is run...

Page 61: ...As each step is executed the corresponding breaker switch mapped for the step is controlled to the desired state An example of a four step sequence in automatic execution mode is shown in Figure 6 2...

Page 62: ...stop the sequence by double clicking the Start Stop object In the follow ing dialog click Stop Notice that as each step is executed the corresponding breaker switch mapped for the step is controlled...

Page 63: ...37 data connection 42 data object 17 Logic Processor IED 14 logical node 17 overview 13 Sequence Logical Device 16 WebHMI 41 D data object 17 assigning item paths 39 E executing sequence 60 automatic...

Page 64: ...24 initial transition 27 POU 20 22 start action 24 symbol configuration 23 transition 28 Sequence Logical Device 16 sequence SLD 2 State Indicator Button 43 execution mode control 48 manual mode 51 on...

Page 65: ......

Page 66: ...Phone 358 10 22 11 ABB Distribution Automation 4300 Coral Ridge Drive Coral Springs Florida 33065 Phone 1 954 752 6700 www abb com mediumvoltage www abb com substationautomation 1MRS755001 D 22 3 2018...

Reviews: