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

Pressure jump cell incorrect OPENSEQ type #1034

Open
barnettwilliam opened this issue Feb 4, 2025 · 2 comments · May be fixed by #1037
Open

Pressure jump cell incorrect OPENSEQ type #1034

barnettwilliam opened this issue Feb 4, 2025 · 2 comments · May be fixed by #1037
Assignees
Labels
bug Something isn't working i22

Comments

@barnettwilliam
Copy link
Contributor

The pressure jump cell fails to connect because OPENSEQ PVs return int.

high_pressure_xray_cell: NotConnected:
    all_valves_control: NotConnected:
        fast_valve_control: NotConnected:
            5: NotConnected:
                open: TypeError: BL38P-EA-HPXC-01:V5:OPENSEQ with inferred datatype int cannot be coerced to ValveOpenSeqRequest
            6: NotConnected:
                open: TypeError: BL38P-EA-HPXC-01:V6:OPENSEQ with inferred datatype int cannot be coerced to ValveOpenSeqRequest
        valve_control: NotConnected:
            1: NotConnected:
                open: TypeError: BL38P-EA-HPXC-01:V1:OPENSEQ with inferred datatype int cannot be coerced to ValveOpenSeqRequest
            3: NotConnected:
                open: TypeError: BL38P-EA-HPXC-01:V3:OPENSEQ with inferred datatype int cannot be coerced to ValveOpenSeqRequest
    pressure_transducers: NotConnected:
        3: NotConnected:
            slow_beckhoff_voltage_readout: NotConnected: ca://BL38P-EA-ADC-03:CH1
ppump: NotConnected:
    direction: TypeError: Differing datatypes: BL38P-EA-PUMP-01:INFO:DIR has 0, BL38P-EA-PUMP-01:SET:DIR has 3
    state: TypeError: Differing choices: BL38P-EA-PUMP-01:INFO:RUN has ('STOPped', 'STARTed'), BL38P-EA-PUMP-01:SET:RUN has ('STOP', 'START')

Acceptance Criteria

  • The pressure jump cell in P38 connects
@barnettwilliam barnettwilliam added the bug Something isn't working label Feb 4, 2025
@barnettwilliam barnettwilliam self-assigned this Feb 4, 2025
@stan-dot stan-dot added the i22 label Feb 4, 2025
@stan-dot
Copy link
Contributor

stan-dot commented Feb 4, 2025

@barnettwilliam do you see this fixed sooner with EPICS change or just data type in the python code change?

@barnettwilliam
Copy link
Contributor Author

data type in python code

@barnettwilliam barnettwilliam linked a pull request Feb 4, 2025 that will close this issue
4 tasks
@barnettwilliam barnettwilliam linked a pull request Feb 4, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working i22
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants