06-21-2018 12:38 PM
06-21-2018 01:47 PM
06-21-2018 02:30 PM
Cesar, LabVIEW is a programming language. If you want to create a datalogger you will need to write your own. There are some templates and examples that will get you close, but nothing "off the shelf".
I think you may have misunderstood what LabVIEW is- your question is somewhat like asking if Microsoft Word comes with Documents.
06-21-2018 03:04 PM
Ni 6001. I was asking here, because i havent found before. Thanks for the support.
06-21-2018 03:09 PM
No, there is no standard datalogger for the 6001 DAQ card. You'd need to write your own or find a company that makes one.
Note that this is a very simple program to write, and can basically just be a copy of one of the example programs in the NI Example Finder- the Measurement and Logging example should be 99.5% of what you need, with some user interface tweaks on top to match your specific application.
06-21-2018 06:21 PM - last edited on 12-28-2024 02:29 PM by Content Cleaner
Well, this is the LabVIEW forum, so a post titled "LABVIEW" seems a bit redundant, right? Next time try something that is related to the question. 😄
LabVIEW is a programming environment. As has been said, it does come with examples and others might have written LabVIEW programs that do what you want. Just search around.
If you want just standalone software for simple logging, there is also the free Signalexpress LE. Not sure if it is compatible with your hardware.
06-22-2018 06:18 AM
LabVIEW NXG has a built in DAQ configuration editor. I think it also will allow logging. Even with LabVIEW 20XX, you can just open up a simple example (Help->Find Examples) and find a DAQmx analog input example that will allow logging.
06-22-2018 11:16 AM - last edited on 12-28-2024 02:29 PM by Content Cleaner
Don't devices like the 6001 come with DAQmx software that is a basic data logging suite I believe.
06-22-2018 11:20 AM - last edited on 12-28-2024 02:30 PM by Content Cleaner
DAQmx itself isn't a logging suite, that's just the driver set to talk to the card, but it does include SignalExpress, which can be used to log data. Altenbach was right, I didn't know about SignalExpress. See this link for what he's talking about:
http://www.ni.com/labview/signalexpress/
06-22-2018 01:12 PM - last edited on 12-28-2024 02:30 PM by Content Cleaner
@BertMcMahan wrote:
DAQmx itself isn't a logging suite, that's just the driver set to talk to the card, but it does include SignalExpress, which can be used to log data. Altenbach was right, I didn't know about SignalExpress. See this link for what he's talking about:
http://www.ni.com/labview/signalexpress/
That's it, Signal Express, I knew they came with something we never use.