The variable bPSSPneumaticAxisShutter changed to bSafetyShutter
The low and high pressure limts are not defined per axis but per pressure group
in GVL_APP. Remove tehm from the template.
modified: solution/tc_project_app/POUs/Application_Specific/Axes/Pneumatics_Template.TcPOU
As all shutter OP are the same, it is safe to add the TcLinkTo attribute in the
outputs for the LEDs.
modified: solution/tc_project_app/POUs/Application_Specific/Applications/Shutter_Operator_panel_Template.TcPOU
Add getting the scaled values of the cabinet pressure groups as part of the
Cabinet_Configuration program. To later link those values for the alarms in
PILS
modified: solution/_Config/PLC/tc_project_app.xti
modified: solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Configuration.TcPOU
modified: solution/tc_project_app/POUs/MAIN.TcPOU
Because the pressure limits belong to the cabinet and are application specific,
move the variables to GVL_APP as constants
modified: solution/tc_project_app/GVLs/GVL_APP.TcGVL
Update the pointer to the commit after fixing the bug of the double
variables in ST_BacklashConfig.
Pointing now to version v2.7.0 of tc_mca_std_lib
modified: solution/tc_project_app/tc_mca_std_lib
The variable is used in the ESS's FAT_SAT_tools python scripts for
performance testing to keep track of the test number sequence.
modified: solution/_Config/PLC/tc_project_app.xti
modified: solution/tc_project_app/POUs/MAIN.TcPOU
Restructure the call to the pneumatic axes according to FB_Axes:
1. Link the axis structure for the pneumatic axes by calling the
new stPneumaticAxis property.
2. Execute the pneumatic axes.
Delete the variabels related to PILS
Add the variables and comment related to advacned homing
Add the new variable bEnableStopWithAnyLimitSwitch
modified: solution/tc_project_app/POUs/Application_Specific/Axes/Axis_Template.TcPOU
Delete the extra jum line.
Change from lince comment to a block comment.
Use x for the index of the array instead of the HMI variable.
modified: solution/tc_project_app/POUs/Application_Specific/Applications/Shutter_Operator_panel_Template.TcPOU