Skip to content

Commit

Permalink
update for pvi schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jun 4, 2024
1 parent fb12d89 commit 9864b98
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ children:
write_pv: $(P)$(R)NDAttributesFile
write_widget:
type: TextWrite
format: 4
format: string

- type: SignalW
name: NDAttributesMacros
write_pv: $(P)$(R)NDAttributesMacros
write_widget:
type: TextWrite
format: 4
format: string

- type: SignalR
name: NDAttributesStatus
Expand Down
1 change: 1 addition & 0 deletions tests/samples/outputs/motorSim/index.bob
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<y>30</y>
<width>150</width>
<height>20</height>
<tooltip>$(text)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>OpenDisplay</name>
Expand Down
1 change: 1 addition & 0 deletions tests/samples/outputs/motorSim/simple.pvi.bob
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<y>30</y>
<width>150</width>
<height>20</height>
<tooltip>$(text)</tooltip>
</widget>
<widget type="textupdate" version="2.0.0">
<name>TextUpdate</name>
Expand Down
Loading

0 comments on commit 9864b98

Please sign in to comment.