That completes the main flow of this tutorial topic
In a nutshell…
…we have seen that Transform takes messages of one data type …
...
… or a subset of those messages …
(the full range of the messages of the chosen type can be narrowed by restricting the Ranges or the Channel that the Transform acts on)
…and can create new messages
...
…either replacing the original message or by creating one before or after…
by swapping their data bytes or replacing them
...
…with a choice of those stored as Transform‘s three Argument parameters
…Or by using
Drop
, Transform can simply remove those particular events from the message stream
see next…
for a few FAQs and some background information,