LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading Real Time Data From each Excel cell individual

Hello
I just want to read data From Excel file made by user manually . Actually I am Preparing the excel from which I want to read the cell Depending on choice of user on Front Panel. 
For More clarity Please Find Below attached picture of Excel.
Here if I select Current Rating then Tolerance Limit are set as per our Current Rating.
i.e if Current rating is

Tarunakgec_0-1691393029590.png

 

selected by user  is 0.5 then Upper Tolerance limit will be set to 5 and Lower Tolerance Limit to 2.5.

0 Kudos
Message 1 of 3
(596 Views)

Hi Tarunakgec,

 

and what is your problem/question?

 


@Tarunakgec wrote:

I just want to read data From Excel file made by user manually . Actually I am Preparing the excel from which I want to read the cell Depending on choice of user on Front Panel. 
For More clarity Please Find Below attached picture of Excel.
Here if I select Current Rating then Tolerance Limit are set as per our Current Rating.

selected by user  is 0.5 then Upper Tolerance limit will be set to 5 and Lower Tolerance Limit to 2.5.


  • Is this a real "Excel" file (XLS*) or a simple CSV file? (For LabVIEW starters I recommend to stick with CSV as you can use plain TextFile functions or Spreadsheet functions.)
  • Is the list of current limits fixed at edit time? Then you could use an enum in your frontpanel to allow the user to select…

Mind to share your VI? Keep in mind many people don't use the latest LabVIEW version, so downconvert to LV2021 or LV2019: File->Save for previous…

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(592 Views)

THANKS !

0 Kudos
Message 3 of 3
(437 Views)