Hello all
I am developing a labview interface for a real time model. The simulink model is built on to the target machine and is run in real time. The real time simulation is start and stopped on the target pc using the command prompt and entering commands from a seperate keyboard.
I would like to avoid this and start and stop the real time simulation from labview itself. I am thinking of putting the simulink model into an Enabled subsystem and enable it from labview. How do i send the signal to the model from labview? The target communicates through UDP packets. Do i need to use UDP for this or is there a simple way? Please suggest on this or any other ideas.
Thank you.