Axis velocity value after initialising
Posted: Sun Apr 09, 2023 12:03 am
I have a machine which is intended to move with a particular velocity. If possible, I would like to set this velocity during initialisation.
I have entered this value into the init file, which was generated in the usual way from the KMotion config+flash window:
ch1->Vel=100;
However, when I execute the initialisation program from my .NET application, the axis velocity property value for the axis is Zero.
In order to move the axis, I need to then set the velocity property to a finite number.
Other properties such as Acceleration do have the values specified in the init file - so I'm confident the file is executing correctly.
What is the purpose of the chX->Vel line in the init file, if not to set the Velocity property for the axis?
Thanks!
I have entered this value into the init file, which was generated in the usual way from the KMotion config+flash window:
ch1->Vel=100;
However, when I execute the initialisation program from my .NET application, the axis velocity property value for the axis is Zero.
In order to move the axis, I need to then set the velocity property to a finite number.
Other properties such as Acceleration do have the values specified in the init file - so I'm confident the file is executing correctly.
What is the purpose of the chX->Vel line in the init file, if not to set the Velocity property for the axis?
Thanks!