refactor(ocp): work around for zechetti 2 until we can monitor more closing
currently when 2 pallets from the same line come over at the same time the second one dose not print when running off lst.
This commit is contained in:
@@ -83,6 +83,9 @@ export const createPlcMonitor = (config: any) => {
|
|||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
if (tag.value === 0) return;
|
if (tag.value === 0) return;
|
||||||
const macId = await getMac(tag.value);
|
const macId = await getMac(tag.value);
|
||||||
|
|
||||||
|
// temp work around until we can get the zechetti 2 to play nice with lst
|
||||||
|
if (cfg.id === "Zecchetti_2") return;
|
||||||
// const { data, error } = (await tryCatch(
|
// const { data, error } = (await tryCatch(
|
||||||
// query(
|
// query(
|
||||||
// getCurrentLabel
|
// getCurrentLabel
|
||||||
|
|||||||
Reference in New Issue
Block a user