Menu

SCPIAcquisition

yamamoto2002
Attachments
CapacitorVoltage.csv (5351 bytes)
SCPIAcquisition100a.PNG (66287 bytes)

SCPIAcquisition receives measured values from digital multimeter and plot graph.

It uses SCPI commands and RS232 serial interface.

Screenshot of version 1
Fig.1 SCPIAcquisition Screenshot

Download

Version 1.0.0 for Windows 10, x86 or x64: https://sourceforge.net/projects/playpcmwin/files/others/SCPIAcquisition100.zip/download

How to install

With Windows File Explorer, "Extract All" the downloaded zip file.

How to use

Connect Digital multimeter with SCPI support to PC via RS232 connection. Configure Digital multimeter to communicate with RS232.

Run SCPIAcquisition program. Configure RS232 settings and press Connect button to connect to Digital multimerer. After connection is established, app periodically gets data and plot graph.

Press "Save data as CSV..." to save measured values as CSV file. Sample CSV data: https://sourceforge.net/p/playpcmwin/wiki/SCPIAcquisition/attachment/CapacitorVoltage.csv

How to uninstall

Delete zip file and extracted folder.

License

MIT License

Source code

https://sourceforge.net/p/playpcmwin/code/HEAD/tree/PlayPcmWin/SCPIAcquisition/

Changelog

Version 1.0.0

  • Initial release.

Source code Revisions

  • Revision 1087 more accurate acquisition time data. Removed unused library references.
  • Revision 1086 bugfix: measured value parse bug occurred on European locale Windows.
  • Revision 1085 Keyboard accelerators added.
  • Revision 1084 High Contrast Theme supported.
  • Revision 1083 Save as CSV implemented.
  • Revision 1082 Graph plot implemented.
  • Revisioin 1080 Localization.
  • Revision 1079 Settings save/restore to Isolated Storage.
  • Revision 1078 Initial commit.

Related

Wiki: Home