on 2024 Jul 24 1:27 PM
Hi
The VARNISH step only is used if there are scratches. If the MECA part is scratch-free, it goes directly to the CAB step. If the MECA part has scratches it goes to VARNISH step.
I integrated a data collection by selecting the Boolean type in the MECA operation. On the false value I entered “YES” (application of varnish) and the true value “NO”. I assigned it a NC_CODE “DEFAUT_ASPECT”
I tried to attach nonconformance scripts to any branch but if I confirm “yes” or “no”, the system sends same CAB operation (VARNISH & CAB)
How do I ensure that when I validate “YES” it goes to the VARNISH step and “NO” to the CAB step
Thank you in advance for your help
Best regards
Hi
I used the script
// Path for SFCs without Non-Conformances at Current Operation
if(getNCsForCurrentOperation()!=null) {
exit (false);
} else {
exit(true);
}
And the script
// Path for SFCs with Non-Conformances at Current Operation
if(getNCsForCurrentOperation()!=null) {
exit (true);
} else {
exit(false);
}
I have the same problem as the other scripts. The both different routing script goes to same "VARNISH" step. Shouldn't we add a value to the formula?
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
93 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.