towards recabeling and reconfiguring all Powerbricks and Smaracts devices
Here all IOCs were started without any hardware. So in the next steps the hardware must be tested.
This commit is contained in:
@@ -4,7 +4,6 @@ record(motor,"$(P):$(M)")
|
||||
field(DTYP,"asynMotor")
|
||||
field(OUT, "@asyn($(PORT),$(ADDR))")
|
||||
field(DIR, $(DIR))
|
||||
field(VMAX,$(VELO))
|
||||
field(VELO,$(VELO))
|
||||
field(JVEL,$(VELO))
|
||||
field(HVEL,$(HVEL))
|
||||
@@ -17,12 +16,3 @@ record(motor,"$(P):$(M)")
|
||||
field(DLLM,$(DLLM))
|
||||
field(RTRY,0)
|
||||
}
|
||||
|
||||
record(asyn,"$(P):ASYN")
|
||||
{
|
||||
field(DTYP,"asynRecordDevice")
|
||||
field(PORT,"$(PORT)")
|
||||
field(ADDR,"0")
|
||||
field(OMAX,"100")
|
||||
field(IMAX,"100")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user