‎08-21-2009 12:48 AM
Hi
I am a student doing my project, I am new in LabVIEW.As part of my project I need to interface a stepper motor for 3 axis movement, the 3 axis movements is controlled by a micro position controller, and i don’t know which micro controller is used in it, along with this I got a software for 3 axis movement and its source code in Visual C++ and also they provided the assembly language of controller.I need to done this procedures from LabVIEW window how it is possible. I am using LabVIEW7.0
Thanks in advance
Dayaneeshya Thomas
‎08-21-2009 01:11 AM
‎08-21-2009 04:50 AM
Sir
Thank you for your reply, one more think i need to know, I have a software and its source code( in Visual c++),for the 3xis movement. i want to know how it interface at LabVIEW
Thanks and regards
Dayaneeshya Thomas
‎08-21-2009 05:20 AM
‎08-21-2009 07:34 AM
I need to call it in labview, the software codings are 6 different visual c++ program, i have a visual studio 6. and working in LabVIEW7.0
‎08-21-2009 09:08 AM
‎08-24-2009 12:02 AM
sit ,
thank you for your reply, i think this will be a great help for me.
Dayaneeshya
‎08-24-2009 01:19 AM
Hi
You can use LabVIEW ".NET" connectivity for this purpose. After getting the source code, use the ".net" constructor node and property/invoke nodes to access the source code from LabVIEW.
I'm attaching an example program for your help (for LabVIEW 7.0)
thanks,
Ravi.
‎08-24-2009 02:11 AM
hi Ravi
please give the example
thanks
dayaneeshya
‎08-24-2009 02:31 AM