DIL5: changed interface on ITC and LS372
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
# by ID (independent of plug location)
|
||||
# by id (independent of plug location, but may not neccessarly be unique)
|
||||
# to verify just do:
|
||||
# ls /dev/serial/by-id
|
||||
turbo_uri = '/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A601PCGF-if00-port0'
|
||||
press_uri = '/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AH07445U-if00-port0'
|
||||
itc_uri = '/dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller_D-if00-port0'
|
||||
lsc_uri = '192.168.1.2:7777'
|
||||
# by plug location:
|
||||
#turbo_uri='/dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1:1.0-port0'
|
||||
#press_uri = '/dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2:1.0-port0'
|
||||
#itc_uri = '/dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.3:1.0-port0'
|
||||
# over USB (does not work anymore)
|
||||
#lsc_uri='serial:///dev/ttyACM1?baudrate=57600+parity=odd+bytesize=7+stopbits=1',
|
||||
logo_ip = '192.168.0.3'
|
||||
# by plug location would also be possible (/dev/serial/by-path)
|
||||
|
||||
|
||||
Node('dil5_logo.psi.ch',
|
||||
@@ -20,7 +18,7 @@ Node('dil5_logo.psi.ch',
|
||||
Mod('logo',
|
||||
'frappy_psi.logo.IO',
|
||||
'',
|
||||
ip_address = "192.168.0.3",
|
||||
ip_address = logo_ip,
|
||||
tcap_client = 0x3000,
|
||||
tsap_server = 0x2000
|
||||
)
|
||||
@@ -45,7 +43,7 @@ Mod('V4',
|
||||
'frappy_psi.logo.DigitalActuator',
|
||||
'compressor to dump',
|
||||
io = 'logo',
|
||||
# feedback_addr ="V1024.5", # not verified
|
||||
# feedback seems not to work
|
||||
output_addr ="V1064.7",
|
||||
target_addr ="V404.1",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user