- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
2S Label Control and New 2S Label Implement;Contents;Purpose:
In order to track parts failure information on Wistron PD line perfectly, and improve the efficiency of logistics distribution, need all supplier implement 2S label printing base on Wistron 2S label rule.
目的 :
為了更方便地追蹤材料在緯創生產線的不良狀況 , 以及提升物流配送的效率, 要求各供應商根據緯創label 規格執行2S label打印.;Information Collection ; ID No .Barcode
- This barcode is unique by 17 characters.
2D Barcode .
- Contents including the information of P/N +VC|Trace ID|QTY|ID NO. ;类似于十进制取二进制的一个算法.先定义一个数组: new Array: Array of [‘0’,‘1’,....‘z’]然后用源如A(设为十进制,如果不是十进制,则此算法不可用.),进制33如B.步骤1:让x:= A div B, y:=A mod B ,
也即是分别取余,取整.步骤2:让y值从new Array中得到查应
的字符.如z.然后赋值给
结果串。 Result:=Z+result
(注:加的位置不对错。)步骤3:取将在让A:=X,步骤4:循环步骤1-3.最后得到的
结果result即为所求。; Direction:function IntTo 34 (Value: Integer;Digits: Integer): string;const?Key: array[0..33] of char=(0,1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, G, H, J, K, L, M, N, P, Q, R, S, T, U, V, W, X, Y, Z); var?FTmp,FTmp1:Integer; begin?FTmp:=Value;?while FTmp0 do?begin FTmp1:=FTmp mod 34;?Result:=Key[FTmp1]+Result;?FTmp:=(FTmp-FTmp1) div 34;?end;?FTmp:=Digits-Length(Result);?if FTmp0 then?Result:=StringOfChar(0,FTmp)+Result;end;
;New 2S Label Instruction Requirement ; 2D Marking :
Contents including the information of P/N +VC, Trace ID, QTY, ID NO.
Scanned information –Contents as below , and isolated with “|”.
80.10245.001-000456|1234567890-0620|5000|M8000045624120423
- Unique Serial No . for every reel Tray . ; 2D Marking :
;New 2S Label Basic Information;;;;Attention For 2S Label Printing;Attention For 2S Label Printing;Attention For 2S Label Printing --- Connector; Barcode 刷不出来, Label要重新打印, 影响备料时间,急料时可能会停线等料.
Trace ID 与原
文档评论(0)