4.3 Programming - TopDownWorkflow - Exercise07
4.3 Programming - TopDownWorkflow - Exercise07
1.1 Add the plant “Hello world” and study the Command sequence block
(CMDSEQ_B)
Task
Navigate to programming add the plant “Hello world” from the library and study, observe
the properties of the CMDSEQ block. Modify the example solution to the mentioned re-
quirements. Assign the data points to the hardware and test the program.
Result
The plant “Hello world” is added from the library and modified with an Operation Indica-
tion for it. Additionally the program is tested as per the command sequence defined.
Page : 1
1.1 Add the plant “Hello world” from the library and modify it
Step Action
1 Archive Project
Navigate to the Project overview and archive the already created project if nec-
essary. The project archive will be stored in the preconfigured folder.
You have two different option to navigate to the programming editor (See below)
Page : 2
Step Action
Delete the first plant which you have created in the exercise 6.
Page : 3
4 Check the properties of the CMDSEQ block. Study the parameters.
Page : 4
Use CMDSEQ.PrVal to determine whether the plant is on:
PrVal provides enumeration (1:Exception; 2:Off; 3: On), means: if value greater
than 2, plant is commanded to be on (but might still be in start sequence). You
can check these states in the properties of the PrVal pin.
Add function block CMP_I to accomplish above mentioned logic and,
• connect CMDSEQ.PrVal to CMP_I.IN1
• set CMP_I.IN2 = 2
• connect CMP_I.GT to ValIn4 of operation indication
• set EnIn4 = 1 and PrioIn4 = 16
Delete the Manual operating mode selection and SWICNV_M in the program
Page : 5
Add two BI (switch on/off, contact normally open) to the plant.
Rename the BI’s to Manual Automatic switch and Manual Switch. You can use
the existing text bars and adapt them to your needs.
Page : 6
Connect the Manual Automatic Switch PrVal pin to the En2 pin from the EN-
SEL_MS block.
Connect the Manual Switch PrVal pin to the K pin from the SELBO_MS block.
Disable the Scheduler for the first exercise. Set En3 on the Ensel_MS to 0
En3=3.
Page : 7
6 Modify the plant with Modbus devices
Navigate in ABT Site in Engineering to Modbus. Add a Modbus RTU Network, if
you have not already done it.
Drag and drop the GDB111.1E/MO from the library into the network and change
the parameters (Baud rate).
Search in the programming the Analog Output value for the Valve Position. Use
the project tree to find the data point, with a double click on the data point you
Page : 8
will be guided to the correct place in the program.
Search in the project tree for the Modbus device “Siemens GDB111.1E/MO”
Page : 9
Select the Analog Output “Position” from the “Siemens GDB111.1E/MO” and
drag and drop it to the Analog Output value “Position” in the chart
You can delete the not used [AO] Position in ABT Site under engineering, I/O
configuration.
Page : 10
7 Assign the data points.
Navigate back to the engineering tab in ABT Site. To assign all data point you
can use in a real project the Assign all button, but because we work with the
training reck, we would need to use the preconfigured addresses.
Check the Signal Type of the Maintenance switch (X.6) and change it to Switch
on/off, contact normally closed.
Check and adapt the Signal switches on the Operation board in your training
reck.
Page : 11
Observe the Alarm and Trend column -> they are checked as defined in the li-
brary. You can change the options and assignments if required.
Adjust the signal types on the operation board and test the program as per the
logic.
Do not forget to verify the Operation indication.
Page : 12
Click on Pause.
You have now completed this exercise. Please take a pause and reflect what you learnt.
You can use the below section for the notes.
Page : 13