LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

building applications with motion control

Solved!
Go to solution
I've created a program that uses motion control and digital I/O via the PCI-7344 Motion Control card.
It works fine in the LabVIEW environment but ignores does not perform any action that uses the motion card.

I am not creating an installer for the program and I am trying to run it on the same machine that has the development environment.

The only thing I can think of is that I'm feeding a setting name into the Intialize Controller.flx vi.  maybe it needs a path?

Am I overlooking something obvious?

Thanks,
Charlie

0 Kudos
Message 1 of 4
(2,871 Views)

Hi Charlie,

Are you using the Motion Error Handler.flx for the motion portion of your code?  The reason I am asking is LabVIEW's simple error handler will not return motion errors.  It is possible that an error is occurring, but we are not catching it.  If you are not using the Motion Error Handler.flx try using this and we should be able to determine the problem.

Regards,

Ryan M.
Applications Engineer
National Instruments

0 Kudos
Message 2 of 4
(2,859 Views)
Solution
Accepted by topic author asuwish4

Hi Ryan,

It's now solved actually...  It turned out that I needed to add the following to labview.ini:

BldApp.RemovePolyVIsandTypedefs=False

Thanks!

Charlie

0 Kudos
Message 3 of 4
(2,851 Views)
Glad to hear it is working now.
0 Kudos
Message 4 of 4
(2,841 Views)