Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Tools and configs for UNI-T UDP3305S lab power supplies

License

NotificationsYou must be signed in to change notification settings

philpagel/udp3305s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currently, there are the following items in this repository:

  • rec2csv is a command line tool for converting*.rec files to csv format
  • a TestController config file for these power supplies

I also have a python class for remote controlling the PSU – that one lives in aseparate repostitory (UDP3305S.py).

rec2csv

Convert*.rec files created by a UNI-T UDP3305S or UPD3305S-E lab power supply toCSV format.

These lab power supplies have an undocumentedRECORDER functionality thatallows logging readout data to a file. Unfortunately, the file format is binaryand undocumented, so a little reverse engineering was required to make use ofthese files.

Usage

Make therec2csv python script executable and run it with the*.rec file asthe only argument. The data is written to STDOUT.

./rec2csv foo.REC

To save the output to a file use shell redirection:

./rec2csv foo.REC > foo.csv

If you are not on LINUX, you may need to call the python interpreter explicitly:

python rec2csv foo.REC > foo.csv

TestController config file

The file undertestcontroller/ is a configuration file for the popularTestControllersoftware. So far, it allows data logging for all three channels as well as inserial or parallel mode. Channel setup works but advanced functions such asrecording, delayer or list mode are not implemented – I don't think they areall that usefull if you are cpntrolling the device remotely.

config outputconfig channel1config serial

The config file has been submitted to the Testcontroller project and is includedsince release V2.49. So you don't have to download it form here.Future updates will be submitted aswell.

Contributions

Thanks to Wolfram Bahmann for his input and testing the testcontroller configon a UDP3305S-E.

If you find an error, miss a feature or have figured out a piece of data that Ihave missed, please open an issue and let me know. Please don't submitpull-requests before discussing your issue.

About

Tools and configs for UNI-T UDP3305S lab power supplies

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp