The max voltage at VHREF for ADC/DAC on MOD 54415 is 3.3 and the VLREF is gnd. This allows outputs to go only from 0 to 3.3V for DAC. Is there a way to configure it to give positive and negative voltages?
Thanks
Search found 3 matches
- Fri Aug 15, 2014 10:03 am
- Forum: NetBurner Hardware
- Topic: MOD 54415 DAC voltage limits
- Replies: 1
- Views: 3525
- Mon Aug 11, 2014 11:18 am
- Forum: NetBurner Software
- Topic: MOD 54415 best way to save ADC and DAC data
- Replies: 3
- Views: 3512
Re: MOD 54415 best way to save ADC and DAC data
Thanks. Right now I will be logging less than 2 MB data. So I am using a global structure to store my data . The ftp functions then access the data structure when I execute the ftp functions. I was curious about what are the shared memory options in netburner if I don't want to use global variables ...
- Wed Aug 06, 2014 7:11 am
- Forum: NetBurner Software
- Topic: MOD 54415 best way to save ADC and DAC data
- Replies: 3
- Views: 3512
MOD 54415 best way to save ADC and DAC data
I am developing an application where I run a DC motor using MOD 54415. The velocity command to the motor is send using DAC while the velocity feedback is returned through the ADC channel. I write a function which runs the motor (starts the ADC and DAC) and stops it when I want. I want to log the ADC ...