12-06-2021 09:18 AM - edited 01-13-2022 01:03 PM
Hey, it’s december. The time when the day starts with opening a door of an Advent calendar.
Check out the official BCI Advent calendar on LinkedIn with some interesting piece of information every day.
But just these days I noticed in a discussion that there are so many small improvements from Control plus bundle V1.0 to V2.3 that some of you maybe missed. What would be more obvious than showing you a tip every day ...
#01 #02 #03 #04 #05 #06
#07 #08 #09 #10 #11 #12
#13 #14 #15 #16 #17 #18
#19 #20 #21 #22 #23 #24
12-10-2021 10:09 AM
Do you know that Control plus Studio has a project compare function?
As most of the work in Control plus Studio is exported to files it is also possible to compare the station folder, for example with Beyond Compare.
Additionally the PLC editors have a quite powerful compare function. TwinCAT has the Project Compare tool in the Windows start menu, in ctrlX it is included in the PLC editor under Project > Compare.
12-11-2021 07:40 AM
You can import PlcOpenXml in Control plus Studio. This helps if you want to move structures, enums or FB definitions from the PLC editor into Control plus Studio.
Export PlcOpenXml in the PLC editor:
Then import PlcOpenXml in Control plus Studio:
12-12-2021 10:55 AM - last edited on 12-13-2021 08:14 AM by nexidator
If you have two or more machines that are (almost) identical you can manage them in one Control plus Studio project. The target system settings can be managed in this menu:
There are several options to manage two identical machines in one production line or two identical machines in different production lines, for example:
12-13-2021 02:31 PM
During commissioning all manual functions need to be tested. There are two possibilities to get an overview of what has been tested:
FALSE; // add your conditions hereReplace with:
CommissioningActive;
12-14-2021 11:50 AM
Beginning with Control plus Studio 5.3 you can automatically create constants for the maximum value of an enumeration:
This is a great feature to use the constant as an array limit, for example for the axis teach points in station data and for FOR loops in the PLC.