You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crossover cable connection enabled
throttle digital input sampling
pwm output enabled
--set_pwm_output --output=0000 --dutycycle=0 (%)
--set_pwm_output_timer --time=0 (us)
(time = period of pwm, must be greater than 1000us and a multiple of 1000us)
keep ethernet link up
add / remove analog input #36
sample input #36 as long as there is one analog input
sample analog input #36 after sample command
change digital sample rate throttle algorithm
fix buffer receive overflow
pulse width modulation and transition counting of digital inputs
--add_pwm_input --input=0 --average=0 (us) --name=NONE
--remove_pwm_input --input=0
--read_pwm_input --input=0 --number=0
--list_pwm_inputs
(average must be greater than 1000us and a multiple of 100us, prints only average via telnet)
temperature sampling now occurs during single channel sampling
allow input modifications on digital and analog inputs