05-17-2017 04:32 AM
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?
05-17-2017 04:54 AM
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.