Differences between revisions 11 and 47 (spanning 36 versions)
Revision 11 as of 2012-02-22 15:57:38
Size: 4177
Comment:
Revision 47 as of 2018-08-02 14:32:35
Size: 2753
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Manuals for digital system = ## page was renamed from KAGRA/Subgroups/DGS/Manual
= Manuals for Digital System =
Line 3: Line 4:
== For application users == == Hands-on Lectures' Literatures ==
The lecture session was held on Dec 9, 2016, in Hongo, following to F2F meeting.
 * [[http://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=5910|FE computers and Real-time Models]] (N. Yamamoto)
 * [[http://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=5913|MEDM Screens]] (Y. Sasaki)
 * [[http://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=5912|Diaggui/Dataviewer/Foton]] (K. Miyo)
Line 5: Line 10:
 * [[LCGT/subgroup/ifo/digital/Manual/MEDM|medm]] == Wiki Manuals for Users ==

* [[KAGRA/Subgroups/DGS/Manual/MEDM|medm]]
Line 8: Line 15:
 * [[LCGT/subgroup/ifo/digital/Manual/MainMenu|mainmenu]]  * [[KAGRA/Subgroups/DGS/Manual/MainMenu|mainmenu]]
Line 11: Line 18:
  * [[LCGT/subgroup/ifo/digital/Manual/DataViewer|dataviewer]]   * [[KAGRA/Subgroups/DGS/Manual/DataViewer|dataviewer]]
Line 14: Line 21:
  * [[LCGT/subgroup/ifo/digital/Manual/Diaggui|diaggui]]   * [[KAGRA/Subgroups/DGS/Manual/Diaggui|diaggui]]
Line 17: Line 24:
  * [[LCGT/subgroup/ifo/digital/Manual/Foton|foton]]   * [[KAGRA/Subgroups/DGS/Manual/Foton|foton]]
Line 20: Line 27:
 * [[LCGT/subgroup/ifo/digital/Manual/Conlog|conlog]]   *awggui
   . arbitrary waveform generator

* [[KAGRA/Subgroups/DGS/Manual/Conlog|conlog]]
Line 22: Line 32:
    * [[KAGRA/Subgroups/DGS/Manual/BURT|burt]]
  . Managing tool for EPICS channel. This tool can save, restore any EPICS channels. This may be run in crontab to save all the EPICS channels every hour.
Line 24: Line 38:
== For model developers ==

 * [[LCGT/subgroup/ifo/digital/Manual/BuildModel|How to build a model.]]
 * [[LCGT/subgroup/ifo/digital/Manual/daqconfig|How to assign DAQ channel using daqconfig.]]

 * [[LCGT/subgroup/ifo/digital/Manual/ChangeModelName|How to change model name on standalone setup.]]
 * [[KAGRA/Subgroups/DGS/RTPC/Access|How to connect from outside]]
Line 32: Line 41:
== For System developers ==
Line 34: Line 42:
-----
== FAQ ==
------
== For RT model developers ==
Line 37: Line 45:
 * network adapterの設定
  * Ubuntu上で{{{
> ifconfig
}}} で確認。network interface名が本来eth0から始まらなければならないが、eth1-eth2とか変になってしまう。これは{{{
/etc/udev/rules.d/70-persistent-net.rules
}}} をいじることで解決。無事にeth0,eth1となった。いぜん別のPCで設定されたHDDをそのままコピーして移したので、以前のMACアドレスが残ってしまったのが原因だ。
 * [[KAGRA/Subgroups/DGS/Manual/BuildModel|How to build a model.]] ([[KAGRA/Subgroups/DGS/Manual/BuildModelOld|old way]] before 2.1.4)
 * [[KAGRA/Subgroups/DGS/Manual/daqconfig|How to assign DAQ channel using daqconfig.]]
 * [[KAGRA/Subgroups/DGS/Manual/ChangeModelNameSTDA|How to change model name or DCU number on standalone system.]]
 * [[KAGRA/Subgroups/DGS/Manual/ChangeSymbol|How to change the first character (like x1, k1, h1, l1 etc.) of channels on STDA. ]]
 * [[KAGRA/Subgroups/DGS/Manual/ChangeSymbolSNS|How to change the first character (like x1, k1, h1, l1 etc.) of channels on SNS. ]]
 * [[KAGRA/Subgroups/DGS/Manual/RebootRTFE|How to Start/Stop a front-end computer.]]
== If you are in trouble... ==
Line 44: Line 53:
-----
== How to ==
 * [[KAGRA/Subgroups/DGS/Manual/CheckList|Check list for Real Time system]]
Line 47: Line 55:
=== HDD format ===
 1. 初めてUbuntuを使う時は/dev/sdcがフォーマットされていないので、フォーマットする必要がある。
 * 最初はパーティションをつくる{{{
>sudo /sbin/fdisk -l
}}}で/dev/sdcがあるか確認。{{{
>sudo /sbin/fdisk /dev/sdc
}}}でnで新規作成、primary, partition=1, cylinder 1-last, pで確認、wで書き込み。partition typeはデフォルトでLinux(83)なので変更しなくていい。これで/dev/sdc1が作成された。
 * 次にフォーマット。まず、既存のsda1がどのフォーマットタイプか調べる。{{{
>df -T
}}}となっているので、同じext3にする。{{{
> sudo /sbin/mkfs.ext3 /dev/sdc1
}}}何も確認無くエンターとともにフォーマットが始まるので、注意。

 * その後、{{{
mount -a
}}}でマウントして、/framesの所有者を{{{
>sudo chown controls /frames
}}}で変更。/framesの中に{{{
/frames/full
/frames/trend
/frames/trend/minute
/frames/trend/minute_raw
/frames/trend/second
}}}を作る。






=== ハードウエアの立ち上げ ===

[[CLIO/|配布物品リスト]]を確認。

1. サーバに電源等をつないでスイッチを入れる。<<BR>>
サーバーに専用の(付属でないものでは動かないかもしれない)電源線を2本つなぐ。ディスプレイ、キーボード、マウスも接続する。<<BR>>
起動してみて、ピーという音がずっとしていたり、Uというマークのランプが点滅している場合は、電源のエラー。

2. 拡張ボックスを接続してみる<<BR>>
次に、拡張ボックスとサーバを専用線で(AとBがあるが、とりあえずBに)接続し、
拡張ボックス付属の電源線(これも専用でないと動かないかもしれない)もつなぐ。
サーバーの電源を入れたときに、前面パネルの緑色LEDが点灯し、ファンも回っていることを確認する。

3. ADC, DACを拡張ボックスに差す
{{{ 
>lspci
}}}
あるいは>/sbin/lspciとすると、ボードがハードとして認識されていれば、
{{{
15:000 PCI bridge: PLX Technology, Inc. PEX8112 x1 Lane PCI Express-to-PCI Bridge (rev aa)
16:00.0 Bridge: PLX Technology, Inc. PCI9056 32-bit 66MHz PCI <-> IOBus Bridge (rev ac)
}}}
などと表示される。
==== Useful information ====
 * [[KAGRA/Subgroups/DGS/RTPC/DirectoryStructure|Directory structure]]
 * [[KAGRA/Subgroups/DGS/manual/SysAdmin|RT architectures]]

Manuals for Digital System

Hands-on Lectures' Literatures

The lecture session was held on Dec 9, 2016, in Hongo, following to F2F meeting.

Wiki Manuals for Users

  • medm

    • GUI for EPICS. You can access switches, gain controllers, filter banks etc through graphical user interface.
  • mainmenu

    • Main menu for following applications.
    • dataviewer

      • Signal viewer in time series like a multiple channel oscilloscope.
    • diaggui

      • Signal viewer in frequency like FFT analyzer.
    • foton

      • digital filter composer
    • awggui
      • arbitrary waveform generator
  • conlog

    • The controls logger ("conlogger") is designed to record all changes to controls via Epics. This mainly includes all the buttons and sliders on medm control screens.
  • burt

    • Managing tool for EPICS channel. This tool can save, restore any EPICS channels. This may be run in crontab to save all the EPICS channels every hour.




For RT model developers

If you are in trouble...

Useful information

KAGRA/Subgroups/DGS/Manual (last edited 2018-08-02 14:32:35 by TakahiroYamamoto)