10-16-2015 11:57 AM
it's impossible to set baud rate at 250000.
Why???????????????????????????????????????
10-16-2015 02:47 PM - edited 10-16-2015 02:48 PM
From tthe manual
The NI 9871 supports arbitrary baud rates according to the following equation:
BaudRate = 3.6864 Mbps / (Prescaler * Divider)
Prescaler can be (4..65535).
Divider can be 1 or 4
This results in a baudrate of:
3.6864 Mbps / (15 * 1) = 245.76 kBaud as the closest possible baudrate
10-20-2015 11:32 AM
Thanks a lot for the answer.
I'm working with ni 9871 and crio 9012 in scan interface and when i set this baud rate I 'have the same error : -1073807330.
Could you help me?
Thanks
02-12-2016 06:05 PM
02-05-2018 03:02 PM
Hello. I'm sorry for my english. Here is my working VI USB to DMX512 I used FT230XS and SN75176
02-06-2018 01:19 AM
Hi miso,
that's not a VI, but just a JPG showing a part of a block diagram of a badly written VI…
Please do those steps before posting your real VI:
- implement error handling
- show the labels of all controls in the block diagram!
- use AutoCleanup
- get rid of the (mostly) unneeded sequence structure
- get rid of InitArray functions when the size is set to just 1!
- are you sure you need to wait for 13 ms in parallel to a VISAWrite?
08-23-2019 12:12 PM
Hi Serdi,
I am try to control Enttec DMX USB PRO without any success. I did create the VI as you show in post. When I run the VI, the Enttec DMXUSBPRO get no response and VI gets no error. if DMXUSBPRO get response, the green light should blinking. I tested it with Enttect's software. I see you were able help Emann and Trintiy solved issue. Would you help me to look my VI where i did wrong?
Thanks,
Johnny
11-22-2024 12:52 PM
Hello, could you save The USB2DMX in LV 7, Thank you