Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error reading direction in HWP PID Agent #727

Closed
BrianJKoopman opened this issue Aug 19, 2024 · 1 comment · Fixed by #728
Closed

Error reading direction in HWP PID Agent #727

BrianJKoopman opened this issue Aug 19, 2024 · 1 comment · Fixed by #728
Labels
bug Something isn't working

Comments

@BrianJKoopman
Copy link
Member

Originally posted by @ykyohei August 15, 2024
satp3 hwp-pid agent crashed by the error in reading direction.
This might have been introduced by the recent update of hwp-pid agent. #686

Based on manual https://assets.omega.com/manuals/M3397.pdf
R24 indicates "miscellaneous".

2024-08-15T19:15:24+0000 main:0 CRASH: [Failure instance: Traceback: <class 'ValueError'>: Could not get direction
2024-08-15T19:15:24+0000 Error reading direction: Unrecognized Read
2024-08-15T19:15:24+0000 DecodedResponse(msg_type='error', msg='Unrecognized Read', measure=None)
2024-08-15T19:15:24+0000 ['R2400000']
2024-08-15T19:15:24+0000 Error reading direction: Unrecognized Read
2024-08-15T19:15:24+0000 DecodedResponse(msg_type='error', msg='Unrecognized Read', measure=None)
2024-08-15T19:15:24+0000 ['R2400000']
2024-08-15T19:15:24+0000 Error reading direction: Unrecognized Read
2024-08-15T19:15:24+0000 DecodedResponse(msg_type='error', msg='Unrecognized Read', measure=None)
2024-08-15T19:15:24+0000 ['R2400000']
2024-08-15T19:15:24+0000 Finding CHWP Direction

Usually we read

2024-08-15T19:20:19+0000 DecodedResponse(msg_type='read', msg='Direction = Forward', measure=0)
2024-08-15T19:20:19+0000 ['R02400000']
2024-08-15T19:20:18+0000 Finding CHWP Direction
@BrianJKoopman BrianJKoopman added bug Something isn't working needs triage Cause of bug still unknown, needs investigation. labels Aug 19, 2024
@ykyohei
Copy link
Contributor

ykyohei commented Aug 22, 2024

Similar error due to the drop of '0' is observed.

2024-08-22T23:00:13+0000 main:0 CRASH: [Failure instance: Traceback: <class 'ValueError'>: Could not get target frequency
2024-08-22T23:00:13+0000 Error reading target: Unrecognized Read
2024-08-22T23:00:13+0000 DecodedResponse(msg_type='error', msg='Unrecognized Read', measure=None)
2024-08-22T23:00:13+0000 ['R14007D0']
2024-08-22T23:00:13+0000 Error reading target: Unrecognized Read
2024-08-22T23:00:13+0000 DecodedResponse(msg_type='error', msg='Unrecognized Read', measure=None)
2024-08-22T23:00:13+0000 ['R14007D0']
2024-08-22T23:00:13+0000 Error reading target: Unrecognized Read
2024-08-22T23:00:13+0000 DecodedResponse(msg_type='error', msg='Unrecognized Read', measure=None)
2024-08-22T23:00:13+0000 ['R14007D0']
2024-08-22T23:00:12+0000 Finding target CHWP Frequency

Usually we read

2024-08-22T23:00:08+0000 DecodedResponse(msg_type='read', msg='Setpoint = 2.0', measure=2.0)
2024-08-22T23:00:08+0000 ['R014007D0']
2024-08-22T23:00:07+0000 Finding target CHWP Frequency

@BrianJKoopman BrianJKoopman linked a pull request Sep 16, 2024 that will close this issue
6 tasks
@BrianJKoopman BrianJKoopman removed the needs triage Cause of bug still unknown, needs investigation. label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants