First, you are not using an appropriate solver. In the MATLAB command window, you should see something like:
Warning: The solver chosen is not recommended if the model is stiff, which is typical for models containing Simscape components. These solvers are typically preferred for Simscape models: ode23t, ode15s or ode14x (fixed-step). To disable this diagnostic, change the explicit solver diagnostic setting on the Simscape panel of the model Configuration Parameters.
However, that doesn't fix the problem, which is to do with initilazing all the states in the network. It looks like the initial values of the states in the network are not consistent. When that's the case, I often find that adding a resistive element (in whatever domain you're using) to "take the slack" helps. Here, adding a Pneumatic Resistive Tube between the Flow Rate Source and the Sensor blocks allows the model to run. You can reduce the length to something small. The section of the documentation on Modeling Pneumatic Systems can also provide some useful suggestions. HTH,
Arnaud