When i save data from osciloscope I want the values from logic analizer to be save in binary and not HEX format.
Can someone tell me how to do this?
Thanks
When i save data from osciloscope I want the values from logic analizer to be save in binary and not HEX format.
Can someone tell me how to do this?
Thanks
Im sorry but I dont understand it. Are you trying to say that I change to base binary, after saving data in CSV format on usb from the osciliscope?
What happens know is, when i export, there if for example -4.9843400E-03,2 which means:
time in seconds and 2 in hex. Before i was able to export in format -4.9843400E-03,1,0
I have no idea how to achieve this kind of exporting again.
Thank you
As I said in the Oscilloscopes Forum, I misunderstood what you were asking. I don't think of the digital channels on a scope as being a logic analyzer.
Do you have any buses defined? If so, there is a "Base" softkey that allows you to switch between Hex and Binary. This may change how data is saved, also. I don't have a 3000 scope in my office, so I can't verify this.
Al
Based on your tags, it sounds like you want to 'export' your data to a csv file. I also assume that you want your rows to look like '10100101' rather than 'A5'.
Here's what you need to do:
- Either add a new Listing window for your data, or just open the existing Listing window.
- Make sure the listing only shows the columns that you want in the csv file. You can delete the ones that you don't want. Don't worry, you're not deleting data, just columns in a display.
- Go to the header of any column or columns that you want in binary, Right-Click and go to Base->Binary. They should now be displayed in binary.
- Click File -> Export...
- Choose 'Standard CSV text file'
- In the Export window, enter the file name that you want, then change the 'Source:' to the Listing window that you just modified, and click 'Export'
If you export from the Module, you will always get Hex, but exporting from a Window gives you some formatting options. The 'Base' option in the listing window also gives you options like Decimal and Signed Decimal.
Let us know how this works for you.
Al