07-05-2010 12:59 PM
Hi There,
I am a newbie and this is my first post. I own a PCI-7344 motion controller board and I use Microsoft Visual Studio development environment to write custom code sets. I am familiar with using C# and want to access the PCI-7344 C library from within the C# program environment.
Has someone out there done this and be willing to share how they did it.
Cheers
Darryl
07-07-2010 12:30 PM
Hi Darryl,
Once you've installed the NI-Motion Driver, you should be able to access some of the help files to get you up and running. Mine are in this directory:
C:\Program Files\National Instruments\NI-Motion\Documentation
There are also some text based examples in there.
Cheers,
07-16-2012 03:54 PM
I have a PXI-7334 instead of a PCI-7344, but I would also like information on how to access the PXI-7334 C library from the C#(.Net) environment.
I found the examples in C:\Program Files\National Instruments\NI-Motion\Documentation. I have gotten the 1DStraightLineMotion.c program working.
I found an old example One Axis Contour Move in C#.NET (http://zone.ni.com/devzone/cda/epd/p/id/4956). It uses FlexMotion32.dll, which I can't find nor can I find something like that.
I know the new version of NI-Motion doesn't support .Net, but is there some work around I can use?
07-17-2012 04:00 PM
Hi,
You're correct and unfortunately NI Motion is not supported in C# .Net, please refer to the follow link:
http://digital.ni.com/public.nsf/allkb/67253305A52EFB1986256E94005945D2
Also, FlexMotion has been replaced with SoftMotion, which is likely why you can't find those dlls.