Skip to content

Releases: SentioProberDev/SentioProberControl

Sentio Prober Control V24.0.2

09 Jul 08:49
Compare
Choose a tag to compare

Service Release reflecting changes to the SENTIO prober station control software.

Modifications:

  • default timeout of the waitcomplete command increased to 300 seconds.
  • map.bins.set_bin parameters col, row and site are now optional as in the corresponding remote command.
  • added "center" enumerator fo LoadPositions enum (redmine ticket #16111)

New functions:

  • SentioProber.create_prober() for simplifying prober object creation

New Wrapped functions:

  • SentioProber.map.get_bin_info(...)
  • SentioProber.map.get_num_bins(...)
  • SentioProber.set_ink(...)

Sentio Prober Control V24.0.1

25 Jun 15:20
0316722
Compare
Choose a tag to compare

Service Release reflecting changes to the SENTIO prober station control software.

Modifications:

  • default timeout of the waitcomplete command increased to 300 seconds.
  • map.bins.set_bin parameters col, row and site are now optional as in the corresponding remote command.

New functions:

  • SentioProber.create_prober() for simplifying prober object creation

New Wrapped functions:

  • SentioProber.map.get_bin_info(...)
  • SentioProber.map.get_num_bins(...)
  • SentioProber.set_ink(...)

Sentio Prober Control V24.0.0

03 Jun 14:46
Compare
Choose a tag to compare

Service Release reflecting changes to the SENTIO prober station control software.

New functions:

  • SentioProber.create_prober() for simplifying prober object creation

New Wrapped functions:

  • SentioProber.map.get_bin_info(...)
  • SentioProber.map.get_num_bins(...)
  • SentioProber.set_ink(...)

Sentio Prober Control V23.1.5

24 Aug 07:54
095c04d
Compare
Choose a tag to compare

Modify the remote command "map:path:get_die" return data

Sentio Prober Control V23.1.4

23 Aug 07:22
Compare
Choose a tag to compare

This is a maintainance release of the python SENTIO prober bindings. With this release we are switching to SENTIO's new version numbering scheme.

Changes:

  • fixed for step_first_die function (thanks to MStanton99)
  • Added support for VISA coimmunication

Sentio Prober Control V23.1.3

12 Jun 14:00
0396fca
Compare
Choose a tag to compare

This is a maintainance release of the python SENTIO prober bindings. With this release we are switching to SENTIO's new version numbering scheme.

Changes:

  • fixed a syntax error in the end_of_route function
  • new commands added

Sentio Prober Control V3.6.0

26 Jan 08:53
Compare
Choose a tag to compare

Version 3.6.0

This is a service release to accompany the current SENTIO 3.6 releases.

New remote command wrapper functions:

  • prober.status.get_chuck_temp
  • prober.status.get_chuck_temp_setpoint
  • prober.status.set_chuck_temp
  • prober.status.get_chuck_thermo_state

Sentio Prober Control V3.5.2

21 Sep 08:45
Compare
Choose a tag to compare

Version 3.5.2

This is a service release to accompany the upcoming SENTIO 3.5 and 3.6 releases.

Python API Bugfixes:

  • When no subsite was specified "prober.map.step_next_die" and "prober.map.bin_step_next_die" were always stepping to site 0 instead of staying at the current site
  • missing error handling in map.step_first_die added

Sentio Prober Control V1.0.1

30 Nov 16:00
Compare
Choose a tag to compare

Updated python bindings for the upcoming SENTIO versions 3.2.8 and 3.4.0.

Changes

  • New API for wafermap poi handling and stepping

Bugfixes

  • prober.map.get_die_size() was returning integer values instead of floating point values which caused successive exceptions when the die size was not composed of integer values