I want to make a QR Codes to automate a process for label printing using Easy Labels.
I've already created QR codes that contain file paths and part numbers.
Where I'm running into a brick wall is finding a way to include Control Commands, specifically Ctrl+o and Ctrl+p so Open File and Print commands are issued from the QR code.
I've searched for weeks trying to find a way and this community is the closest thing I've found to a glimmer of hope.
Since I'm trying to do this in plain text, I have no code, so I will provide the desired sequence when scanned by the operator.
(Ctrl+o)T:\Easy Labels\Customers\Toyota\MEX_mat.lab
(Ctrl+p)1704412
The goal is to make a fast and easy way for operators to print their labels as quickly as possible with as few steps as possible on their part with minimum errors.
When the QR is scanned, the first thing it will need to do is issue an Open File command followed by a string that contains the entire file path where the labels for that particular part is located in the database, then sends a return carriage to finish the open process.
Next, it will send a single space to clear a pop-up window message.
Finally, it will send a Print command followed by another string that contains the part number.
If I have to wrote code to accomplish this, assistance would be greatly appreciated.