Mr Mike Posted August 12, 2011 Report Share Posted August 12, 2011 I don't have any official G projects through NI, but I've been working on a dialog to help sort LabVIEW Class Properties (they're sortable in 2011 through VI Server!), and extending my barcode generator to include 2D barcodes (right now just PDF417, since that's the only one I could find a free spec for). As for non-G projects...well, I can't really talk about those Quote Link to comment
PaulL Posted August 12, 2011 Report Share Posted August 12, 2011 We just implemented (testing now) the top-level component of the active optics system of a research telescope. This component calculates, based on feedback from a wavefront sensor and other information (mount zenith angle, various temperatures, etc.), demand bending modes for the primary mirror and demand positions for the primary or secondary (depending on the optical configuration). Separate components (which we already completed and tested) actually control the mirrors. Quote Link to comment
Ton Plomp Posted August 13, 2011 Report Share Posted August 13, 2011 Currently I'm struggeling with an OpenSource implementation of AES (Rijndael), especially running the supplied test-vectors. Ton Quote Link to comment
Antoine Chalons Posted August 13, 2011 Report Share Posted August 13, 2011 a driver for a stepper motor for a customer a micro-torque measurement system for the watch-making industry 4 LabVIEW hands-on I'll be giving at university some scripting sandbox plugins for the fun Quote Link to comment
ShaunR Posted August 13, 2011 Report Share Posted August 13, 2011 Making optical fibres listen. Quote Link to comment
Mr Mike Posted August 13, 2011 Report Share Posted August 13, 2011 Currently I'm struggeling with an OpenSource implementation of AES (Rijndael), especially running the supplied test-vectors. Ton Have you seen these: http://zone.ni.com/devzone/cda/epd/p/id/6401, http://www.soslabview.com.ar/en/aes-library-labview? Quote Link to comment
Daklu Posted August 14, 2011 Report Share Posted August 14, 2011 A vision/motion system with real-time video overlay. Quote Link to comment
Ton Plomp Posted August 14, 2011 Report Share Posted August 14, 2011 Have you seen these: http://zone.ni.com/d...a/epd/p/id/6401, http://www.soslabvie...ibrary-labview? Yes, I noticed the latter just yesterday. However it's not exactly compatible with my (more low-level) approach. Ton Quote Link to comment
viSci Posted August 14, 2011 Report Share Posted August 14, 2011 I am working on a emulation of the Distributed System Manager that will work with TDMS data. I am using subpanels on a tab control to support being able to dock HyperGraph (my version of) instances. I am stuck on how to be able to generate new tab pages on the fly. In the meantime I will just have some number of blank subpanels within parent tab pages. Quote Link to comment
ShaunR Posted August 14, 2011 Report Share Posted August 14, 2011 I am stuck on how to be able to generate new tab pages on the fly. In the meantime I will just have some number of blank subpanels within parent tab pages. Use the system tab rather than the Labview one. It has the method to create them on-the-fly (if I remeber correctly). Quote Link to comment
Black Pearl Posted August 15, 2011 Report Share Posted August 15, 2011 I'm developing a LED based light source (solar simulator) for the photovoltaics industry and research labs. Public information is available in this scientific publication. Felix Quote Link to comment
Yair Posted August 15, 2011 Report Share Posted August 15, 2011 Use the system tab rather than the Labview one. It has the method to create them on-the-fly (if I remeber correctly). You're probably thinking of a tab in an ActiveX or .NET container. I am stuck on how to be able to generate new tab pages on the fly. In the meantime I will just have some number of blank subpanels within parent tab pages. Why are you using a tab at all? Just use a single subpanel and use the "tabs" (a ring or a list box works well) to control which VI is currently displayed in the subpanel. Then you can add as many items as you want at run-time. 2 Quote Link to comment
viSci Posted August 15, 2011 Report Share Posted August 15, 2011 Hmmm, that's sounds like a good idea Yair! I think this might be a good candidate for some HyperGraph LVOOP. Quote Link to comment
Francois Normandin Posted August 15, 2011 Report Share Posted August 15, 2011 I'm working on a system to implement biological detection protocols specifically for listeria separation, lysis, trapping, amplification and detection. Quote Link to comment
resuS Posted August 18, 2011 Report Share Posted August 18, 2011 I'm working on an in-situ laser reflectometry system for measure the rate and other parameters of III-Nitrides epitaxy growth process in Molecular Beam Epitaxy research system produced by Riber, France. Hardware is done, laser and lenses are installed under an optical window. Now I'm developing monitoring system and have a lot of problems with communication between LabVIEW and camera(and asking a lot of questions here and there) However I reached a success and construct a device which can compete with LayTec in-situ sensors devices in price and quality. Thanks NI Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.