tlangfor / wiener_hv

Control program for Wiener high voltage modules based on SNMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indexing error in `highVoltage.status()`

tlangfor opened this issue · comments

There appears to be an indexing error in highVoltage.status() that leads to the script missing the first channel and then throwing an out of limits error for the last channel.

This is related to the two different ways that Wiener indexes their channels, U1-100 vs u0-99. I don't understand why they have both, but this needs some debugging to fix.