Skip to content

Commit

Permalink
Fix: Desc field length. Added epics-cas-intf-addr-list parameter. Ref…
Browse files Browse the repository at this point in the history
…erence .xlsx updated.
  • Loading branch information
carneirofc committed Nov 22, 2018
1 parent 164b37b commit ff830b6
Show file tree
Hide file tree
Showing 17 changed files with 253 additions and 2,157 deletions.
452 changes: 226 additions & 226 deletions database/RF-Booster.db

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions iocBoot/RF-Booster.cmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/opt/epics-R3.14.12.7/modules/ether_ip-ether_ip-2-27/bin/linux-x86_64/eipIoc
# 3.14 example startup file for a Host - * - shell-script - * -

# Load dbd, register the drvEtherIP .. commands
dbLoadDatabase("/opt/epics-R3.14.12.7/modules/ether_ip-ether_ip-2-27/dbd/eipIoc.dbd")
eipIoc_registerRecordDeviceDriver(pdbbase)

#epicsEnvSet("EPICS_IOC_LOG_INET", "127.0.0.1")
#epicsEnvSet("EPICS_IOC_LOG_PORT", "6505")
epicsEnvSet("EPICS_CA_SERVER_PORT", "5064")
epicsEnvSet("EPICS_CAS_INTF_ADDR_LIST", "10.0.6.75")
# epicsEnvSet("EPICS_IOC_LOG_INET", "127.0.0.1")
# epicsEnvSet("EPICS_IOC_LOG_PORT", "6505")

epicsEnvSet("EPICS_CA_SERVER_PORT", "5100")
epicsEnvSet("EPICS_CAS_INTF_ADDR_LIST", "10.0.6.57")
iocLogInit

# Initialize EtherIP driver, define PLCs
Expand Down
Empty file removed old/README
Empty file.
50 changes: 0 additions & 50 deletions old/README.database.md

This file was deleted.

24 changes: 0 additions & 24 deletions old/README.iocBoot.md

This file was deleted.

19 changes: 0 additions & 19 deletions old/RF-Booster.cmd

This file was deleted.

Loading

0 comments on commit ff830b6

Please sign in to comment.