Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

problems with the PXI7344 card( the card starts without my triggering)

I use the PXI 7344 card from NI and I have a problem, whit this card. If i initizialize this card under CVI it brings a warning, that i dont understand (CODE 4294897293). In MAX the CODE is -70003, if I inizialise the card.
In my program ( I write it in CVI) the card starts using the engine, but I have make only configurations and tell him befor, that the engine doesnt start.

A friend tell me, that MAX makes changes, withou ma known, but I think that isn´t so... Wirte MAX the coniguration of my card also in the DAQ-file or write MAX the configuration into the memory of the card?
The card run in a system with a powerunit (MESA 1/1A-220/17-W-T-B5). can that device "knock out" my card?


I tested the
analog output of the 7344. I find out, that the card set the output to 10V, but I donst´n say that to the card! I say u =0 und u/s=0...
My state is at the moment, that I disable the analog output for the card in MAX. Start my application to make my settings and set the analog outupt in MAX of enabled if the config ist ready.
but that is no solve for my problem! I can not change the configuration manualy if the system must be restarted...
what can I do?
0 Kudos
Message 1 of 2
(3,084 Views)
The error you are seeing thorugh the Initialize routine is due to the fact that you may have an on board program running at the time of initialization. Please try the following:

1.- Update your driver to NI-Motion 6.0.
2.- Inside MAX under the Devices and Interfaces, double click on the PXI-7344.
3.- In the section named device resources, select on board memory manager and in there make sure you have no programs running. If there are any, right click on the program and select Stop Program.
4.- Once Stopped, clikc on the Initialize button on top of MAx to perfomr an initialization.
5.-Check on the Interactive->1D Interactive Section to see if there are any error messages. They will appear in a box on the lower right section of the screen. If the box says there ar
e no errors your code should work fine now.
0 Kudos
Message 2 of 2
(3,084 Views)