02-27-2024 04:40 AM
Hello Dear Forum Members,
I want to use my motor, which is elmo, in torque mode.
I never made any application like this, so i need your help.
With my code, I'll send these parameters for init the motor at the beginning. Is there anything else that I missed? Or is everything ok?
stop motor
Disable Motor
Clear Fault
UM=1
SET TORQUE "0"
stopDEC
Profile Torque Mode
Shutdown
Ready to Switch On
heartbeat
MAX TORQUE
TORQUE SLOPE
MAX CURRENT
MOTOR RATED TORQUE
MOTOR RATED CURRENT
Halt = 1 = Stop axis
Solved! Go to Solution.
02-28-2024 01:33 AM
As you post your question here, I guess you want to use a NI interface and program the application with LV.
NI-Industrial Communications for CANopen
After installing the driver, you will get these VIs in the LV functions palette :
This library will enable you to communicate with your drive. As I'm not familiar with your model, it's impossible for me to say whether the data you've listed is correct.
As an example, here's the definition of the torque mode current for a drive of another brand.
03-01-2024 12:07 AM - edited 03-01-2024 12:11 AM
Thanks for your quick reply.
@JB wrote:
As you post your question here,
I posted my question to the wrong place, I think.
I don't want to use any Interface, I just connected to my motor driver with CAN and sent the commands for initiating and starting the motor.
This method is working but I wonder that, is my "Target Torque" command going directly to the motor?, or passing from the kind of internal controller like PI.
@JB wrote:NI-Industrial Communications for CANopen
After installing the driver, you will get these VIs in the LV functions palette :
This library will enable you to communicate with your drive. As I'm not familiar with your model, it's impossible for me to say whether the data you've listed is correct.
As an example, here's the definition of the torque mode current for a drive of another brand.
Thanks for the advice but as I said, I want to drive my motor directly with CAN data, not with any controller.
I know that it's the wrong place to ask these questions but I couldn't find any other relative forum where I could able to ask these questions.
Thanks!
03-01-2024 02:29 AM
"Interface" is not a controller but the CANopen interface you will need to send/receive the CAN messages.