I use MATLAB/Simulink to create my model .dll, which is then executed in VeriStand. Each time VeriStand starts, all input channels to the model .dll default to 0. Is it possible to configure a non-zero initial value for each input channel?
There is no way to do this directly. One workaround you might consider would be to create User Channels and map them to your model inputs. Then you can set whatever default value you like for the User Channels.