lwa-project / analog_signal_processor

Analog Signal Processor (ASP) Monitor and Control Software
GNU General Public License v2.0
0 stars 0 forks source link

revH_compat - Slow command processing #10

Closed jaycedowell closed 2 months ago

jaycedowell commented 1 year ago

It takes about 5 6 s for a command to go through.

jaycedowell commented 1 year ago

@ProfundityOfScope Do you happen to remember why we switched away from set_all_different_chan_cfg() in this block?

https://github.com/lwa-project/analog_signal_processor/blob/revH_compat/aspRS485.py#L147

ProfundityOfScope commented 1 year ago

I believe at the time that command was broken and just led to infinite waiting. I think we eventually sourced it to a problem in lwautils

jaycedowell commented 1 year ago

Thanks, I had forgotten about that problem.

jaycedowell commented 2 months ago

Fixed with #13.