Hello
I am developing a custom device to run a controller created in LabVIEW with a vehicle plant model written in Simulink.
And, I have also the same simulink controller as the controller created in LabVIEW. This simulink model is already test and it was ok.
To compare results between using simulink and using labview, so I am doing this.
My questions are
1. Can I use a bitfile created for simulink controller when I run a labview model on VxWorks RTOS?
2. Should I add NI 986x XNET modules under the chassis before compiling a custom device?
3. If I have to use different bitfile with the bitfile for simulink, how do I create a bitfile? to be honest, the bitfile I am using was not created by me.
Thank you in advance.