I'm trying to check the external clock functionfor the DT9816 in Matlab, but I don't see the destination of ther External trigger and clock inport channel. Anyone knows what I should put in the addclock Function?
clk = addclock(d,"ScanClock","External","????")
>> daq.getDevices
ans =
dt: Data Translation DT9816 (Device ID: 'DT9816(00)')
Analog input supports:
-10 to +10 Volts,-5.0 to +5.0 Volts ranges
Rates from 60.0 to 50000.0 scans/sec
6 channels ('0' - '5')
'Voltage' measurement type
Digital IO supports:
8 channels ('port0/line0' - 'port0/line7')
'InputOnly','OutputOnly' measurement types
Question
Yue1
I'm trying to check the external clock functionfor the DT9816 in Matlab, but I don't see the destination of ther External trigger and clock inport channel. Anyone knows what I should put in the addclock Function?
clk = addclock(d,"ScanClock","External","????")
>> daq.getDevices ans = dt: Data Translation DT9816 (Device ID: 'DT9816(00)') Analog input supports: -10 to +10 Volts,-5.0 to +5.0 Volts ranges Rates from 60.0 to 50000.0 scans/sec 6 channels ('0' - '5') 'Voltage' measurement type Digital IO supports: 8 channels ('port0/line0' - 'port0/line7') 'InputOnly','OutputOnly' measurement types
Link to comment
Share on other sites
3 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