Update 'PDA.js'

This commit is contained in:
Paul Black 2023-07-14 22:48:36 +00:00
parent 5a68f5f018
commit 74de12394b

2
PDA.js
View file

@ -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();
}