Differences between revisions 9 and 10
Revision 9 as of 2016-02-12 10:36:44
Size: 1237
Comment:
Revision 10 as of 2016-02-12 10:41:44
Size: 1603
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
|| x4000|| Data is being sent and you can leave it. Master IOP gets it when the timing synchronization is fuked up. ||
|| x2000|| When the master IOP's timing is not synchrimized properly, slave model shows this code.||
|| 0x2 || Real time model is not sending data to k1dc0 machine. Go to (1) ||
|| x4000|| It is OK. Data is being sent and you can leave it. A master IOP gets this error when the timing synchronization is fucked up. ||
|| x2000|| It is OK. When the master IOP's timing is not synchronized properly, their slave models show this code.||
|| 0x2 || The real time model is not sending data to the data concentrator machine, k1dc0. Go to (1) ||
|| blank || Channels are not registered to send to k1dc0. Go to (2) ||
Line 33: Line 33:
mx_stream process will automatically start up again, and the DAC status will be cleared.
Line 36: Line 37:
ssh k1dc0
Line 39: Line 41:
kill ###
}}}
{{{daqd}}} process will automatically start up again, and the DAC status will be cleared.
kill ###}}}
{{{daqd}}} process will automatically start up again, and the DAC status will be cleared. If it did not work, try to reboot the data concentrator:
{{{
ssh k1dc0
sudo reboot}}}
Wait patiently until {{{k1dc0}}} restarts.

Check if the real time models are sending data to DAQ

1. Open sitemap on an workstation

$sc
$medm sitemap.adl

text describing image

2. Open CDS screen

text describing image

3. Open GDS_TP screen of each model (blue buttons)

4. Check that "DC Status" is 0x0

text describing image

DC status

What to do

0x0

Good status!

x4000

It is OK. Data is being sent and you can leave it. A master IOP gets this error when the timing synchronization is fucked up.

x2000

It is OK. When the master IOP's timing is not synchronized properly, their slave models show this code.

0x2

The real time model is not sending data to the data concentrator machine, k1dc0. Go to (1)

blank

Channels are not registered to send to k1dc0. Go to (2)

(1)

ssh <FE macehine name such as k1pr0>
sudo /etc/init.d/mx_stream restart

mx_stream process will automatically start up again, and the DAC status will be cleared.

(2)

ssh k1dc0
ps -ef | grep daqd 

Check the process number of daqd. There may be two or three and pick the first and left number (###).

kill ###

daqd process will automatically start up again, and the DAC status will be cleared. If it did not work, try to reboot the data concentrator:

ssh k1dc0
sudo reboot

Wait patiently until k1dc0 restarts.

DaqCheck1 (last edited 2016-03-25 09:31:33 by KeikoKokeyama)