02-29-2024 10:23 PM
Hi there,
I'm new to CANOpen and I have some questions.
I want to control linmot with Canopen interface. In my case I use a E1200 drive from www.linmot.com . So I use labview to communicate with E1200 with canbus. Now I can receive data from E1200 drive, but when I send command data like (homing: 00 00 00 00 00 00 08 3F) in 8 bytes to drive with PDO 1 (it's 201h because I set the node id to 1), there is no reaction from drive. Is there any other things I need to do? I'm referring to page 44 of the attached manual.
Thank a lot.
Stephen
03-01-2024 01:16 AM
Hi Stephen,
@Stephenxy wrote:
Is there any other things I need to do?
CANopen drives usually follow the DS402 profile and require some steps to enable/start the drive.
Do you do those steps by setting the Control word (0x6040) as required?
03-01-2024 07:40 AM - edited 03-01-2024 07:41 AM
Hi GerdW,
Good suggestion! But when I look up the control word (0x6040) from document of linmot, I can't find any.
By the way, I found this before, and did what they said(sent 01 01 to COB ID=000h), finally I could see the controller is in operational mode through software. But there was still no respond when I sent homing comman.
Best,
Stephen