Re: Cardio simulation
It turns out: we have 4 txt file format, which set parameters required for building cardio (each column of the array is the corresponding period of the chart) How to apply for their Gaussian impuls.vi...
View ArticleBar Code Scanner information not displaying automatically
Hello All: I have an issue with a bar code scanner, specifically Unitech AS-10U. Now my problem is this, I'm trying to create a sub.vi that takes the input from a bar code scanner as if its input from...
View ArticleRe: Error 1386 between Labview Quantum Design PPMS
Hello, I downloaded the library that you attached and extracted it to the instr.lib folder in Program Files. When I tried to run it, I received the OLE server error that you had mentioned earlier, so I...
View ArticleRe: Bar Code Scanner information not displaying automatically
remove your "reinit to default, they are useless. it should fix your problem.
View ArticleTrying to understand timing of inputs and outputs with LabVIEW FPGA
HiI'm trying to get a rough understanding of how timing works with inputs and outputs on the fpga and cRIO CPU when implementing control algorithms on the cRio cpuSay I have a labview program where the...
View ArticleRe: Allocate memory
Thanks for the replyCould you take I look at my code attached. Is it too large. I feel not.
View ArticleRe: Allocate memory
You need to learn how to do some computer basics and take a screen shot and make a snippet (look it up!) or attach the actual VI. No one can debug a fuzzy image taken by your phone.
View ArticleRe: Trying to understand timing of inputs and outputs with LabVIEW FPGA
What are you using to pass the data to/from the FPGA from/to the RT? DMA FIFO? Front panel controls? Scan Engine? It would help us answer your question better if you provided some code.
View ArticleRe: xl sheet table column and row header
sorry i attached my program.how to merge some cell..
View ArticleRe: Allocate memory
What are typical input values ofr all the controls? (For example if your "sample frequency" is zero, you'll run out of memory, of course.)
View ArticleRe: xl sheet table column and row header
I don't see a Merge request in the code you attached. Why do I bother ...
View ArticleIR Tire Temp Graph Formatting Help (1D color Spectrum based on temperature)
Hi, I have a system that reads in Infared Tire Temperature Data. The system has 12 sensors (3 sensors per tire). I'd like to display this data real time in a similar fashion to this video. Basicly...
View ArticleRe: xl sheet table column and row header
sorry woroungly attached ....here attached my orignal code..
View ArticleRe: Cardio simulation
OK, so now explain the files A, tm, s1, and s2. I know that these file names match the parameters of the Gaussian Impulses you are generating, but I'm puzzled by the arrangement of numbers in these...
View ArticleRe: xl sheet table column and row header
OK, now I see the Merge. It is curious that you specify the Merge Range backwards (C2:B2). Not wanting to look up ActiveX, I looked at how the Report Generation Toolbox does this (I also searched the...
View ArticleRe: waveform graph problem
You have three processes operating in parallel inside your loop -- setting the properties of your graph from the Time control, building and displaying the Waveform, and waiting 100 msec. All of these...
View Article