i would like to use SIMULTANEOUS Output for the USB-3104 (master) board, and the USB-3114 (slave) board.
For the master-board i used the function: ul.set_config(InfoType.BOARDINFO, self._instacal_board_num, 0, BoardInfo.SYNCMODE, 0).
For the slave-board i used the function:ul.set_config(InfoType.BOARDINFO, self._instacal_board_num, 0, BoardInfo.SYNCMODE, 1)
I connected the Pins 49 of the two boards and update the master board with the function:
ul.a_out_scan(self._instacal_board_num, lowest_channel_num, highgest_channel_num,
range_of_channels, 0,
self._voltage_range, self.memhandle, ScanOptions.SIMULTANEOUS)
My slave-board (USB-3114) receives the trigger on SYNCLD but doesnt update. How do i get it to do so and how do i assign the right values?
Question
Dennis_
Hey,
i would like to use SIMULTANEOUS Output for the USB-3104 (master) board, and the USB-3114 (slave) board.
For the master-board i used the function: ul.set_config(InfoType.BOARDINFO, self._instacal_board_num, 0, BoardInfo.SYNCMODE, 0).
For the slave-board i used the function:ul.set_config(InfoType.BOARDINFO, self._instacal_board_num, 0, BoardInfo.SYNCMODE, 1)
I connected the Pins 49 of the two boards and update the master board with the function:
ul.a_out_scan(self._instacal_board_num, lowest_channel_num, highgest_channel_num,
range_of_channels, 0,
self._voltage_range, self.memhandle, ScanOptions.SIMULTANEOUS)
My slave-board (USB-3114) receives the trigger on SYNCLD but doesnt update. How do i get it to do so and how do i assign the right values?
Greetings
Dennis
12 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now