Update 'PDA.js'
This commit is contained in:
parent
5a68f5f018
commit
74de12394b
1 changed files with 1 additions and 1 deletions
2
PDA.js
2
PDA.js
|
@ -48,7 +48,7 @@ bzhao.SendKey( "<Enter>" );
|
|||
bzhao.SendKey( "T" );
|
||||
bzhao.SendKey( "<Enter>" );
|
||||
bzhao.WaitForText("PART NUMBER", 1, 1, 0.1);
|
||||
bzhao.SendKey( partnum );
|
||||
bzhao.SendKey( partnum.toUpperCase() );
|
||||
bzhao.SendKey( "<Enter>" );
|
||||
bzhao.Disconnect();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue