Communication with the modules for the ac resistance bridge.
Change-Id: I1c144bf0bfc7c8c3090aa7cf3f32f1d4d046dca7
This commit is contained in:
@ -1,32 +1,33 @@
|
||||
Node('bridge.psi.ch',
|
||||
'ac resistance bridge',
|
||||
'tcp://5000'
|
||||
'tcp://5000',
|
||||
)
|
||||
|
||||
Mod('io',
|
||||
'frappy_psi.bridge.BridgeIO',
|
||||
'communication to sim900',
|
||||
uri='serial:///dev/cu.usbserial-21440'
|
||||
uri='serial:///dev/cu.usbserial-14440',
|
||||
)
|
||||
|
||||
# Mod('SIM921_A',
|
||||
# 'frappy_psi.bridge.SIM921',
|
||||
# 'module communication',
|
||||
# io='io',
|
||||
# channel='A'
|
||||
# )
|
||||
Mod('Resistance_1',
|
||||
'frappy_psi.bridge.SIM921',
|
||||
'module communication',
|
||||
io='io',
|
||||
port=1,
|
||||
# channel='A'
|
||||
)
|
||||
|
||||
# Mod('SIM921_B',
|
||||
# 'frappy_psi.bridge.SIM921',
|
||||
# 'module communication',
|
||||
# io='io',
|
||||
# channel='B'
|
||||
# )
|
||||
#
|
||||
# Mod('SIM921_C',
|
||||
# 'frappy_psi.bridge.SIM921',
|
||||
# 'module communication',
|
||||
# io='io',
|
||||
# channel='C'
|
||||
# )
|
||||
Mod('Resistance_2',
|
||||
'frappy_psi.bridge.SIM921',
|
||||
'module communication',
|
||||
io='io',
|
||||
port=3,
|
||||
)
|
||||
|
||||
Mod('Resistance_3',
|
||||
'frappy_psi.bridge.SIM921',
|
||||
'module communication',
|
||||
io='io',
|
||||
port=5,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user