Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ public enum ComponentType {
/** Omron PLC. */
PLC,
/** Zoom sample stack. */
ZOOM_SAMPLE_STACK;
ZOOM_SAMPLE_STACK,
/** Sample changer for HRPD/POLARIS/GEM. */
ROT_SAMPLE_CHANGER;

private Target target;

Expand Down
10 changes: 9 additions & 1 deletion base/uk.ac.stfc.isis.ibex.opis/resources/opi_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,15 @@
<macros>
</macros>
</value>
</entry>
</entry>
<entry>
<key>Rotating Sample Changer</key>
<value>
<type>ROT_SAMPLE_CHANGER</type>
<path>rot_sample_changer.opi</path>
<description>The OPI for the rotating sample changer on HRPD/GEM/POLARIS. No properties required.</description>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Value tag is not closed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is now :)

</value>
</entry>
<entry>
<key>Omron PLC</key>
<value>
Expand Down
Loading