08-19-2011 07:43 AM
Hi, I'm trying to control a maxon motor with EPOS2 positioning controller and Labview. I have no problem when I do this with my computer. But I need to do that with a c-RIO-9022, when I try to deploy my program to the c-RIO a error apears.
¿Why my proyect work on the computer and can not dowload to the c_RIO?
08-22-2011 04:36 AM
Hello!
Can you see your device on MAX?? What error do you get? How have you configured it??
By the way, if you are a Spanish-speaking person (i say that because of your nick), don't be afraid to speak in Spanish ;).
Hoping to help you!
08-22-2011
05:14 AM
- last edited on
05-13-2024
02:06 PM
by
Content Cleaner
Hello dsanzmerodio,
If you are using serial communication with the EPOS controller, I suppose you are using the Instrument Driver attached to this link. That driver is not compatible with VxWorks, the OS embedded in the CompactRIO, so it cannot be used with your 9022.
To communicate with an EPOS2 device using a CompactRIO, you have three options:
1.- Implement a CANOpen communication with the EPOS2 device using the CANOpen module for cRIO:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019MNnSAM&l=en-US
2.- The same CANOpen communication but using a CAN module for cRIO:
https://www.ni.com/en-us/shop/model/ni-9881.html
3.- If have the LabVIEW Robotics module, you can use its API for Maxon EPOS2 motor drives:
https://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=17071
… but you will need again a CAN module (the NI-9853 in this case)
08-22-2011
11:07 AM
- last edited on
05-13-2024
02:07 PM
by
Content Cleaner
The LabVIEW Robotics Module includes an example that shows how to use the EPOS2 with a cRIO, but it is not a reuseable API. You can download the NISoftMotion Axis Interface for EPOS2, which includes VIs you can reuse in your own application.
Chris M
09-04-2011 09:00 AM
I am doing the same work,I want to know whether you have resolved that. and I also want to directly communicate with you,
THXs
Best Regards