Skip to content

Commit 5c21e7b

Browse files
committed
updated CHANGES.md
1 parent 57241c9 commit 5c21e7b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ a complete change list, only those that may directly interest or affect users.
1313
* Many translation improvements. [PR 1871](https://github.com/openpnp/openpnp/pull/1871)
1414
* ReferenceStripFeeder default vision pipeline was outdated. It now works the same as all the other sprocket-hole vision pipelines. [PR 1841](https://github.com/openpnp/openpnp/pull/1841)
1515
* The "Discard" button now always performs the discard action, even if openpnp thinks the nozzle is already empty. [PR 1890](https://github.com/openpnp/openpnp/pull/1890)
16+
* Retries of the full pick/vision/place cycle for parts that fail vision check, or have some other problem during that cycle. [PR 1898](https://github.com/openpnp/openpnp/pull/1898)
17+
* Each feeder records a tally of whether its parts led to successful placements, or have problems such as failing the vision check. The default configuration is for a feeder to get disabled if it fails 3 out of 6 placements. This tally is shown in a new column on the Feeders page. [PR 1898](https://github.com/openpnp/openpnp/pull/1898)
18+
* Feeders have a new Priority field (Low/Normal/High). It picks from the highest priority if there are multiple feeders enabled for one part. This is for using up the tail end of an old tape, and having the machine automatically swap over to the new tape when empty. [PR 1898](https://github.com/openpnp/openpnp/pull/1898)
19+
* If there are multiple feeders (for one part) at the same priority it will now use the closest. [PR 1898](https://github.com/openpnp/openpnp/pull/1898)
1620
* Changes for scripting:
1721
* A new "Job.Error" script. [PR 1889](https://github.com/openpnp/openpnp/pull/1889)
22+
* A new "Feeder.Fault" script. [PR 1898](https://github.com/openpnp/openpnp/pull/1898)
1823
* Previously script events were run if the filename matches 'EventName.py'. Change this to also run 'EventName.YourTextInHere.py' etc [PR 1895](https://github.com/openpnp/openpnp/pull/1895)
1924

2025
## Bug Fixes

0 commit comments

Comments
 (0)