LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hi All, I saved a .csv file from a tektronix DPO3034 scope. I want to convert it to the .isf format that can be loaded back to the scope.

Hi All, I saved a .csv file from a tektronix DPO3034 scope. I want to convert it to the .isf  format that can be loaded back to the scope.

0 Kudos
Message 1 of 7
(5,997 Views)

Hi erezg,

 

this is a very generic question and so you get a generic answer:

Read the scope manual to know the structure of that "ISF" format. Then create it from your CSV data file…

 

To be more specific:

- What have you tried so far?

- What does the manual say about this topic?

- Does Tektronix provide any tools for this?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(5,986 Views)

Hi GerdW,

Tried to recall the waveform in the CSV format - did not work

look in the tektronix webpage  and google it - still nothing

then I tried to open the isf file (binary) but seems useless.

erez

0 Kudos
Message 3 of 7
(5,976 Views)

Hi erezg,

 

look in the tektronix webpage  and google it - still nothing

What are you googling for? I tried "tektronix isf file" and found this as the 2nd link result

 

Tried to recall the waveform in the CSV format - did not work

Again: We don't know what you have tried so far. Attach your VI and your CSV file. Also tell us what kind of waveform you expect to see…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 7
(5,969 Views)

saw that. did not help

I'm attaching the CSV file (look like a decaying signal). I want to load it back to the scope.

erez

0 Kudos
Message 5 of 7
(5,958 Views)

Hi erezg,

 

saw that. did not help

Why didn't it help? It explains (nearly) all the details of that format and it's all you need…

 

That should give you a starting point:

check.png

You can adapt all the parameters in the ISF header to your needs. (Atleast you need to change the # of points in the header according to your waveform. I also didn't care about Y scaling very much…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 7
(5,951 Views)

thanks!!!!!!

ill give it a shot

looks promising...:Smiley Happy

0 Kudos
Message 7 of 7
(5,941 Views)