Re: Waveform+Chart+Array Average
Hi Alyssa, find the average after converting the data to CelsiusLike this?
View ArticleRe: displaying a signal in a waveform chart in "slow-motion"
Hi, Thank you for your response.This is not what I mean... I don't want to change my number of samples (or the fs) I want to show more data in one screen, for example 20 seconds (what I really want is...
View ArticleRe: Waveform+Chart+Array Average
wrote:I need to find the average after converting the data to Celsius. Please let me know how i can do that.Thank you sir. I really appreciate the help Or you can take the average in Fahrenheit, then...
View ArticleRe: Search Ordered Table VI
Suppose I said "I'm thinking of a number from 1 to 1000. You can "guess" 10 numbers, and I'll tell you if it is my number, or if it is too high or too low". I'll also say that the right algorithm...
View ArticleRe: displaying a signal in a waveform chart in "slow-motion"
I was acquiring behavioral data at 1KHz and wanted to see 30 seconds of data scroll (slowly) across the screen. As the data were being streamed to disk, I sent a copy to a "plotting" routine that...
View ArticleSet HID Driver from NI-VISA Driver Wizard as Default
I've made an application based on the USB-RAW Bulk and Interrupt examples to communicate with my custom device. In order for my device to be recognised by VISA and MAX, I had to generte the driver...
View ArticleHelp with Report Generation Tool kit
Currently having an issue with the Data being shown on the Excel Worksheet. Previously I had a sample rate of 10,000 Hz and a finite sample amount of 2000. Which would work with my program and display...
View ArticleRe: Input byte data to write serial command vi
Hi GerdW, The manual is asking me to input the commands in binary format and i've been simulating it with a byte array control with values of required attached in the picture. Basically, Bit 1 is the...
View ArticleRe: How to share resource between 2 objects of a child class and a dynamic...
I still do not understand WHY you want to do this? Do you really want one object for every type of measurement you are going to have with that particular DMM? Are you going to use the same architecture...
View ArticleRe: Input byte data to write serial command vi
Hi Jarrold, which data do you send to your motor?Did you use the correct checksum?
View ArticleRe: How to replicate/duplicate sets of front panel controls and indicators?
I tried the subpanels and have a couple questions. What is the procedure to center the controls in the subpanel? What is the procedure to exchange data between the main block diagram exchange data the...
View ArticleRe: Help with Report Generation Tool kit
After researching Excels column limit I believe that is the issue, but i'm not sure of a good work around just yet if anyone has suggestions? Excel column limit is 16,384.
View ArticleRe: Input byte data to write serial command vi
You should probably disable the termination character on the Serial Configure. Does the device send a response? Since you are sending binary data, it would probably respond with binary and a...
View ArticleRe: How to share resource between 2 objects of a child class and a dynamic...
wrote:I still do not understand WHY you want to do this? Can't say I do. Not sure if OP is trying to do something difficult, or doing something simple in a difficult way. The latter would be bad.
View ArticleRe: RS232, Flow-Bus protocol
The original poster's last post was almost 13 years ago, so I wouldn't hold my breath for an answer.
View ArticleCorrupted VI while execution
Hello, I copied 3 days ago all my LabVIEW development file from mydesk local file to my company network file.Since i did it i got following error message during execution launched on development...
View ArticleRe: displaying a signal in a waveform chart in "slow-motion"
Hi Bob!! So how can I do what you suggest? I tried to look a bit on this subject and tried to use the proporty node (see attached pic) but it shows me the same chart. thanks in advanced,Naama
View ArticleRe: Corrupted VI while execution
Hi Gigi, suggestion: don't store your VIs on a network drive. Use local drives to keep your development source code… When you want to synchronize with a network drive use SCC tools like SVN or GIT!
View ArticleRe: Corrupted VI while execution
wrote:Hello, I copied 3 days ago all my LabVIEW development file from mydesk local file to my company network file.Since i did it i got following error message during execution launched on development...
View ArticleRe: How to implement callback function when DLL file is called
The callback function is provided by it's pointer. The only (decent) way to get a pointer to a function is to put the function in a dll and use LoadLibrary and GetProcAddress to get the pointer to the...
View Article