LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Please tell me some ideas how to save to excel file

Solved!
Go to solution

I tried to save velocity data to excel file.

However, I have no ideas what connector should i put it.

 

This velocity data is displayed as decimal number using indicator.

 

I will explain this program.

Get the value from the hall effect sensor, and then, convert to velocity through some program.

 

Could you tell me some ideas what connector I should put it ? 

0 Kudos
Message 1 of 5
(2,142 Views)

Not able to view your code.

But then for doing your task, you need RGT(Report generation Toolkit)/Excel Drivers Developed using ActiveX.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 5
(2,138 Views)

Dear Palanivel Thiruvenkadam

 

Thank you for your reply.

 

This is my code.

 

Best regards,

Naoki

code.jpg

0 Kudos
Message 3 of 5
(2,134 Views)

Naoki-san,

 

     Can you save your VI using a name written in Romaji, using only (what we call) Ascii characters?  I'm not sure why LabVIEW refuses to open files whose names are represented in kana, but there it is ...

     The picture of your Block Diagram is difficult to read, has some broken/missing wires, and doesn't let us see all the details necessary to help you.  For example, writing to Measurement file says it can save to Excel -- we should test out your code.

 

Bob Schor

0 Kudos
Message 4 of 5
(2,077 Views)
Solution
Accepted by topic author xaviar_nao

Hi xaviar_nao,

 

Thank you for showing your VI.

I think you don't have to convert numeric data to dynamic data before connecting to 'Write to measurement file' express VI.

You can just directly connect the velocity data to the express VI.

 

Btw, we do have tutorial regarding 'Write to measurement file' express VI.

Feel free to take a look for your reference.

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8jASAS

 

Please let me know if you have other questions.

 

Best regards,

Zikri

AE, NI Japan

0 Kudos
Message 5 of 5
(2,047 Views)