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

Ticket7350 #1

Merged
merged 14 commits into from
Nov 7, 2022
Merged

Ticket7350 #1

merged 14 commits into from
Nov 7, 2022

Conversation

NikolaRoev
Copy link

@NikolaRoev NikolaRoev self-assigned this Sep 21, 2022
Comment on lines +21 to +30
record(mbbi, "$(P)JMP:MODE")
{
field(INP, "$(PVPREFIX)TJMPER_$(TJMPER_IOC_ID):MODE CP MSS")
field(SCAN, "Passive")
field(DTYP, "Soft Channel")
field(ZRST, "All out") # All home
field(ONST, "PLT1 and SMPL engaged") # Engage Plate 1 and sample
field(TWST, "PLT2 and SMPL engaged") # Engage Plate 2 and sample
info(interest, "HIGH")
}
Copy link
Contributor

Choose a reason for hiding this comment

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

When does this record actually process? SCAN is Passive but I don't see anything linking to it

Copy link
Author

Choose a reason for hiding this comment

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

Doesn't using CP in the INP field mean that the record is processed when the input updates?

Comment on lines +43 to +51
record(ai, "$(P)SAMPLE:TEMP")
{
field(INP, "$(PVPREFIX)$(SAMPLE_TEMP_READBACK):TEMP CP MSS")
field(DESC, "Value for the sample temperature")
field(SCAN, "Passive")
field(DTYP, "Soft Channel")
info(interest, "HIGH")
info(archive, "VAL")
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Likewise for this input

Makefile Outdated Show resolved Hide resolved
@LilithCole LilithCole merged commit 7148765 into main Nov 7, 2022
@LilithCole LilithCole deleted the Ticket7350_Add_IOC_TJMPAP branch November 7, 2022 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants