Borrar filtros
Borrar filtros

Compiling an app with addTriggerConnection under R2014a?

1 visualización (últimos 30 días)
Colin Knowles
Colin Knowles el 11 de Abr. de 2014
Respondida: Bilgehan paray el 7 de Jul. de 2015
I've got an DAQ app which uses NI-DAQmx and the session interface which runs fine under R2014a but when compiled and executed on another PC with the R2014a MCR on the app faults on a addTriggerConnection line. The code I'm using is:
ai = daq.createSession('ni'); chan0=ai.addAnalogInputChannel('Dev1', 0, 'Voltage'); chan1=ai.addAnalogInputChannel('Dev1', 1, 'Voltage'); max_Sample=ai.RateLimit(1,2); ai.addlistener('DataAvailable',@PlotResultsDAQ); ai.addTriggerConnection('External', 'Dev1\PFI0', 'StartTrigger');
This same app compiles and runs fine using R2013a and I've tried two versions of NI-DAQmx with the same result. It seems to be the same 32 or 64 bit.
Any ideas?
Thanks,

Respuestas (1)

Bilgehan paray
Bilgehan paray el 7 de Jul. de 2015
I have the same issue with 2014b. Any solutions to this. It says MATLAB:builtins:MessageCatalogLoadFailed

Categorías

Más información sobre Signal Integrity Kits for Industry Standards en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by