MATLAB: Can I increase the bus number limit in the UDP Configure block

busconfigurelimitnumberudp

I have several PCI expansion boards with 77 devices in total on all boards. After configuring them using the UDP Configure block to the correct bus, I get an error, because one of our devices is on Bus 51, and apparently the "UDP Configure" block only allow a bus number from 0 to 31. Is there anything that can be done to increase this limit?
 

Best Answer

This is an Operating System limitation, that is due to the fact that the "UDP Configure" blocks depends on hardware. If the number of devices in your setup exceeds this limit, please consider using the "Real-Time UDP Configuration" block, which does not depend on hardware and thus there is no limit on the Bus number.