Search code examples
can-buscaplcanoe

CAPL block node from sending messages


I have a CAPL file attached to a CAN node that periodically sends a message using the 'output' function. How can I use a second CAPL file to block the node sending the message (while doing everything that the node does) ?


Solution

  • You can add an output filter to your node, as shown below, to block the messages.

    enter image description here