-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add XML for ts_MOSS #906
Add XML for ts_MOSS #906
Conversation
97e8e04
to
ed54b33
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comments about some of the commands and events.
</SALCommand> | ||
<SALCommand> | ||
<Subsystem>MOSS</Subsystem> | ||
<EFDB_Topic>MOSS_command_moveMountToAltAz</EFDB_Topic> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, remove this command. The MOSS CSC should not move the mount. If this is needed, it needs to be done externally by a script of something.
</SALCommand> | ||
<SALCommand> | ||
<Subsystem>MOSS</Subsystem> | ||
<EFDB_Topic>MOSS_command_moveMountToHomePosition</EFDB_Topic> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, remove this command. Same argument as above, MOSS should not be commanding the mount.
<Description>Report the state of the flip attenuator</Description> | ||
<item> | ||
<EFDB_Name>state</EFDB_Name> | ||
<Description>State of the flip attenuator, it can either be in place or removed</Description> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, create an enumeration to store the valid values.
</SALEvent> | ||
<SALEvent> | ||
<Subsystem>MOSS</Subsystem> | ||
<EFDB_Topic>MOSS_logevent_mountPosition</EFDB_Topic> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not the job of the MOSS to report mount position.
<ActiveDevelopers>Guillem Megias</ActiveDevelopers> | ||
<Github>https://github.com/lsst-ts/ts_moss</Github> | ||
<JenkinsTestResults>https://tssw-ci.lsst.org/job/LSST_Telescope-and-Site/job/ts_moss/</JenkinsTestResults> | ||
<RubinObsContact>Sandrine Thomas</RubinObsContact> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is Sandrine the POC for this system?
c66e8a5
to
d53dd4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
d53dd4e
to
b9da400
Compare
No description provided.