LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error code: -200077

Solved!
Go to solution

when i use PID to control the analog output voltage from DAQmx, theres error message saying

 

-200077occured at DAQmx Write (analog ID wfm N Chan N samp).vi2  requested value not a supported value for this property.

 

what does this error stands for? 

0 Kudos
Message 1 of 27
(4,383 Views)

You provide very little information, but I'm going to guess that you're trying to do hardware-timed analog output on a DAQ device that doesn't allow hardware-timed analog output.

 

What DAQ device are you using?

0 Kudos
Message 2 of 27
(4,377 Views)
pci 6221
0 Kudos
Message 3 of 27
(4,366 Views)

can help to explain what do you mean by " you're trying to do hardware-timed analog output on a DAQ device that doesn't allow hardware-timed analog output."

 

thanks

0 Kudos
Message 4 of 27
(4,364 Views)

PCI-6221 will do hardware-timed analog output, so your problem is somewhere else.  Can you post your code?

0 Kudos
Message 5 of 27
(4,361 Views)

DAQ assitant 2 is used to read the encoder angle (travel distant),

 

however, the other DAQ assitant is used to output analog voltage to convert to frequency output for motor.

 

setpoint profile is the intended distant travel.

 

 what do you think?

Download All
0 Kudos
Message 6 of 27
(4,349 Views)

You still have not provided any code so you will just have to figure out the problem yourself. Do you really think that an image of the block diagram is going to show how you configured the DAQ Assistant?

0 Kudos
Message 7 of 27
(4,342 Views)

John,

 

There should be some additional information that is returned with the error code.  Can you place indicators on the 'error out' terminal of your DAQ assistants, and look at the string in the 'source' member of the error cluster?  Typically the offending property is mentioned here.

 

Dan

0 Kudos
Message 8 of 27
(4,336 Views)

see attached dynamic data.png and DBL data.png

 

dynamic data.png illustrates using DAQ assitsant to acquire encoder signal. And the data output from DAQ assistant is a dynamic data. This dynamic data will go into the pid process parameters.

 

 

However, if we see the DBL data.png. This vi using DAQmx read to read the encoder value, and the output is DBL data(in degree).

 

Why one is dynamic data, the ther one is DBL data?

Download All
0 Kudos
Message 9 of 27
(4,330 Views)

Those pictures you posted aren't much use.  As Dennis pointed out, we cannot tell anything about how your DAQ assistant is configured by looking at a picture of a DAQ assistant.  Please post your code.

0 Kudos
Message 10 of 27
(4,311 Views)