Skip to content
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

MOTION Set Points: Tidy up the extra : #3989

Closed
KathrynBaker opened this issue Feb 6, 2019 · 8 comments
Closed

MOTION Set Points: Tidy up the extra : #3989

KathrynBaker opened this issue Feb 6, 2019 · 8 comments
Assignees
Labels
fixed sub-ticket Subticket that can have zero points

Comments

@KathrynBaker
Copy link
Member

KathrynBaker commented Feb 6, 2019

As an IBEX support person I would like to eliminate the extra : I get when loading sample changers.

Acceptance Criteria

  1. Either the requirement for the extra : is documented and obvious, or (ideally) the PVs all look sensible

Notes

  1. The dbload in question is:
    $(IFIOC_GALIL_04) dbLoadRecords("$(MOTIONSETPOINTS)/db/motionSetPoints.db","P=$(MYPVPREFIX)LKUP:SAMPLE:,TARGET_PV1=$(MYPVPREFIX)MOT:STACK:Y:MTR,TARGET_RBV1=$(MYPVPREFIX)MOT:STACK:Y:MTR.RBV,TARGET_DONE=$(MYPVPREFIX)MOT:STACK:Y:MTR.DMOV,TARGET_PV2=$(MYPVPREFIX)MOT:STACK:ZLO:MTR,TARGET_RBV2=$(MYPVPREFIX)MOT:STACK:ZLO:MTR.RBV,TARGET_DONE2=$(MYPVPREFIX)MOT:STACK:ZLO:MTR.DMOV,TOL=1,LOOKUP=LOOKUPFILE2")
  2. A portion of the dbgrep *SAMPLE* that looks wrong is:
IN:INST:LKUP:SAMPLE::MTR
IN:INST:LKUP:SAMPLE:STATIONARY
IN:INST:LKUP:SAMPLE::DMOV
IN:INST:LKUP:SAMPLE:STATIONARY2
IN:INST:LKUP:SAMPLE:COORD1:NO_OFFSET
IN:INST:LKUP:SAMPLE:COORD1:OFFSET
IN:INST:LKUP:SAMPLE:COORD1:OFFSET:SP
IN:INST:LKUP:SAMPLE:COORD2:OFFSET
IN:INST:LKUP:SAMPLE:COORD2:OFFSET:SP
IN:INST:LKUP:SAMPLE:COORD2:NO_OFFSET
IN:INST:LKUP:SAMPLE::SP
IN:INST:LKUP:SAMPLE:NUMAXES
IN:INST:LKUP:SAMPLE:POSDIFF
@John-Holt-Tessella
Copy link
Contributor

See if this also happens when the motion set points are poited directly at the axis using AXIS1= and AXIS2= instead pf target_pv1 etc. See https://github.com/ISISComputingGroup/ibex_developers_manual/wiki/Motion-Set-points.

@ChrisM-S
Copy link

ChrisM-S commented Feb 7, 2019 via email

@John-Holt-Tessella
Copy link
Contributor

Definietly not wise I don't think allowed or legal. Above you are seeing multiple pvs:

  1. IN:INST:LKUP:SAMPLE::MTR
  2. IN:INST:LKUP:SAMPLE:STATIONARY
  3. IN:INST:LKUP:SAMPLE::DMOV

@davidkeymer
Copy link
Contributor

There seem to be double colons in a couple of PV addresses. Is this really how they are defined or a simple typo in the ticket?

@KathrynBaker
Copy link
Member Author

KathrynBaker commented Feb 8, 2019 via email

@ChrisM-S
Copy link

ChrisM-S commented Feb 8, 2019

Many thanks @John-Holt-Tessella my parser is not what it used to be! I don't suppose the double ups are unprefixed PV's adjacent to prefixes rather than real doubles?

@KathrynBaker
Copy link
Member Author

KathrynBaker commented Feb 8, 2019 via email

@JamesKingWork
Copy link
Contributor

Completed as part of #4573

@JamesKingWork JamesKingWork added this to Review Complete in IBEX Project Board Oct 28, 2020
@JamesKingWork JamesKingWork added this to the SPRINT_2020_10_15 milestone Oct 28, 2020
@JamesKingWork JamesKingWork added completed sub-ticket Subticket that can have zero points labels Oct 28, 2020
IBEX Project Board automation moved this from Review Complete to Done Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed sub-ticket Subticket that can have zero points
Projects
None yet
Development

No branches or pull requests

7 participants