// -- C++ -- // if(axis->MotorDemandModeGet() == RSIMotorDemandModeVELOCITY) { printf("The motor is in Velocity Demand mode.\n"); }
// -- C# -- // if(axis.MotorDemandModeGet() == RSIMotorDemandModeVELOCITY) { Console.WriteLine("The motor is in Velocity Demand mode."); }
Copyright © 2009 ---. All Rights Reserved.