Releases: SentioProberDev/SentioProberControl
Sentio Prober Control V24.0.4
This is a Service Release fixing a single issue with the probe command group.
Modifications in 24.0.4
New Wrapped functions:
- SentioProber.loader.set_wafer_status(...)
New Wrapped functions: (SENTIO 24.4 only):
- SentioProber.loader.vc.next_step(...)
- SentioProber.loader.vc.initialize(...)
- SentioProber.loader.vc.list(...)
- SentioProber.loader.vc.select(...)
- SentioProber.loader.vc.save_state(...)
Older Changes for 24.0.x
Bugfix:
- fix for #12: The probe command group of the python api did not work,
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.3
This is a Service Release fixing a single issue with the probe command group.
Modifications in 24.0.3
Bugfix:
- fix for #12: The probe command group of the python api did not work,
Older Changes for 24.0.x
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.2
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
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
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
Modify the remote command "map:path:get_die" return data
Sentio Prober Control V23.1.4
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
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
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
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