Jump to content

Jordan Kuehn

Members
  • Posts

    690
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Jordan Kuehn

  1. Don't lose hope. In my experience, much of schooling consists of pounding the information into your brain until it becomes rote and at some point along the way that 'aha!' moment happens.
  2. Unless I'm missing something, this is as simple as containing the max and min values from each iteration of the DAQ loop in a shift register. For as many iterations as it takes to get you to 1 minute or whatever resolution you want to log at you would then compare the existing values in the shift register with what the current measured max/min were from that sample. You can use the loop index in conjunction with your sample rate to select how many iterations to continue updating the max/min values. Whenever you reach your target period (1 minute?) you can log (or whatever you want) and then reset the values in the shift register to whatever the current max/min values are. This is assuming you are doing continuous sampling in a loop. Divide the loop counter by however many iterations you want using the "Quotient & Remainder" function and test for the Remainder to == 0 as your logic for when to reset and log.
  3. Thanks for all the feedback. Seems like everyone got on Lava after the sessions ended! The objections you raise are some good ones.
  4. I must have missed that session. I'm not trying to put down the CCT, but I do think this is a good addition to VI Snippet. Either CCT should replace it or VI Snippet needs more work. Since this is something that is (partially) integrated into the CCT I'm obviously not the first to see the benefit.
  5. http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Add-ability-to-auto-upload-VI-Snippet-to-online-image-host/idi-p/2113356 What do you guys think?
  6. Right, I was envisioning an application such as a deployed system monitor that is periodically accessed by multiple Windows machines for example.
  7. Some people have too much free time at work. Maybe I should call and hassle some AEs just to keep them busy!
  8. Would the advantage not be realized when having multiple Windows machines accessing a single cRIO? I do agree though, NSVs seem to give far fewer problems when hosted on the Windows side.
  9. The app looks pretty nice. Found it by searching 'niweek'.
  10. I would also suggest (barring an IT solution that does it automatically) continuing to save locally and creating a separate process that monitors the folder for files and attempts to send them to the remote FTP site, only deleting after a successful transfer. This will help you when the network goes down and/or IT screws something up.
  11. On the initial run I got 14.8s, but when running again without closing I got 278ms for 10,000 elements. 1-4ms on the original post for 10,000 elements.
  12. worst case you can download the calendar (.ics) format and import it to whatever you have you iphone calendar synced with.
  13. I've used MKS transducers before and have tied directly into the sensor, saving a fair amount of money since the DAQ device they sell is fairly expensive. It is pretty straightforward to do the DAQ yourself. Otherwise, their device responds to rs-232 commands that should be straightforward to implement with Visa calls. You probably won't find a driver since it's fairly straightforward serial communication, though this post from the darkside suggests that they may provide something upon request.
  14. I haven't tried the iPhone app yet. Will do asap.
  15. That is different than what I got. It did tell me that the number I put in from the NI email couldn't be found, but it successfully found my number via my email. Perhaps try a different address? On another note, this system is a bit confusing as compared to last year. Seems like they found something new and kewl and jumped on it. I don't need twitter integration or a public profile when scheduling for a conference.
  16. I told it that I had lost mine, it sent me an email, and now that number is working.
  17. True, especially in this use case. I see your point about it being correct in terms of the framework. I'll mull it over and post if I come up with anything interesting.
  18. If I were to want to place a single typdef'd cluster on one of the pages, but write just the individual items from the cluster to the ini file all under the same section, is there an easy way to accomplish this? I want to maintain my typedef and not break things apart on the page, but it currently writes the entire control into the section which makes it difficult to use the OpenG read INI or Section Cluster VI's (though perhaps I'm missing something). I've looked at your example readfromdisk.vi, but it's pretty much what I've already tried. The workaround is to place the cluster into another cluster when reading and then pull the desired cluster back out and that makes me cringe.
  19. I was less than pleased at that response and am still a little confused as to why it behaves this way. As was mentioned the "Number of Rows" property should give this functionality IMO. Your post here has revived the anger and frustration I experienced last August when banging my head against the wall. :beer_mug:
  20. I encountered this last year. Here's what NI says.
×
×
  • Create New...

Important Information

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