Match pattern 4 in consumer producer loop
I currently have a consumer producer loop, and what I want to do is to add an element to queue if the element (picture), has a specific pattern (license plate). After that, I want to pass the image to...
View ArticleRe: write and read with leybold device
sorry but i don't understand what do you mean about "check the display mode of the string control as I already said."sorry i'm super amateur:smileysad:
View ArticleRe: Skype Vi fails making a phone call
I found the problem may be due to the labview invoking skype with "placecall" action. This "placecall" starts skype call , not call to a mobile or telephone number. How can solve this problem? Wei Tong
View ArticleRe: write and read with leybold device
Right click the string control and set display mode to codes display. Then you know what you are sending. try my idea too
View ArticleRe: levenberg
Old habits die hard. I first started doing nonlinear fits on an IBM 360 (yes, punch cards) when all the routines I had access to required (correct) derivatives. I know that the modern routines do...
View ArticleRe: DAQ assistant - External clock
There are some questionable KnowledgeBase articles out there... The first one linked is using outdated terminology from NI's legacy DAQ driver (which I guess somebody might still find helpful...)....
View ArticleRe: Skype Vi fails making a phone call
You commented on the community page. There is also the author's web page. Did you try that?
View ArticleRe: DAQmx: Gating Pulses with Pause Trigger
Hi agoncalves, I took a quick look at your VI and I see two immediate problems: 1. There is not guarantee that both tasks will reserve before either one starts. This explains your error and why it...
View ArticleRe: Multiple serial ports streaming - BSOD/freezes - Hardware or Software...
Well it seems using three identical FTDI chipset RS232/USB adapters did the trick, I can now read all three sensors for longer times without crashing. They are from no prestigeous supplier, but it...
View ArticleRe: write and read with leybold device
thank you guys for helping meand as you adviced me i did modifiy my VI and i hope this will work, i'll test it tomorrow:
View ArticleRe: AI Read Returning Empty Sets
How is your task configured? What sample rate do you have on the task? Is it sampling a finite number of samples or continuously?
View ArticleRe: Read channels alternately on Agilent data logger
Possibly use a FOR loop. Put all of your parameters in arrays and autoindex the arrays going into the FOR loop. Inside of the loop, you could close a relay, read a value, then close the relay....
View ArticleRe: how to avoid getting the same data continuously
continued from here If you have a fixed number of clients, initialize a 2D array of the correct size in the shift regsiter, and then use "replace array subset" to substitute new data in the right row...
View ArticleRe: AI Read Returning Empty Sets
I have it setup to read samples continuously. I can change the sample rate. It seems that roughly 2000 samples per second on 8 channels gives me the lowest occurance of this phenomenon, somewhere...
View ArticleRe: AI Read Returning Empty Sets
When you setup an analog input task to run continuously, the samples per channel input of the DAQmx Timing VI doesn't tell how many samples to read. It sets the buffer size. In general, you should...
View ArticleRe: AI Read Returning Empty Sets
Thanks. No, not getting any errors. I think I may be able to solve my problem by simply eliminating the timing function. I might not need it in this program.
View ArticleRe: AI Read Returning Empty Sets
No, you really should have the timing VI. Otherwise your DAQ will just sample when you ask it to in software. If you really need the 3kS/s, it needs to be hardware timed and set to continuous...
View ArticleRe: I want to create an executable that installs the rte
Thanks, I found the selection labeled "Installer" Pretty straight foward :-) For the most part, most of my experience with building .exe programs is installing the rte seperately then just copy the...
View ArticleRe: About Table in LV
Properties cannot differ between array elements. The properties of all array elements are the same. You can set the range individually for each cluster element, but it will be the same for each cluster...
View Article