Re: Unwired or bad terminal
RavensFan wrote:I'm seeing a bug with the Split Signals function. It seems like something I remember reading about before, but searching the forums, I can't find anything about it. When I take the...
View ArticleRe: Communication problem between FPGA VI and Host-PC VI
DMA is direct memory access. The FPGA is on a bus with the RT processor, but not with the PC. I've heard network streams are the way to go.
View ArticleRe: A general thank you from a newbie.
I (and everyone else here, I'm sure) would like to thank you for doing the searching. There are always some who conveniently skip that step (or search but ignore the results and post anyway), and those...
View ArticleHow to integrate an Array with the other Array???
Hi guys, I have such a problem that need your help!! I have two columns, the first column is Time (x): 1, 1.2, 1.5, 1.7, 1.8... which is uneven array. The second column is Y : 3, 5, 7, 8.... X and Y...
View ArticleRe: Monitoring Thermocouple Temperature on Labview
Hİ Ryan, Thank you for your answer.It really helped us a lot and solved our problem.Now we can monitor different temperature values
View ArticleRe: PID control: actual system elements and simulation elements
mangood wrote: For "" then the formula for the transfer function needs to include that conversion as well (from duty cycle to voltage). I can't tell you what that equation should be"""why you cannot...
View ArticleRe: Decimate.vi doesn't work for me
That is a buffer overrun error. You don't have your acquisition rates and number of samples to read set correctly. All 3 DAQ assistants are set for continuous samples. So once they start executing...
View ArticleRe: probe shows not executed on some wires !!!
Thanks for posting that. I looked at it and that does look like a bug.
View ArticleRe: How to integrate an Array with the other Array???
What do you mean by "X is uneven"? What do you mean by column C to see how the integration goes? Do you mean that you want to see the integration from X0 to the current X step by step throughout the...
View ArticleRe: Decimate.vi doesn't work for me
HelloThe reason why I don't work with daqmx fucntions is that is like chinese to me. :smileyfrustrated:About the program, I changed the samples to read of the NI9237's to 20k with a sample rate of 2k....
View ArticleRe: Decimate.vi doesn't work for me
Those numbers sound like they will work for you. Good luck! PS. There are a few ways to learn more about the DAQmx functions. On NI there are tutorials like Getting Started with NI-DAQmx: Main Page....
View ArticleRe: Serial Read Missing Bytes
As I keep telling my coworkers, learn from my mistakes. I've personally ran into that issue, which just makes it easier to spot.
View ArticleRe: Decimate.vi doesn't work for me
I edited my previous post. Because of the sample rate you need a minimum buffer size. So the minimum time for getting the samples is 10 seconds How Is Buffer Size Determined?Input TasksIf your...
View ArticleRe: Decimate.vi doesn't work for me
Stephny wrote:I edited my previous post. Because of the sample rate you need a minimum buffer size. So the minimum time for getting the samples is 10 seconds That doesn't tell you that you need to...
View ArticleRe: How to integrate an Array with the other Array???
Is this what you are looking for?
View ArticleRe: probe shows not executed on some wires !!!
I think your wires get stripped out by the compiler because they are dead code. (With my idea implemented, we would immediately notice and not try to put probes on them. ;)) I think it is not a bug and...
View ArticleRe: Decimate.vi doesn't work for me
I didn't know that. I saw that article about the buffer size and I thought I had to take that into account. But now with the 1 second logging I have the -200279 error with the NI9237's and the NI9219...
View ArticleRe: Decimate.vi doesn't work for me
It's possible that the writing to the file is taking longer than a second and the buffer is filling up that way. If you disable the Write to File and try running the VI, does it still give you errors?...
View ArticleRe: How I save a 1D-folat array to MS Sql Server"s image field?
thanks you answerI try itchange the sql server field type from image to varchar(max) but the data that read from server is empty.
View Article