NIPCIe6323 Driver for simulink RTW

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

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2011년 8월 30일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

질문:

2011년 8월 30일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by