FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
12-04-2023 03:02 PM
Hello everyone,
In the 17 November episode of your podcast "Industry rethought - a tech podcast from Bosch Rexroth", your guest from TU Dresden explained that it is possible to specify flexible motion profiles directly in the drive.
So my question would be, is it possible to control a sinusoidal motion profile, as is usual for typical mechanical presses, directly via LabVIEW and the EAL interface to an HSC01 drive?
We have a small model press with spindle kinematics and currently control the ram via absolute position commands. Since LabVIEW is not deterministic and the TCP/IP connection is too slow, it makes no sense to generate the movement profile with several absolute position commands. So would this work directly in the drive?
I have also noticed that only EAL version 2.0.0.10 is supported for LabVIEW 2020 (32bit) in the LabVIEW Package Manager. Only when using LabVIEW 2021 (64bit) and a ctrlx drive can I use the latest version 2.4.0.1 version. The Labview Package Manager does not offer the latest version, nor can it be installed manually.
Are the new EAL versions not backward compatible? Since there were some bugfixes between the two versions, I would of course like to use the latest version of the EAL with LabVIEW 2020 (32bit).
Many thanks in advance
Solved! Go to Solution.
12-05-2023 07:47 AM - edited 12-05-2023 07:47 AM
Moved to corresponding sub forum IndraWorks, IndraControl for MLC/MTX, IndraDrive as you main topic is about IndraDrive HCS01.
12-05-2023 10:46 AM
Hello,
Our operating mode "motion profile" supports different profiles like 5th order polynom etc.
An overview of all available profiles you can find in our firmware documentation on page 917.
Best regards.
12-05-2023 12:44 PM
You may use the device-integrated command value generator to initiate a true sinusoidal movement, like e.g.
12-05-2023 01:42 PM
Last version of EAL (SDK) is the version 2.4, this works with LabView 2021 onwards.
12-11-2023 05:08 PM
Thank you very much for the quick response.
The proposed solution for the motion profile, especially the curve table; page 923, seems to be exactly the solution I was looking for.
Unfortunately, I have noticed that with my company hardware: FWA-INDRV*-MPB20V32-D5-1-NNN-NN I do not have the function package SNC (Synchronisation) which is required for the synchronisation mode including MotionProfile.
Are there any experiences from other customers who have switched between operating modes using a LabVIEW EAL interface? The standard operating mode for LabVIEW is (Antriebsfeührtes Positionieren (über Achsregelsteuerwort S-0-0520)
Best regards
PtU
12-12-2023 11:10 AM
There are some functions availabe to activate operating modes on drive side.
i.e. MoveVelocity to activate velocity control on drive side.
For your case we have a eal4c function called ealMotionMovementSetOperationModeIndex(). With this function it is possible to activate any operating mode on drive side. So you can i.e. parametrize "motion profile" as "second. op mode 7" in your drive and then activate op mode no. 7 with the mentioned function.
Best regards,
RexCode
03-13-2024 05:15 PM - edited 03-13-2024 06:35 PM
Hi were you able to implement the sinusoidal movement?
I'm Facing the same chalenge.