Updated the Phytron driver to use MsgTxt
Updated the Phytron driver to use a selector in order to support the use case of multiple phytrons on one channel The chnages still need to be tested
This commit is contained in:
@ -5,3 +5,11 @@ pattern
|
||||
{KM36:phytron:, 1, "m$(N)", "asynMotor", phy, 1, "m1", mm, Pos, 2.0, 0.1, .2, 0, 1, .2, .001, 3, 100, -100, "1"}
|
||||
{KM36:phytron:, 2, "m$(N)", "asynMotor", phy, 2, "m2", mm, Pos, 2.0, 0.1, .2, 0, 1, .2, .001, 3, 100, -100, "10"}
|
||||
}
|
||||
|
||||
file "$(SINQ)/Db/motorMessage.db"
|
||||
{
|
||||
pattern
|
||||
{P,N, M,PORT}
|
||||
{KM36:phytron:, 1, "m$(N)",phy}
|
||||
{KM36:phytron:, 2, "m$(N)",phy}
|
||||
}
|
@ -30,7 +30,7 @@ sinqEPICS_registerRecordDeviceDriver pdbbase
|
||||
#drvAsynIPPortConfigure("serial1", "narziss-ts:3002",0,0,0)
|
||||
#drvAsynIPPortConfigure("serial1", "localhost:5050",0,0,0)
|
||||
drvAsynIPPortConfigure("serial1", "localhost:8080",0,0,0)
|
||||
PhytronCreateController("phy","serial1",1,1);
|
||||
PhytronCreateController("phy","serial1","0",1,1);
|
||||
|
||||
### Motors
|
||||
|
||||
|
Reference in New Issue
Block a user