15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
require "stream"
|
|
epicsEnvSet STREAM_PROTOCOL_PATH :protocols:./cfg
|
|
|
|
|
|
|
|
#All devices on same machine, but use different ports
|
|
|
|
drvAsynIPPortConfigure ("TOPAS8000", "129.129.243.70:8000 HTTP")
|
|
|
|
drvAsynIPPortConfigure ("TOPAS8004", "129.129.243.70:8004 HTTP")
|
|
|
|
drvAsynIPPortConfigure ("TOPAS8012", "129.129.243.70:8012 HTTP")
|
|
|
|
drvAsynIPPortConfigure ("TOPAS8016", "129.129.243.70:8016 HTTP")
|