From: Prashant Sandhi on
Dear friends,

I would like to know if there is any simulink block or any prototype where I can implement in simulink simulation which gives like alarm. For example If voltage drops below the desired value or Resistance (Load) crossing the set value it should be able to give me Alarm!.. any of such alarm will be very helpful.

with best regards,
Sandhi
From: SimSim on
matlab function block may be used. From matlab function block call a function that generates beep/alarm sound. You may pass control signal to this function to control when the beep occurs or you may put the matlab function block in an enabled subsystem that is enabled based on your condition.

SimSim
prudent.programmingATgmailDOTcom