MATLAB: Simulink realtime driver for Advantech PCI-1716

Simulink Real-Timexpc pci-1716 simulink realtimexPC TargetBox

I have been trying to write an s-function for the above card but without any success. The code compiles correctly, but when I run it on the target computer, it never gave me correct results. The while loop for checking the status never breaks, if I remove it, the output is always 10. I appreciate any help. Thank you.

Best Answer

solved , several bugs where in the orignal program, the while loop needs to have the status read inside, the count read needs to be read in two lines and then combined together.
Related Question