NIPCIe6323 Driver for simulink RTW
Mostrar comentarios más antiguos
why there is no driver for NIPCIe6323 in simulink RTW
while it was there in simulink DAQ ,
i need driver for PCIe6323 to work in RTW of simulnk
please give some solutions
thank you
Respuestas (1)
Kaustubha Govind
el 30 de Ag. de 2011
0 votos
In general, Real-Time Workshop (now, Simulink Coder) generates ANSI/ISO C/C++ code and thus supports all embedded microprocessors that support C/C++ compilers. None of the code generated is platform-specific, which makes it infeasible to support specific hardware that always have platform-specific drivers (and may not even be supported on all platforms).
Certain target-specific code can be generated using Embedded Coder (previously the Target Support Package line of products), as long as you are using supported hardware.
However, if you would like to generate code for unsupported hardware, you can always create your own custom driver block. See Integrating Device Drivers.
Categorías
Más información sobre Deployment, Integration, and Supported Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!