Skip to content
Open
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
19 changes: 19 additions & 0 deletions pmacApp/Db/symetrie_hexapod.template
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,25 @@ record(sseq, "$(P):OUZOFF_SEQ") {
field(WAIT4, "Wait")
}

## Speed Control ##

record(ai, "$(P):PROG_VERSION:RBV") {
field(SCAN, "I/O Intr")
field(PINI, "NO")
field(DTYP, "asynFloat64")
field(INP, "@asyn($(PORT),0)PMAC_VDM_&$(COORD)P100")
field(PREC, "6")
}
Comment on lines +713 to +719
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd suggest to move this part to the top, if relevant to the general case, not specifically to speed control.


substitute "name=noGuiObjectAssociation,VAR=&$(COORD)Q24,Q=:TSPEED,EGU=mm/s,VARIABLE_PREC=5"
include "pmacVariableWrite.template"

substitute "name=noGuiObjectAssociation,VAR=&$(COORD)Q25,Q=:RSPEED,EGU=deg/s,VARIABLE_PREC=5"
include "pmacVariableWrite.template"

substitute "name=noGuiObjectAssociation,VAR=&$(COORD)Q26,Q=:ACLTIME,EGU=msec,VARIABLE_PREC=5"
include "pmacVariableWrite.template"


#! Further lines contain data used by VisualDCT
#! View(128,2243,1.1)
Expand Down
Loading