04-30-2015 03:39 AM
Hello,t I want an automatic generation of an excel file every time I run my program to record a digital values , what I want is to impose to the function writing in a measurment file the text of the column headers, here is what I get for now.
thank you in advance 🙂
Solved! Go to Solution.
04-30-2015 04:21 AM
Hi ramlus,
two solutions:
1. Don't use the expressVI and use WriteToSpreadsheetFile. Use two calls to write the header and the data…
2. When using DDT you can set a name for each signal. This name/label will be used in the Write-ExpressVI…
04-30-2015 06:25 AM
Hi, thank you for your answer 🙂
please do you have any examples to follow, i prefer the second sollution 🙂
04-30-2015
06:27 AM
- last edited on
10-04-2024
10:42 AM
by
Content Cleaner
04-30-2015 06:48 AM - edited 04-30-2015 06:49 AM
I try it for one signal and it works shoud I repeat it for every signal ?? could I put all the signals on one DDT ??
04-30-2015 06:50 AM
04-30-2015 06:54 AM - edited 04-30-2015 06:56 AM
thank you, but how to define a name for each signal on the same DDT ???
04-30-2015 06:56 AM - edited 04-30-2015 06:57 AM
Hi ramlus,
you didn't asked for "How?", only "Can I?"… 😄
Basic LabVIEW knowledge, taught in free online courses and example VIs:
- When you want to repeat a task you should use a loop.
- You can "bundle" DDT signals using the JoinSignal ExpressVI…
04-30-2015 07:22 AM
lol ok , in fact i'm just asking how to put a name for each signal in the same DDT. because the signal index entry and the name exists for only one signal 😕
04-30-2015 07:25 AM - edited 04-30-2015 07:25 AM