Re: How to save measurment data on every 2 secs?
Well, what I was saying is that if you offer a quick and dirty solution, make sure they know it is a quick and dirty solution.
View ArticleRe: How to save measurment data on every 2 secs?
billko wrote:Well, what I was saying is that if you offer a quick and dirty solution, make sure they know it is a quick and dirty solution.That is a good point. Due to writing quickly I could see how...
View ArticleRe: Getting Error 5 : File is open
Mike, I was using states because it seemed earier to use. It works for what I wnat except the delete function. Closing and deleting the file before creating a new one doesnt seem to fix the issue. And...
View Articlelorenz attractor
Dear Sir Can you please explain me the design of lorenz attractor using cash karp method.Its very big and its difficult to understand.If possible,Please provide any flow chart or necessary...
View ArticleRe: How to save measurment data on every 2 secs?
MrHappyAsthma wrote:billko wrote:Well, what I was saying is that if you offer a quick and dirty solution, make sure they know it is a quick and dirty solution.That is a good point. Due to writing...
View ArticleRe: FPGA error
First thing I would do is see if this patch works: LabVIEW FPGA Module 2013 SP1 Xilinx Tools 14.4 f1
View ArticleRe: Getting Error 5 : File is open
Your code to too complex for what it is doing. You also should get away from using the express VIs.Mike...
View ArticleRe: lorenz attractor
sravanipaladugu wrote:Can you please explain me the design of lorenz attractor using cash karp method.Its very big and its difficult to understand.If possible,Please provide any flow chart or necessary...
View ArticleRevision history disappears?
Are there any known issues in LV2013 relating to revision history comments disappearing from VIs? I'm writing a class for which I'm certain I added revision comments and very few are now commented. I...
View ArticleRe: FPGA VI refnums on front panel always force recompile
The original app was relatively large with multiple subVIs and custom controls. I stripped out most of the code in the Host and Target but left all but two of the offending subVIs. I opened the Host VI...
View ArticleHow to run a matlab script in labview using the acquired data
Dear Reader Currently, I have a problem with running matlab script in labview. Three sets of data are acquired in labview trhough NIDAQ and saved in an exel file. Then the data is imported into a...
View ArticleRe: Getting Error 5 : File is open
First of all, there is no point in creating your DAQmx task just to get 1 sample and then kill it. Do the DAQmx setup and the task start before your loop. Stop and clear the task after the loop. You...
View ArticleRe: How to save measurment data on every 2 secs?
billko wrote:If he didn't speak up, it was likely that you started another newb down the path to the dark side.But you got me seriously thinking about this because your point was VERY VALID. How do we...
View ArticleRe: How to save measurment data on every 2 secs?
I don't know if I'd call it a "flaw." There are just so many factors that would influence my decision on how to approach the issue. Especially this issue here. How can the user grasp the concept of...
View ArticleRe: DAQmx multichannel read error. DAQmx believes there are multiple channels...
Mike, The relevent code in the block diagram is pictured adjacent to the error popup window. Steve
View ArticleRe: simulink to labview
Hi there, I just realized there's probably a much more straightforward way to do this. In the Control Design & Simulation palette in LabVIEW there is a ramp signal VI. It's under Simulation...
View ArticleRe: DAQmx multichannel read error. DAQmx believes there are multiple channels...
Your first picture show you are using a task called Vin (although only the V shows up on your block diagram.) Your second picture shows a DAQ assistant with a single channel. That has nothing to do...
View ArticleRe: FPGA VI refnums on front panel always force recompile
After I initially resaved everything, they seem to hold for me. I think the upgrade was going to 2013 SP1 f2. Have you upgraded to the 2013 SP1 yet?
View ArticleRe: How to run a matlab script in labview using the acquired data
Well... you mention the word "GUI" to describe MATLAB, but the only way I can think of doing would be to try to call MATLAB in Batch mode and pass the parameters via the command line arguments. If you...
View Article