Skip to content

Commit

Permalink
update arvFeature pvi yaml to current schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jun 19, 2024
1 parent 79f4a5d commit f4cd067
Showing 1 changed file with 91 additions and 85 deletions.
176 changes: 91 additions & 85 deletions ADAravis/arvFeature.pvi.device.yaml
Original file line number Diff line number Diff line change
@@ -1,99 +1,105 @@
label: ArvFeature
label: arvFeature
parent: GenICamFeature
children:
- type: Group
name: ADAravis
layout:
type: Grid
children:
- type: SignalR
name: ARFramesCompleted
pv: ARFramesCompleted
widget:
type: TextRead

- type: SignalR
name: ARFrameFailures
pv: ARFrameFailures
widget:
type: TextRead
- type: Group
name: ADAravis
layout:
type: Grid
labelled: true
children:

- type: SignalR
name: ARFrameUnderruns
pv: ARFrameUnderruns
widget:
type: TextRead
- type: SignalR
name: ARFramesCompleted
read_pv: $(P)$(R)ARFramesCompleted
read_widget:
type: TextRead

- type: SignalR
name: ARMissingPackets
pv: ARMissingPackets
widget:
type: TextRead
- type: SignalR
name: ARFrameFailures
read_pv: $(P)$(R)ARFrameFailures
read_widget:
type: TextRead

- type: SignalR
name: ARResentPackets
pv: ARResentPackets
widget:
type: TextRead
- type: SignalR
name: ARFrameUnderruns
read_pv: $(P)$(R)ARFrameUnderruns
read_widget:
type: TextRead

- type: SignalW
name: ARPacketResendEnable
pv: ARPacketResendEnable
widget:
type: ComboBox
- type: SignalR
name: ARMissingPackets
read_pv: $(P)$(R)ARMissingPackets
read_widget:
type: TextRead

- type: SignalW
name: ARPacketTimeout
pv: ARPacketTimeout
widget:
type: TextWrite
- type: SignalR
name: ARResentPackets
read_pv: $(P)$(R)ARResentPackets
read_widget:
type: TextRead

- type: SignalW
name: ARFrameRetention
pv: ARFrameRetention
widget:
type: TextWrite
- type: SignalW
name: ARPacketResendEnable
write_pv: $(P)$(R)ARPacketResendEnable
write_widget:
type: ComboBox

- type: SignalW
name: ARResetCamera
pv: ARResetCamera
widget:
type: TextWrite
- type: SignalW
name: ARPacketTimeout
write_pv: $(P)$(R)ARPacketTimeout
write_widget:
type: TextWrite

- type: SignalRW
name: ARConvertPixelFormat
pv: ARConvertPixelFormat
widget:
type: ComboBox
read_pv: ARConvertPixelFormat_RBV
read_widget:
type: TextRead
- type: SignalW
name: ARFrameRetention
write_pv: $(P)$(R)ARFrameRetention
write_widget:
type: TextWrite

- type: SignalRW
name: ARShiftDir
pv: ARShiftDir
widget:
type: ComboBox
read_pv: ARShiftDir_RBV
read_widget:
type: TextRead
- type: SignalW
name: ARResetCamera
write_pv: $(P)$(R)ARResetCamera
write_widget:
type: TextWrite

- type: SignalRW
name: ARShiftBits
pv: ARShiftBits
widget:
type: ComboBox
read_pv: ARShiftBits_RBV
read_widget:
type: TextRead
- type: SignalRW
name: ARConvertPixelFormat
write_pv: $(P)$(R)ARConvertPixelFormat
write_widget:
type: ComboBox
read_pv: $(P)$(R)ARConvertPixelFormat_RBV
read_widget:
type: TextRead

- type: Group
name: ArvFeatureMisc
layout:
type: Grid
children:
- type: SignalW
name: ARConnectCamera
pv: ARConnectCamera
widget:
type: TextWrite
- type: SignalRW
name: ARShiftDir
write_pv: $(P)$(R)ARShiftDir
write_widget:
type: ComboBox
read_pv: $(P)$(R)ARShiftDir_RBV
read_widget:
type: TextRead

- type: SignalRW
name: ARShiftBits
write_pv: $(P)$(R)ARShiftBits
write_widget:
type: ComboBox
read_pv: $(P)$(R)ARShiftBits_RBV
read_widget:
type: TextRead

- type: Group
name: ArvFeatureMisc
label: arvFeature Ungrouped
layout:
type: Grid
labelled: true
children:

- type: SignalW
name: ARConnectCamera
write_pv: $(P)$(R)ARConnectCamera
write_widget:
type: TextWrite

0 comments on commit f4cd067

Please sign in to comment.