Wrong AO board index, fixed PS communication
This commit is contained in:
@@ -473,6 +473,7 @@
|
||||
DI0 = {
|
||||
Type = uint8
|
||||
PortId = 0
|
||||
InversionMask = 0x40
|
||||
}
|
||||
//# P1.0 I.08 ECPC Modulation
|
||||
//# P1.1 I.09 Fast Protection Trip
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
+NI6259_AO = {
|
||||
Class = NI6259DAC
|
||||
DeviceName = "/dev/pxi6259" // Mandatory
|
||||
BoardId = 0 // Mandatory
|
||||
BoardId = 1 // Mandatory
|
||||
SamplingFrequency = @wg_clock
|
||||
Signals = {
|
||||
CCPS_REF = {
|
||||
|
||||
@@ -95,9 +95,9 @@ if [[ ${ok} != "0" ]]; then
|
||||
cat patches/EC-GN-P01-PCF0CORE_userPreDriverConf.patch ${project_name}/src/main/epics/iocBoot/iocEC-GN-P01-PCF0CORE/userPreDriverConf.cmd > userPreDriverConf_patched.cmd
|
||||
mv -f userPreDriverConf_patched.cmd ${project_name}/src/main/epics/iocBoot/iocEC-GN-P01-PCF0CORE/userPreDriverConf.cmd
|
||||
|
||||
# sed -i 's+# Add all the support libraries needed by this IOC+# Add all the support libraries needed by this IOC\n-include $(EPICS_ROOT)/mk/asyn.mk\n-include $(EPICS_ROOT)/mk/picmg.mk\n-include $(EPICS_ROOT)/mk/stream.mk\n-include $(EPICS_ROOT)/mk/nisync-epics.mk\n-include $(EPICS_ROOT)/mk/nisync-generalTime.mk\n-include $(EPICS_ROOT)/mk/nixseries-epics.mk\n-include $(EPICS_ROOT)/mk/pxi6259-epics.mk\n-include $(EPICS_ROOT)/mk/pxi6528-epics.mk+g' EC-GN-JA-PCF/src/main/epics/EC-GN-P01App/src/Makefile
|
||||
sed -i 's+# Add all the support libraries needed by this IOC+# Add all the support libraries needed by this IOC\n-include $(EPICS_ROOT)/mk/asyn.mk\n-include $(EPICS_ROOT)/mk/picmg.mk\n-include $(EPICS_ROOT)/mk/stream.mk+g' EC-GN-JA-PCF/src/main/epics/EC-GN-P01App/src/Makefile
|
||||
|
||||
# sed -i 's+epicsEnvSet("\(.*\)")+epicsEnvSet("\1:${TOP}/iocBoot/iocEC-GN-P01-PCF0CORE")+g' EC-GN-JA-PCF/src/main/epics/iocBoot/iocEC-GN-P01-PCF0CORE/envSystem
|
||||
sed -i 's+epicsEnvSet("\(.*\)")+epicsEnvSet("\1:${TOP}/iocBoot/iocEC-GN-P01-PCF0CORE")+g' EC-GN-JA-PCF/src/main/epics/iocBoot/iocEC-GN-P01-PCF0CORE/envSystem
|
||||
fi
|
||||
|
||||
cid=$((cid+1))
|
||||
|
||||
Reference in New Issue
Block a user