Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate Scan Station Data #45

Closed
Industry4 opened this issue Sep 30, 2022 · 3 comments
Closed

Validate Scan Station Data #45

Industry4 opened this issue Sep 30, 2022 · 3 comments
Assignees
Labels
Enhancement New feature or request R SIP User Request
Projects
Milestone

Comments

@Industry4
Copy link
Owner

In order to prompt the user that the injected Scan Station data is bad, data inserted should be checked for known bad values.
For Example

  • NOSCAN
  • ERROR
  • EMPTY
  • NOT FOUND

These should be settable, and when to prompt the user should also be settable

  • On Injection
  • On Use
@Industry4 Industry4 added the Enhancement New feature or request label Sep 30, 2022
@Industry4 Industry4 self-assigned this Sep 30, 2022
@Industry4 Industry4 added this to To do in BETA via automation Sep 30, 2022
@leeder269
Copy link

I would recommend to add a detection for double scan as well.

@Industry4
Copy link
Owner Author

@leeder269 Thanks for your comment, this will be considered. You also might also want to consider setting the scan queue length to 1, this was added in version 1.0.12, more information here: #44

@Industry4 Industry4 moved this from To do to In progress in BETA Mar 14, 2023
@Industry4 Industry4 added this to the 1.0.15 milestone Mar 14, 2023
@Industry4 Industry4 added the R SIP User Request label Mar 14, 2023
@Industry4
Copy link
Owner Author

Industry4 commented Apr 15, 2023

Data Validation

/extensions/multiplug.ext.hermes/lane/scanstation/datasource/

On Use - ie When it is taken out of the Scan Station Queue a Warning will be displayed in the Operator User Interface.
On Injection - ie When the Bar Code is scanned, there is a option to delete the value when Data Validation fails
The suggestion by @leeder269 to check for duplicates is available for Top and Bottom Barcode values.
image

The Scan Station will show the Validation status as Bad. It has to be manually deleted.

image

A warning will appear if the data is attempted to be used.

image

@Industry4 Industry4 moved this from In progress to Done in BETA Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request R SIP User Request
Projects
BETA
Done
Development

No branches or pull requests

2 participants