Hi, how can I change the Trigger-Key if I using the Symbol.Barcode.BarcodeReader-Object together with the ListChanged-Event? I don't want to use the yellow trigger keys. Thank you!
MC9090 RFID - BarcodeReader - Change Trigger Keys |
MC9090 RFID - BarcodeReader - Change Trigger KeysHi, how can I change the Trigger-Key if I using the Symbol.Barcode.BarcodeReader-Object together with the ListChanged-Event? I don't want to use the yellow trigger keys. Thank you! |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
3 Replies
SoftTrigger works in parallel to any hardware triggers that are being used. You can SoftTrigger either of the Lazer or RFID scanners independantly AFAIK through their _reader objects.
It would appear that
_reader.Actions.ToggleSoftTrigger();
might meet your requirements. Please note that the standard timeout applies to this action so, if the scanning of the bar code is not completed within this timeframe, it may then require a further manual triggering to actually complete the scan.
Thank you, that's a good idea - just found that function, too. But the problem is, that I have to use the RFID reader, too. So that only "adds" the new trigger but doesn't deaktivate the hardware trigger, right?