Question Ask about QAD MFG/PRO system and barcode systems integrate?

qadvietnam

Member
My customer needs to build/develop a barcode system.

Could the barcode system can connect with the system QAD or not? For example: The Planner should manage the raw materials will have barcode stamps pasted on Raw Materials. Barcode reader reads the information stored into the QAD systems and then calculate and handle ....etc...

Pls advice us.
thanks
QAD Vietnam
 

Pechadre

Member
Hello,

Yes it's possible. You can scan bardcode stamp for work order list for instance .
One example. We have created a program for the workabout barcode reader who store informations about work order advancement ( ID, OP, QTY )
After, we just get files information to treat them in CIM ( 17.1 sfoptr01.p, 16.10 wowois.p and 16.11 woworc.p ).

Example data file on barcode reader
10001891;40;10;
10025701;40;10;
10003212;40;80;
10000790;40;40;
9929504;40;10;
9911635;40;10;
9939263;40;10;
9939253;40;10;
9911582;40;20;
10004334;40;37;

Example file progress who simulate 16.10 program
/* Pour le 16.10 */
put stream s3 unformatted
'"' '"' ' ' '"' wk_id '"'
' ' wk_op ' '
'- true true' skip.
....
/* Pour le 16.10 */
{s1simul.i &pgm_name='wowois.p'
&v_line="lib-erreur"
&output_var="v_create_ok"
&aff=false}

Bests regards.
 
Last edited:

vinhng

Member
Hi all,
I am going to plan implement barcode integrate with QAD for customer with 2 ways: print barcode from QAD and scan barcode from items to QAD also. Could you please tell me more details this solution? Any requirements else?
Pls give an expert advices
Thanks
 
Top