List comparison to bang
Hewwo, I'm a little stuck! I have a list of RFID tag numbers (example 11003e5917). I need some ideas on how to create separate bangs from one message box. I'm looking for a simple flow control when message received, proper BANG initiated. Thank you friends
[route] ? Or maybe I misunderstand what you're after...
If you just need to send a bang when a message (any message) is received, then [trigger] is always a good choice. If you need to verify that you've received the correct data first, then maybe [route] or [match]. Since you're working with more than one RFID tag, I'd recommend making a [coll] with each address being the RFID tag, then you can have the coll spit out whatever data you need to associate with each address when the address is received.