Jump to content

eric nelson

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

eric nelson's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. The NI expantion was definitely a little over my head. My understanding is that if we are working within a single VI that local variables are quicker for the PC to handle than a value property node. Thanks!
  2. I'm starting to understand adding graphing annotations. I was thrown by the fact that if the annotation list array is not populated before entering my main while loop I could not write to the list. Maybe I'm wrong about that but I've had success creating the annotaions in the annotion list array and then programatically changing them in the main program. I prefer this to creating them in the graph and then remembering where they are in the array. It's just my preference. Thanks, Eric Nelson
  3. Guys, I need some help learning how to use an "event structure". I've been playing around but I could use a formal introduction. I've found a bit of documentation on ni.com. Is there a good tutorial out there on ni.com? Thanks, Eric Nelson
  4. Nevermind the Labview example "Programmatically annotate a graph.vi" probably does what I want.
  5. Is it possible to programatically position annotations or do they have to be manually inserted? I'd like to have an annotion placed after a test condition is met.
  6. Thanks, I found an example for a graph's cursor property node. There is an example for that. I haven't found the example you are eluding to. I think I understand what to try though. Eric Nelson
  7. It would be great if I could put markers into my chart to so the user that a condition had been met at that point in time as the vi is running. I was hoping to find a property node that would mark in a chart. I guess I could change the type of point displayed and then change it back to the default point on the next iteration. I think Labview should have this built in somewhere. Any ideas? Thanks, Eric Nelson
  8. Hi. I have a newbie programming question. I need to build a test vi. The vi reads in two variables via USB DAQ card. The variables are strain and position. The test needs to function as follows: Set strain to 50 lbs then hold for 30s. Increase strain to 290 lbs then hold for 60s. The strains are set manually with a car jack so this is not a feedback control system. I only need to programatically check the that strain on the loadcell is within range and plot vs. time. My question is, should I just build this thing in a single while loop? If so how should I keep track of the times at each strain? Eric Nelson
  9. It's the 2D array that I need to split. I need a 1D array of "column 0" and another 1D array of "column 1". It looks like the decimate function is only to split a 1D array into smaller subarrays. Am I missing the point? Thanks!
  10. I've been struggling with what should be very easy. I have a comma seperated value file from another instrument. I need to plot this data for analysis and prefer to use LabView over excel, sigmaplot, etc... When I open the file with the read from spreadsheet file function I get a 2x10000 dimensional array. In order to use the graph XY function I need to separate the array to two different 1x10000 arrays and then bundle them together and send the bundle to the XY graphing funtion. Can anyone help me either spit my 2D array into two 1D arrays or give me a different way to go about the problem? Thanks
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.