11-03-2014 12:19 PM
Hi,
I have to do some work to create an interface in labview to control a Hexapod, the controller has been developed in Simulink and I want to pass it to Labview. The problem arises not as mainstream Rebuilt options and Connect to Target in Labview interfacing. If someone could help me I would appreciate.
Thank you
11-03-2014 06:14 PM
When the two environments do similar tasks, why would you want to add the overhead of passing things between them? If you want LabVIEW, develop your application in LabVIEW. If you want to use Simulink, develop your application in Simulink. It doesn't make sense to try to mix and match.
11-04-2014 01:34 AM
Because we have developed a multi-tab interface and target would add a tab that allows more control Hexapod from Simulink. I used Simulation Interface Toolkit and the result is good, just that I would like to implement the options "Rebuilt" and "Connect to target" to interface.
Thank you