masa-umich / Ground-Support-Software

GUI for the engine controller
1 stars 0 forks source link

[Summer] Add channel name alias to limit window #139

Open jtalier opened 2 years ago

jtalier commented 2 years ago

In GitLab by @joselvdm on May 1, 2022, 14:43

Currently, channel names are displayed exactly as the struct variable name in code, "ec.pressure[0]" for instance. However, when monitoring the limits window during tests this is not descriptive. Replacing the channel name with an alias such as "LOX PT" is helpful.

image

jtalier commented 2 years ago

In GitLab by @samzliu on Jun 11, 2022, 17:54

created branch 80-summer-add-channel-name-alias-to-limit-window to address this issue