Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/screens/BeamlineStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ function ScanStatus(props: Omit<StateBoxProps, "children">) {
>
<PvComponent
label="Scan Status"
pv="ca://BL24I-MO-STEP-14:pmac:read:P2401"
pv="ca://BL24I-MO-STEP-13:pmac:read:P2401"
transformValue={forceString}
/>
<PvComponent
label="Frames Counter"
pv="ca://BL24I-MO-STEP-14:pmac:read:P2402"
pv="ca://BL24I-MO-STEP-13:pmac:read:P2402"
transformValue={forceString}
/>
</StateCard>
Expand Down
5 changes: 3 additions & 2 deletions src/screens/OavMover/OAVStageController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import { forceString, useParsedPvConnection } from "#/pv/util.ts";
import { ZoomLevels } from "#/pv/enumPvValues.ts";
import { useMemo } from "react";

const DISPLAY_CONFIG_ENDPOINT =
"/dls_sw/i24/software/daq_configuration/domain/display.configuration";

export function OavMover() {
const DISPLAY_CONFIG_ENDPOINT =
"/dls_sw/i24/software/daq_configuration/display.configuration";
const beamCenterQuery = useConfigCall(DISPLAY_CONFIG_ENDPOINT);
const currentZoomValue = String(
useParsedPvConnection({
Expand Down
Loading