Re: How do i do the restaurant pager system on Labview?
WanTonMee wrote:Here's the link: http://electronics.howstuffworks.com/everyday-tech/restaurant-pager.htmAre you seriously asking someone to provide you with a completely working software for FREE?????
View ArticleRe: Compound arithmetic OR issue...
abeaver wrote:You can see the invert through thebreakpoint bubble OK, so it's the input that's inverted, not the output, but Mike was right. If you invert the inputs, then false becomes true, and you...
View ArticleRe: Compound arithmetic OR issue...
Yes, Mike was correct. The output was inverted! Thanks a lot.
View ArticleRe: hamamatsu ccd array (S11155, C11165)
Alright, LabView 2013 is up and running. Does anybody know what the sample.vi is exactly supposed to do? At this point it does exactly nothing. How do I tell it to even use the ccd array? I'm assuming...
View ArticleRe: hamamatsu ccd array (S11155, C11165)
Disregard my last post. I had the D-Cam software still open (not running), so labview couldn't read the data from the ccd. After completely closing D-Cam the sample Vi was working!
View ArticleRe: open variable connection function
Hi, Thanks for the description but I am still not able to understand what does "open variable connection" or "close variable connection" does. It seems "write" or "read" alone will work. Plus, I can...
View ArticleRe: open variable connection function
Opening takes ms, reading takes usecs. To prevent the first call of read or write from taking an unusually long amount of time, you can open everything up front and close everything down at the end --...
View ArticleRe: agilent
Exactly the instruments I mentioned. I don't want to be rude, but you need to read a bit better.
View ArticleRe: Export Data in Table Control to Excel
As far as I know, if you want to read or write Excel workbooks in LabVIEW, you really need the Report Generation Toolkit. The nice thing about this is that the Toolkit now is quite nice, and really...
View ArticleRe: how does the DAQmx read.vi work in producer/consumer mode
Hi crossrulz, Yes, I think so that It will read 5000 samples per channel.And I also think in the producer/consumer mode 5000*N samples will be stored in the stack.(N:channel quantity)Am I right ?Thank...
View ArticleRe: Automatic Width Control Multicolumn Listbox (Again)
Your property node is in the wrong order. Property nodes execute in order from top down. You want to set the active cell BEFORE you write the cell width. The way you have it now, you are setting the...
View ArticleRe: iwebbrowser display only part of a webpage
Can do, but I'll have to do it tomorrow.Mike...
View ArticleRe: how does the DAQmx read.vi work in producer/consumer mode
There is no "stack". There is a queue. Each element of the queue is going to contain whatever is sent to it on each execution of the Enqueue Element. So if you are reading 5000 samples on N channels,...
View ArticleRe: agilent
Yes, I agree with what you said. It's just in your list, my generator is not mentionned. I said that because with labview, I downloaded one driver with "search driver" and it download one driver for...
View ArticleRe: agilent
What is the exact model number? What exactly do you mean by doesn't work. Details such as error numbers and message, please.
View ArticleRe: agilent
My model is 33500B. When I click on the button run, my soft doesn't communic with my generator
View ArticleRe: agilent
According to that list from agilent, there is no such model. I don't know what VI you are talking about and you have not provided the error code or message. What is your physical connection?
View ArticleRe: agilent
I used usb connection, that is my first step. After I would like to usb GPIB connection.
View ArticleChebychev Polynomial fitting results show multi lines
I am using "nonliear curve fit.vi" with defined Chebychev Polynomial function to fit XY data. Strangely, if I enlarge the upturn part, I clearly see the fitting results show multi-lines (2-4) ....
View ArticleRe: Chebychev Polynomial fitting results show multi lines
Can you please attach the actual VI?
View Article