Hi there,
I want to be able to go between simulating the model without hardware (or compilation) and running the model with the hardware blocks.
Simple example below: When simulating, view step on the scope. When Hardware, output step to hardware pin.
How can I exclude the hardware blocks when in Simulation tab so I can test the rest of my model without compiling and communicating throught the hardware blocks?
Running the model in Simulation throws the following error due to the Hardware dependancy:
I tried putting the MBED block inside an enabled subsystem (and disabling the Enable), but that didn't work.
Ideas appreicated. Thanks!