@@ -3,21 +3,29 @@ Release notes
33In general: update them just before setting a tag:
44git tag -a vx.y.z
55
6- Describe the changes (the motivation) which motiviated this tag.
6+ Describe the changes (the motivation) that motivated this tag.
77The same information should be added into this file, so that
88the tag has the "diff" of ReleaseNotes.txt, kind of.
99
1010It is probably a good idea to set a new tag with every new feature.
11- The first digit should be increased, when there are non compatible changes:
12- Things had been removed, code that had been moved inside the code tree,
11+ The first digit should be increased, when there are non- compatible changes:
12+ Things have been removed, code that has been moved inside the code tree,
1313 so that a project will not compile without further changes.
14- The second digit will be inccreased when a new feature had been added,
14+ The second digit will be increased when a new feature had been added,
1515which will reset the third digit to 0.
1616(The word digit is wrong. We can have 2.11.13 or so)
1717
18- The 3rd digit will be increased, when there is a pure bugfix .
18+ The 3rd digit will be increased, when there is a pure bug fix .
1919See v2.0.0 vs 2.0.1
2020
21+ v2.10.0
22+ - Compatible with tc_mca_std_lib v2.10.0
23+ - New features:
24+ - Add Library TC2_MC2_Drive to have the ST_DriveInfo DUT available.
25+ - Improvements:
26+ - Refactor Cabinet monitoring. All FBs are an extension of a based FB and now
27+ all the FBs are in a folder structure (MBP-326).
28+
2129v2.9.1
2230- Compatible with tc_mca_std_lib v2.9.0 and v2.9.1
2331- Improvements:
@@ -41,18 +49,18 @@ v2.8.0
4149- Compatible with tc_mca_std_lib v2.8.0
4250- New features:
4351 - Cabinet_Monitoring (renamed from Cabinet_Configuration) program to call the monitoring FBs.
44- - Add TcLinkTo attribute to the variables in the Shutter_Opertaor_Panel program.
45- - Includes in solution tree FB_ESSMonitoringMCU5001a.
52+ - Add TcLinkTo attribute to the variables in the Shutter_Operator_Panel program.
53+ - Include in solution tree FB_ESSMonitoringMCU5001a.
4654 - Add to GVL_APP the pressure group pressure limits variables and allow time for pressure out
4755 of range variable.
4856 - Pneumatic_Box program that contains the variables for the pressure sensors and pressure limits
4957 calculations and signals.
50- - Add Safety_Shutter program. It is a modified version of Pneuamtics_Template modified for PSS safety
51- related shutter. It inlcudes the variables needed for the PSS permit signals.
58+ - Add Safety_Shutter program. It is a modified version of Pneumatics_Template modified for PSS safety
59+ related shutter. It includes the variables needed for the PSS permit signals.
5260- Improvements:
5361 - Update Pneumatics_Template to reflect the variable changes: Pressure limits, retract and
5462 extract times, allow pressure out of range, pressure groups.
55- - Change name of configuration variable form bPneumaticsAxisShutter to bSafetyShutter.
63+ - Change name of configuration variable from bPneumaticsAxisShutter to bSafetyShutter.
5664 - Delete the negation of the PSS Permit light in the Shutter_Operator_Panel program and set the
5765 index of the GVL.astPneumaticAxes to 1.
5866 - Link the tAllowTimePressureOutOfRange, stPneumaticAxisConfig.fLow/HighLimitPressureValue to the
6674- New features:
6775 - Update MAIN.sVersion to 2.6.0 to match tag version.
6876 - Add Release notes file for tc_generic_structure changes.
69- - Includes DUTs for:
77+ - Include DUTs for:
7078 Backlash compensation (MBP-167).
7179 Read/Write CoE Parameters from motor Drive (MBP-271).
7280 - Add variable nTestNum in MAIN. The variable is used in the ESS's FAT_SAT_tools python scripts (MBP-295).
8391 Delete the variables related to PILS.
8492 Add the variables and comments related to advanced homing configuration.
8593 Add the new variable bEnableStopWithAnyLimitSwitch.
86- - Update GlobalTextList to support the new button bEnableStopWithAnyLimitSwitch in MAINVISU
94+ - Update GlobalTextList to support the new button bEnableStopWithAnyLimitSwitch in MainVisu.
8795
8896v2.4.0
8997- Compatible with tc_mca_std_lib v2.5.0
@@ -92,7 +100,7 @@ v2.4.0
92100 - Remove Product version line from the files.
93101- New features:
94102 - Add support for c6017 ups in Restore Position code (MBP-273).
95- - Add Shutter Operator panel Template, inlcudes the behavior of the LEDs on the panel code.
103+ - Add Shutter Operator panel Template, include the behavior of the LEDs on the panel code.
96104
97105v2.3.0
98106- Compatible with tc_mca_std_lib v2.4.0
@@ -103,7 +111,7 @@ v2.3.0
103111 Select the option "Minimize the Id changes in TwinCAT files" to get rid of the changes in the id hash.
104112 Add ST_HomingConfig to the solution file structure.
105113 Update all libraries placeholders to latest version.
106- The option "Clear invlaid persistent data" is set to true.
114+ The option "Clear invalid persistent data" is set to true.
107115
108116v2.2.0
109117- Compatible with tc_mca_std_lib v2.2.0
@@ -115,7 +123,7 @@ v2.1.0
115123
116124v2.0.0
117125- Compatible with tc_mca_std_lib v2.0.2
118- - New feature :
126+ - New features :
119127 - Add Position Bias to the variables to restore when losing power (MBP-221).
120128 - Remove unused OPC tags (MBP-245).
121129 - Add git filter explanation to the file .gitattributes (MBP-246).
0 commit comments