From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -200452 DAQmx Timing (arg 1) when using PXIe-6368 cards

I have a legacy Labview program that I know works on a PXI-8840 controller running LabView 15 and with PXI-6133 cards. I am now trying to get the code to work on a PXIe-8135 controller running LabView 16 and with PXIe-6368 cards. I didn't write the program, which is very complex with loops within loops and various cases, and am a complete novice at LabView coding.

 

Stepping through one section of the program results in the following error:

 

"Error -200452 occurred at Property Node DAQmx Timing (arg 1) in CAL_Stage3.vi

Possible reasons: Specified property is not supported by the device or is not applicable to the task.

Property: MasterTimebase.src

Task Name: Task_Card-3"

 

Does anyone know if there is a simple fix for this error or is it more likely that the code will have to be substantially re-written to work on PXIe cards? Do PXIe cards support the MasterTimebase.src property?

 

 

0 Kudos
Message 1 of 2
(2,829 Views)

Hello,

 

Here is a link that shows you how to find out if the property node is supported by your device.

http://digital.ni.com/public.nsf/allkb/05A563FE3AA7B3C286256FF90077C303

 

Does it solve your problem?

 

Greetings and Regards,

 

James.

 

 

Greetings and Regards,
James
0 Kudos
Message 2 of 2
(2,806 Views)