01-15-2008
02:28 PM
- last edited on
11-15-2024
01:19 PM
by
Content Cleaner
Hello all,
As some of you might know, NI develops informational webcasts on a regular basis. For instance, in 2007 we began producing an advanced NI-DAQmx session on a regular, quarterly basis. Based on the feedback from many of our users, one of the next advanced DAQ topics is going to discuss "The Things I Wish I Would Have Known Before I Started Programming with NI-DAQmx". The catch... all the tips and techniques presented must be user submitted ideas.
We’ve already received several great ideas from our users that will help us produce this user-created webcast. Based on the strong community involvement on the forums, we thought we would open up the discussion to everyone.
So here’s your chance to submit the tips and techniques you’ve picked up along the way while using NI-DAQmx. If your tip makes it into the webcast, we’ll be sure to give you proper credit.
At this point, we really just want to brainstorm and throw ideas and comments out there. Later on we’ll formulate the final list and produce the live webcast.
Thank you all very much for your support and participation.
01-18-2008 03:19 PM
01-19-2008 07:19 AM
One of the most important improvments in daqmx is simulated devices. I write 10-20 applications a year more than half use daqmx and without simulated devices I would not be able to support them. One improvment to simulated devices would be a signal editor. It would be great if the source was configurable to debug applications with realistic signals. Another important thing to undersatnd about daqmx is the class hierarchy. Daqmx is much more OO in design than older legacy code in labview.
Paul
01-21-2008 01:22 PM
01-21-2008 04:55 PM
Thanks for the feedback so far!!
pallen: We appreciate the kudos on the webcasts.
falkpl: I really like your idea of including a demo of using simulated devices in the webcast! Its one of the tools I use all the time as well, especially when working with customers. Do you have any other ideas for the webcast?
We really take user suggestions to heart and if you'd like, you can suggest the configurable input/output on simulated devices (or any other feature you'd like to see in our products) at our Product Feedback webpage.
What stumped me the most when I first started using DAQmx were basic things like the difference between tasks, global tasks, physical channels and virtual channels. This never really stopped me from developing code, but in hindsight, if I had taken the time to understand this, it would have improved my program architecture. Did anyone else experience this when they started out?
Thanks and lets keep the ideas flowing!
01-29-2008 02:49 PM
01-30-2008 07:09 AM
01-30-2008
10:17 AM
- last edited on
11-15-2024
01:20 PM
by
Content Cleaner
JoeLabVIEW: I agree, it would be pretty handy to show an overview of what has changed in NI-DAQmx from Traditonal DAQ, especially for users that are switching their applications to use NI-DAQmx.
FYI, this table gives a brief overview of the differences between the two:
Also, if you are interested, I would recommend the following Developer Zone Tutorial that explains how to migrate existing vi's to NI-DAQmx from Traditonal DAQ in LabVIEW. There are similar tutorials for other languages as well.
Developer Zone Tutorial: Transition from Traditional NI-DAQ to NI-DAQmx in LabVIEW
MichelleGator: I love the idea of demonstrating the test panels! That's one of the first troubleshooting steps I do when talking to customers, and it really helps narrow down whether their problems originate from software or hardware.
These ideas are great so far, I can't wait to hear more ideas!
02-01-2008 12:19 PM
Gabi1 wrote: i totally agree with falkpl: configurable simulated data input would be really helpfull - not only to check our algorithms, but also to avoid "fake" hardware errors (monitored by AI or DI).
02-03-2008 09:29 PM