User Tools

Site Tools


informatica:hp_z230_400sb_topspin363_1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
informatica:hp_z230_400sb_topspin363_1 [2021/08/24 14:06]
miquel [Posada en funcionament del TopSpin 3.6.3]
informatica:hp_z230_400sb_topspin363_1 [2021/08/26 16:04]
miquel [Problema amb el PXE de l'IPSO]
Line 123: Line 123:
 </file> </file>
  
-<WRAP alert> +==== Problema amb el PXE de l'IPSO ==== 
-Hi ha una cosa que no m'agrada, i és que, quan vaig a l'adreça web de l'IPSO <nowiki>(http://149.236.99.90)</nowiki> surt el missatge+ 
 +Quan vaig a l'adreça web de l'IPSO <nowiki>(http://149.236.99.90)</nowiki> surt el missatge
  
 <file> <file>
Line 136: Line 137:
  
 <file> <file>
-IPSO Service Web +                           IPSO Service Web 
-Administration +                                  Main 
-Version: Diskless 3.6 3+                          Version: Diskless 3.6 3 
  
 Fatal error: Unknown action (undefined) Fatal error: Unknown action (undefined)
 </file> </file>
  
-</WRAP>+Aquest error ja sortia amb la versió anterior. Després de consultar el registre de missatges del PXE, se m'ocorre que potser l'error té a veure amb la connexió via port sèrie. **Desconnecto el cable sèrie del port TTY0 de l'IPSO, el reinicio, i aquest cop puc accedir a l'aplicació web de gestió de l'IPSO** 
 + 
 +<file> 
 +                           IPSO Service Web 
 +                                  Main 
 +                          Version: Diskless 3.6 3 
 + 
 +* Information 
 +* Administration 
 +* RS Devices 
 +* Function Test 
 +* Help 
 + 
 +                                 →Main 
 + 
 +   Main | Information | Administration | RS Devices | Function Test | Help 
 + 
 +                         ©BRUKER BIOSPIN GMBH 
 +</file> 
 + 
 +==== Particions a l'antic disc dur del 400SB ==== 
 + 
 +Abans de continuar, munto les particions que hi ha a l'antic disc dur per tal de poder accedir als fitxers de configuració del TopSpin i a les carpetes de dades, 
 + 
 +<file> 
 +# pvscan 
 +  PV /dev/sdc5   VG cie-55-31-vg        lvm2 [<465.52 GiB / 5.98 GiB free] 
 +  PV /dev/sda2   VG centos_cie-54-214   lvm2 [<464.76 GiB / 4.00 MiB free] 
 +  Total: 2 [<930.28 GiB] / in use: 2 [<930.28 GiB] / in no VG: 0 [0   ] 
 + 
 +# vgscan 
 +  Reading volume groups from cache. 
 +  Found volume group "cie-55-31-vg" using metadata type lvm2 
 +  Found volume group "centos_cie-54-214" using metadata type lvm2 
 + 
 +# lvscan 
 +  ACTIVE            '/dev/cie-55-31-vg/root' [<8.38 GiB] inherit 
 +  ACTIVE            '/dev/cie-55-31-vg/var' [2.79 GiB] inherit 
 +  ACTIVE            '/dev/cie-55-31-vg/swap_1' [<8.00 GiB] inherit 
 +  ACTIVE            '/dev/cie-55-31-vg/tmp' [380.00 MiB] inherit 
 +  ACTIVE            '/dev/cie-55-31-vg/home' [400.00 GiB] inherit 
 +  ACTIVE            '/dev/cie-55-31-vg/opt' [40.00 GiB] inherit 
 +  ACTIVE            '/dev/centos_cie-54-214/swap' [7.50 GiB] inherit 
 +  ACTIVE            '/dev/centos_cie-54-214/home' [407.25 GiB] inherit 
 +  ACTIVE            '/dev/centos_cie-54-214/root' [50.00 GiB] inherit 
 +</file> 
 + 
 +Edito el fitxer ''/etc/fstab'' i afegeixo les línies, 
 + 
 +<file> 
 +## 20210824 - MCE - Munto provisionalment les particions de l'antic 
 +##                  disc dur per poder accedir a les carpetes de 
 +##                  configuració del tospin i a les carpetes de dades. 
 +##                         
 +/dev/mapper/cie--55--31--vg-home    /mnt/old-400sb-home    ext4    ro,defaults    0 0 
 +/dev/mapper/cie--55--31--vg-opt     /mnt/old-400sb-opt     ext4    ro,defaults    0 0 
 +/dev/mapper/cie--55--31--vg-root    /mnt/old-400sb-root    ext4    ro,defaults    0 0 
 +/dev/mapper/cie--55--31--vg-var     /mnt/old-400sb-var     ext4    ro,defaults    0 0 
 + 
 +## no cal muntar les antigues particions swap i tmp 
 +## 
 +## cie--55--31--vg-swap_1           
 +## cie--55--31--vg-tmp 
 +</file> 
 + 
 +i llavors munto les particions (ignoro els avisos de SELinux perquè no tinc intenció de modificar el contingut d'aquestes particions, per això les munto ''read-only''), 
 + 
 +<file> 
 +# mount -v /mnt/old-400sb-home/ 
 +mount: /mnt/old-400sb-home does not contain SELinux labels [...] 
 +mount: /dev/mapper/cie--55--31--vg-home mounted on /mnt/old-400sb-home. 
 + 
 +# mount -v /mnt/old-400sb-root/ 
 +mount: /mnt/old-400sb-root does not contain SELinux labels [...] 
 +mount: /dev/mapper/cie--55--31--vg-root mounted on /mnt/old-400sb-root. 
 + 
 +# mount -v /mnt/old-400sb-var/ 
 +mount: /mnt/old-400sb-var does not contain SELinux labels [...] 
 +mount: /dev/mapper/cie--55--31--vg-var mounted on /mnt/old-400sb-var. 
 + 
 +# mount -v /mnt/old-400sb-opt/ 
 +mount: /mnt/old-400sb-opt does not contain SELinux labels [...] 
 +mount: /dev/mapper/cie--55--31--vg-opt mounted on /mnt/old-400sb-opt. 
 + 
 +# df -hl 
 +Filesystem                            Size  Used Avail Use% Mounted on 
 +devtmpfs                              3.7G      3.7G   0% /dev 
 +tmpfs                                 3.7G   59M  3.7G   2% /dev/shm 
 +tmpfs                                 3.7G  9.6M  3.7G   1% /run 
 +tmpfs                                 3.7G      3.7G   0% /sys/fs/cgroup 
 +/dev/mapper/centos_cie--54--214-root   50G   13G   38G  25% / 
 +/dev/sda1                            1014M  237M  778M  24% /boot 
 +/dev/mapper/centos_cie--54--214-home  408G  1.4G  406G   1% /home 
 +tmpfs                                 751M   48K  751M   1% /run/user/1000 
 +/dev/mapper/cie--55--31--vg-home      394G  206G  169G  55% /mnt/old-400sb-home 
 +/dev/mapper/cie--55--31--vg-root      8.2G  4.2G  3.6G  55% /mnt/old-400sb-root 
 +/dev/mapper/cie--55--31--vg-var       2.7G  910M  1.7G  36% /mnt/old-400sb-var 
 +/dev/mapper/cie--55--31--vg-opt        40G  6.4G   31G  18% /mnt/old-400sb-opt 
 +</file> 
 + 
 + 
 + 
 +==== Posada en marxa del TopSpin ====
  
-Posar en marxa per primer cop el TopSpin i detecta la consola i arrenca amb la "spectrometer service license",+Poso en marxa per primer cop el TopSpin i detecta la consola i arrenca amb la "spectrometer service license",
  
 <file> <file>
Line 174: Line 278:
       https://www.bruker.com/nmr_license_requests.html       https://www.bruker.com/nmr_license_requests.html
 </file> </file>
 +
  
 ===== Configuració de l'espectròmetre ===== ===== Configuració de l'espectròmetre =====
Line 183: Line 288:
 Un cop es posa en marxa el TopSpin, s'obre una finestra on posa que cal executar ''cf'' i després ''expinstall'' per completar la instal·lació. Un cop es posa en marxa el TopSpin, s'obre una finestra on posa que cal executar ''cf'' i després ''expinstall'' per completar la instal·lació.
  
-Executo ''cf'', trio crear un nou espectròmetre, i aprofito l'opció d'importar una configuració anterior per importar el fitxer creat a la instal·lació de maig (carpeta ''/mnt/old-opt/topspin3.6.3/conf/instr/spect''). però quan provo a editar, em dona un error perquè no es pot connectar a la DRU ja que la xarxa de l'espectròmetre està caiguda.+Executo ''cf'', trio crear un nou espectròmetre, i aprofito l'opció d'importar una configuració anterior per importar el fitxer creat a la darrera instal·lació (carpeta ''/run/media/sermnadmin/1b902ee2-c0bc-4868-9b8b-f4d714bd19cf/topspin3.6.1'') que es guardarà a la carpeta ''/opt/topspin3.6.3/conf/instr/topspin3.6.1''. 
 + 
 + però quan provo a editar, em dona un error perquè no es pot connectar a la DRU ja que la xarxa de l'espectròmetre està caiguda.
  
 Crec que la millor solució serà reiniciar l'ordinador i que configuri la xarxa correctament. Crec que la millor solució serà reiniciar l'ordinador i que configuri la xarxa correctament.
Line 192: Line 299:
  
   * Spectrometer Description   * Spectrometer Description
-    * Description:  Avance III 600 @SeRMN+    * Description:  Avance III 400 @SeRMN
   * Spectrometer Data   * Spectrometer Data
-    * 1H Spectrometer frequency:  600.130 MHz+    * 1H Spectrometer frequency:  400.130 MHz
   * Security Options   * Security Options
-    * Enable power check:  option not checked+    * Enable power check:  yes (option checked)
   * Optional Standard Devices   * Optional Standard Devices
-    * Bruker Automatic Changer (BACS) connected to:  ttty01 +    * MAS2 control unit: connected to: tty05 
-    * Variable Temperature Unit connected to:  149.236.99.20 +    * Eurotherm VTU: device connected to: tty04
-  * Options for the Sample Changer +
-    * Sample lift controlled by:  Sample Changer +
-    * Delay between insert of sample and next command:  10 s +
-    * Start experiment while sample changer in motion:  option not checked+
  
-Es mostra un error perquè no detecta els amplificadors. Caldrà reiniciar-los i tornar a repetir ''cf''. Per altra banda, com que el SampleCase està aturat, també surt el missatge d'error+Problemes:
  
-<file> +  * Com que la MAS Unit està aturada, no la detecta. 
-BSMS Error:+    * Solucióposo en marxa la MAS Unit per quan torni a fer ''cf''
 +  * A l'hora de configurar les connexions de RF, no puc configurar les connexions a la sonda perquè la BBI muntada no té PICS, i tampoc puc fer ''edprobe'' perquè no hi ha cap fitxer de configuració. 
 +    * Solució: copio els fitxers de configuració de les sondes que hi havia a l'anterior instal·lació del TopSpin. 
 +  * Prosol: copio la carpeta ''~topspin/conf/instr/spect/prosol'' amb els fitxers de configuració de l'anterior instal·lació per quan hagi d'executar ''edprosol''
 +  * Cortab: copio la carpeta ''~topspin/conf/instr/spect/cortab'' amb els fitxers de configuració de l'anterior instal·lació. 
 +  * Preemphasis: copio la carpeta ''~topspin/conf/instr/spect/preemp'' amb els fitxers de configuració de l'anterior instal·lació. 
 +  * Bruker Gradient Amplifier (BGA): no surt al fitxer ''uxnmr.info'' 
 +    * Solució: el reinicio perquè el detecti la propera vegada que executi ''cf''.
  
-SampleTransporter: Emergency button pressed. +Després de repetir ''cf''el contingut del fitxer ''uxnmr.info'' és semblant al de la darrera instal·lació.
-</file> +
- +
-malauradament per ara no el puc posar en marxa. +
- +
-Després de reiniciar els amplificadors, aconsegueixo completar ''cf'' sense errors i el contingut del fitxer ''uxnmr.info'' és semblant al de la instal·lació feta al maig,+
  
 ==== Fitxer "uxnmr.info" ==== ==== Fitxer "uxnmr.info" ====
Line 225: Line 330:
  
 Path         : /opt/topspin3.6.3/conf/instr/spect/uxnmr.info Path         : /opt/topspin3.6.3/conf/instr/spect/uxnmr.info
-Date         : Fri Aug 13 09:38:41 2021+Date         : Tue Aug 24 17:18:18 2021
 Release      : TopSpin 3.6.3 Release      : TopSpin 3.6.3
 Installed in : /opt/topspin3.6.3 Installed in : /opt/topspin3.6.3
-Host         : cie-56-18.uab.cat+Host         : cie-54-214.uab.cat
 OS           : CentOS Linux release 7.9.2009 (Core) OS           : CentOS Linux release 7.9.2009 (Core)
-CPU          : Intel(R) Xeon(R) CPU W3550 @ 3.07GHz (cores at 3067 MHz) +CPU          : Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz (cores at 3500 MHz with Hyperthreading
-User         : sermnuab +User         : sermnadmin (SeRMN Staff) 
-System       : Avance III 600 NMR spectrometer +System       : Avance III 400 NMR spectrometer 
-1H-frequency : 600.13 MHz +1H-frequency : 400.13 MHz 
-Description  : Avance III 600 @SeRMN +Description  : Avance III 400 MHz SB - SeRMNUAB 
-Location     : SeRMN UAB +Configured in: cie-54-214.uab.cat:/opt/topspin3.6.3/conf/instr/spect
-Bruker Order : PH000806 +
-Configured in: cie-56-18.uab.cat:/opt/topspin3.6.3/conf/instr/spect+
  
 IPSO: connected to spectrometer subnet IPSO: connected to spectrometer subnet
 - TCP/IP address = 149.236.99.90 - TCP/IP address = 149.236.99.90
- - IPSO type: 19"+ - IPSO type: AQS
 - Tctrl : 1 - Tctrl : 1
-- Fctrls: 3+- Fctrls: 2
 - Gctrl1: with digital preemphasis - Gctrl1: with digital preemphasis
-- Rctrl : none+- Rctrl : 1
 - FREDs : none - FREDs : none
 - DPP : 1 - DPP : 1
  
-DRU1: DEB_DEFAULT  +DRU1: AQS DRU Z100977/00582 ECL 04.00 
-- TCP/IP address = 149.236.99.77+- TCP/IP address = 149.236.99.89
 - Firmware Version = 170619 - Firmware Version = 170619
 - DRU1 controls AQS-Rack and HPPR/2 - DRU1 controls AQS-Rack and HPPR/2
  
-AQS: connected to 149.236.99.77:/dev/tty10+AQS: connected to 149.236.99.89:/dev/tty10
   _Slot_ SBSB _____________________Board_____________________   _Slot_ SBSB _____________________Board_____________________
   Number Addr Type HW-VS FW-VS ID  ECL Name   Description   Number Addr Type HW-VS FW-VS ID  ECL Name   Description
   -----------------------------------------------------------   -----------------------------------------------------------
-       0x10 0x42   0x3    AW  R  3.0 REC-1  AQS RXAD600 Z102117/00312 ECL 03.00 +       0x10 0x72   0x3    AW  R  3.0 REC-1  AQS RXAD400 Z102116/705 ECL 03.00 
-       0x34 0xc0   0x1        X  0.REF-1  REF-600 Reference Board for AQS Receiver +       0x34  0x2   0x1        X  5.REF-1  REF-400 Reference Board for AQS Receiver 
-       0x24 0x19   0x8    AD   2.0 SGU-1  AQS SGU/2 600 Z103081/00300 ECL 02.00 FPGA-Vs=AF +       0x24 0x11   0x8    AE   2.0 SGU-1  AQS SGU/2 400 Z103080/00351 ECL 02.00 FPGA-Vs=AF 
-       0x25 0x19   0x8    AD   2.0 SGU-2  AQS SGU/2 600 Z103081/00126 ECL 02.00 FPGA-Vs=AF +       0x25 0x11   0x8    AE   2.0 SGU-2  AQS SGU/2 400 Z103080/00340 ECL 02.00 FPGA-Vs=AF 
-       0x26 0x19   0x8    AD   2.0 SGU- AQS SGU/2 600 Z103081/00316 ECL 02.00 FPGA-Vs=AF+       0x36  0x5            A  6.0 BLA- BLA2BB 150/60 20-400 W1345049/1817 ECL 6
     21   0x21 0xcf            P  1.0 PSD-1  PSD/3 Power Supply Distribution Board     21   0x21 0xcf            P  1.0 PSD-1  PSD/3 Power Supply Distribution Board
-    --   0x20 0xc6     0        B  1.AQS/2  AQS/2 chassis+    --   0x20 0xd1     0        B  2.0 MASTER AQS/3 Chassis
        0x20  0x7            B      MASTER AQS Rack Master        0x20  0x7            B      MASTER AQS Rack Master
   Logical Receiver/SGU configuration:   Logical Receiver/SGU configuration:
  
 +Router: 1 AQS-Minirouter
  
-Routernone installed +Amplifiers (AQS configuration)
- +  RO  Amplifier  Module  Nucleus  Power/W  Switchbox Name PN/SN/FW 
-Transmitters at the spectrometer subnet: +   1      1                B      150    N         BLA2BB 150/60 20-400 W1345049/1817/- 
----------------------------------------- +        1         2        B       60    N         BLA2BB 150/60 20-400 W1345049/1817/- 
-BLA_W1345096_0091 W1345096/0091 ECL 1: +   3      2               2H       20    N         2HTX in BSMS -/-/-
-- TCP/IP address = 149.236.99.93 +
-- Firmware VS    = 20120627 +
-Amplifier      = BLAXH2H300/100/150 E 200-600MHZ: W1345096/0091 ECL 1 +
-- Router         = BLMMR32 RF AMPLIFIER MODULE: W1345204/0135 ECL 0 +
-Controller     = BLA CONTROL BOARD 6 2V H-USB: W1522050/0022 ECL 1 +
-BLA_W1345092_0060 W1345092/0060 ECL 0: +
-TCP/IP address = 149.236.99.92 +
-- Firmware VS    = 20120627 +
-Amplifier      = BLAX300 E 6-365MHZ: W1345092/0060 ECL 0 +
-Router         = BLMMR31 RF AMPLIFIER MODULE: W1345212/0215 ECL 0 +
-Controller     = BLA CONTROL BOARD 6 1V V-USB: W1522041/0110 ECL 1+
  
 Gradient amplifiers at the spectrometer subnet: Gradient amplifiers at the spectrometer subnet:
 ---------------------------------------------- ----------------------------------------------
-BGA1: BGA_W1213891_0009 +BGA1: BGA_W1213891_0040 
-- TCP/IP address   = 149.236.99.94+- TCP/IP address   = 149.236.99.92
 - Firmware version = 20080206 - Firmware version = 20080206
 - Web version      = 1.1 - Web version      = 1.1
Line 296: Line 389:
 BSMS: BSMS/2 connected to ethernet BSMS: BSMS/2 connected to ethernet
 - TCP/IP address = 149.236.99.20 - TCP/IP address = 149.236.99.20
-- ELCB firmware version = 20210212 +- ELCB firmware version = 20150423 
-- SCB channels = 40 +- SCB channels = 20 
-- Shim System = BOSS2-SB +- Shim System = BOSS1-SB 
-- 2HTX Amplifier: not available+- 2HTX Amplifier: available
 - Lock: installed - Lock: installed
-- VTU_SPB = BSMS/2 SPB-E SENSOR & PNEUMATIC BD: Z115192/00855 ECL 05.04 
-- VTU_VPSB1 = BSMS/2 VARIABLE POWER SUPPLY BD: Z115193/04339 ECL 01.05 
  
-VTUin BSMS/2 connected to ethernet +MAS2 control unit: connected to 149.236.99.90:/dev/tty05 
-- TCP/IP address = 149.236.99.20 +Boot Software        20031216 
- +Application Software 20120329 
-SampleCase: in BSMS/2 connected to ethernet +Insert Time          : 10 s 
-- TCP/IP address = 149.236.99.20 +Eject Time           : 10 s 
- +Spin Lock Tolerance  : 5 Hz
-Bruker Automatic Changer: device connected to 149.236.99.90:/dev/tty01 +
-Capacity24 holders +
-Firmware970111 +
-use BACS air  = yes +
-BACS sx delay = 10 s +
-Sample Rail fast changer mode = no+
  
-Eurotherm VTU: device connected to 149.236.99.90:/dev/tty05 +Eurotherm VTU: device connected to 149.236.99.90:/dev/tty04
-- (used by TopSpin)+
  
 Preamplifiers : Preamplifiers :
-HPPR2: - HPPR/2 preamplifier connected to 149.236.99.77:/dev/tty10+HPPR2: - HPPR/2 preamplifier connected to 149.236.99.89:/dev/tty10
     Type      : HPPR/2     Type      : HPPR/2
     Controller: Cover/1 with Application firmware = AQ     Controller: Cover/1 with Application firmware = AQ
                 15 LEDs for tuning, 15 LEDs for matching                 15 LEDs for tuning, 15 LEDs for matching
-    Module  1 : 1H LNA +    Module  1 : 1H/2H 1H (virtual 50 Ohm reference: 274.9%/85.9deg) 
-                PN=Z003462, SN=00485 from 20061101 +                PN=Z003959, SN=00418 from 20070319 
-    Module  2 : XBB19F 2HS +    Module  2 : 1H/2H 2H (virtual 50 Ohm reference: 116.6%/-71.1deg) 
-                PN=Z003506, SN=00529 from 20061024 +                PN=Z003959, SN=00418 from 20070319 
-    Module  3 : 2H +    Module  3 : XBB19F 2HS 
-                PN=Z003473, SN=00491 from 20061206+                PN=Z003504, SN=00415 from 20070425
  
 Gradient Controller cable connections Gradient Controller cable connections
 -------------------------------------------------------------------- --------------------------------------------------------------------
-GCtrl1: connected via DPP to GREAT 1-10 Gradient Amplifier Unit W1213891/0009+GCtrl1: connected via DPP to GREAT 1-10 Gradient Amplifier Unit W1213891/0040
  
-RF cable connections (detected)+RF cable connections (assumed)
 -------------------------------------------------------------------- --------------------------------------------------------------------
-SGU1 NORM output -> input of transmitter 1 (BLAXH2H300/100/150 E 200-600MHZ W1345096/0091 at TCP/IP 149.236.99.93+SGU1 NORM output -> input of transmitter 1 (BLA2BB 150/60 20-400 W1345049/1817
-SGU1 AUX  output -> input of transmitter (BLAXH2H300/100/150 E 200-600MHZ W1345096/0091 at TCP/IP 149.236.99.93+SGU1 AUX  output -> input of transmitter (2HTX in BSMS
-SGU2 NORM output -> input of transmitter 1 (BLAXH2H300/100/150 E 200-600MHZ W1345096/0091 at TCP/IP 149.236.99.93)+SGU2 NORM output -> input of transmitter 1 (BLA2BB 150/60 20-400 W1345049/1817)
 SGU2 AUX  output -> TUNE signal input of HPPR SGU2 AUX  output -> TUNE signal input of HPPR
-SGU3 NORM output -> input 3 of transmitter 1 (BLAXH2H300/100/150 E 200-600MHZ W1345096/0091 at TCP/IP 149.236.99.93) 
-SGU3 AUX  output -> input 1 of transmitter 2 (BLAX300 E 6-365MHZ W1345092/0060 at TCP/IP 149.236.99.92) 
  
-Blanking cable connections (detected)+Blanking cable connections (assumed)
 -------------------------------------------------------------------- --------------------------------------------------------------------
-transmitter 1 = BLAXH2H300/100/150 E 200-600MHZ W1345096/0091 at TCP/IP 149.236.99.93+transmitter 1 = BLA2BB 150/60 20-400 W1345049/1817
-- amplifier 1H-100W uses blanking 2 +- amplifier B-150W uses blanking 1 
-- amplifier X-300W uses blanking +- amplifier B-60W uses blanking 2
-- amplifier 2H-150W needs no blanking+
  
-transmitter 2 = BLAX300 E 6-365MHZ W1345092/0060 at TCP/IP 149.236.99.92+transmitter 2 = 2HTX in BSMS
-- amplifier X-300W uses blanking 3+- amplifier 2H-20W uses blanking 3
 </file> </file>
  
Line 373: Line 454:
 # do not edit, changes are lost after next 'cf' # do not edit, changes are lost after next 'cf'
 unit   = AQS unit   = AQS
-host   = 149.236.99.77+host   = 149.236.99.89
 device = /dev/tty10 device = /dev/tty10
 type   = RS485 type   = RS485
 stty   = 9600 min 1 time 50 cs8 hupcl cread clocal stty   = 9600 min 1 time 50 cs8 hupcl cread clocal
  
-./rs232_device/bacs+./rs232_device/mas
 # TOPSPIN alpha TTY configuration file # TOPSPIN alpha TTY configuration file
 # created automatically by 'cf' # created automatically by 'cf'
 # do not edit, changes are lost after next 'cf' # do not edit, changes are lost after next 'cf'
-unit   Bruker Automatic Changer+unit   MAS control unit
 host   = 149.236.99.90 host   = 149.236.99.90
-device = /dev/tty01+device = /dev/tty05 
 +type   = RS232 
 +stty   = 9600 cs8 cstopb hupcl cread clocal ignpar istrip igncr isig icanon noflsh 
 + 
 +./rs232_device/mas2 
 +# TOPSPIN alpha TTY configuration file 
 +# created automatically by 'cf' 
 +# do not edit, changes are lost after next 'cf' 
 +unit   = MAS2 control unit 
 +host   = 149.236.99.90 
 +device = /dev/tty05
 type   = RS232 type   = RS232
 stty   = 9600 min 1 time 50 cs8 hupcl cread clocal stty   = 9600 min 1 time 50 cs8 hupcl cread clocal
Line 393: Line 484:
 # do not edit, changes are lost after next 'cf' # do not edit, changes are lost after next 'cf'
 unit   = HPPR/2 preamplifier unit   = HPPR/2 preamplifier
-host   = 149.236.99.77+host   = 149.236.99.89
 device = /dev/tty10 device = /dev/tty10
 type   = RS485 type   = RS485
Line 404: Line 495:
 unit   = Eurotherm VTU unit   = Eurotherm VTU
 host   = 149.236.99.90 host   = 149.236.99.90
-device = /dev/tty05+device = /dev/tty04
 type   = RS232 type   = RS232
 stty   = 9600 time 5 parenb cs7 cread clocal istrip stty   = 9600 time 5 parenb cs7 cread clocal istrip
informatica/hp_z230_400sb_topspin363_1.txt · Last modified: 2021/08/26 16:06 by miquel