04-20-2018 04:36 AM
Good morning,
I do apologize if this post is noob but I just recently started using Labview and got some issues. Tried to find the solution myself but stuck for a while now.
The application I am trying to build is very simple:
I have attached my Labview VI and example of the config code.
In general the code seems reading all the values, representing them as I want but I am struggling with saving data to file. I can easily save to LVM file but I want to be able to open measurement result with DAQExpress therefore I am trying to use TDMS.
Problems / Questions I have:
Thank you for looking and I would really appreciate any comments.
Best regards,
Darijus
04-20-2018 04:38 AM
Sorry, unable to attach cfg file, file content is here:
[General]
SystemID=TEST
Title=Monitoring system
[Mod1_Ch0]
Address=cDAQ1Mod1/ai0
Name=Imp1
[Mod1_Ch1]
Address=cDAQ1Mod1/ai1
Name=Imp2
[Mod1_Ch2]
Address=cDAQ1Mod1/ai2
Name=Imp3
[Mod1_Ch3]
Address=cDAQ1Mod1/ai3
Name=Imp4
[Mod1_Ch4]
Address=cDAQ1Mod1/ai4
Name=Imp5
[Mod1_Ch5]
Address=cDAQ1Mod1/ai5
Name=Imp6
[Mod1_Ch6]
Address=cDAQ1Mod1/ai6
Name=Imp7
[Mod1_Ch7]
Address=cDAQ1Mod1/ai7
Name=Imp8
[Mod2_Ch0]
Address=cDAQ2Mod1/ai0
Name=Imp9
[Mod2_Ch1]
Address=cDAQ2Mod1/ai1
Name=Imp10
[Mod2_Ch2]
Address=cDAQ2Mod1/ai2
Name=Imp11
[Mod2_Ch3]
Address=cDAQ2Mod1/ai3
Name=Imp12
[Mod2_Ch4]
Address=cDAQ2Mod1/ai4
Name=Imp13
[Mod2_Ch5]
Address=cDAQ2Mod1/ai5
Name=Imp14
[Mod2_Ch6]
Address=cDAQ2Mod1/ai6
Name=Imp15
[Mod2_Ch7]
Address=cDAQ2Mod1/ai7
Name=Imp16
04-23-2018
08:18 AM
- last edited on
01-08-2025
08:39 AM
by
Content Cleaner
Hey Darijus,
There isn't an option for synchronising across 2 cDAQ-9171 chassis. Chassis are normally synched through sharing the clock and trigger signals:
Check Synchronizing Analog Input C Series Modules with NI-DAQmx in LabVIEW: MultiChassis Tasks
If you need synchronised measurements you'd probably be best looking into getting a 4 or 8 slot chassis. Is synchronisation critical?
04-24-2018 02:08 AM
Hi Rebecca,
I do not necessarily need synchronisation. Software timestamp when data is being recorded on the file is more than sufficient for my needs.
Regards,
Darijus