Displaying report 1-1 of 1.
Reports until 23:44, Tuesday 10 July 2012
H2 CDS
bram.slagmolen@LIGO.ORG - posted 23:44, Tuesday 10 July 2012 - last comment - 11:16, Wednesday 11 July 2012(3399)
sad implementation of burt for h2ecatey

Short story: I created a manual burt backup and burt restore script to back up the PLL and PDH common mode board settings in the EY Beckhoff system. You can find them in /ligo/home/controls/bram.slagmolen/burt/h2etcatey and are called h2ecateyBurtbackup and h2ecateyBurtrestore. They use a local autoBurt.req and safe.snap file.

 

Long story: Every time the beckhoff system in EY breaks all settings are losts, this greatly inconvience the the locking of the PLL and the PDH system.

Patrick T. generated an autoBurt.req file from Beckhoff system h2ecatey at EY with all the epics channels.

With help from Dave we created and place the autoBurt.req file in the target directory and created a safe.snap file in the burt/ direcotry (burtrb -f autoBurt.req -o safe.snap).

> controls@opsws5:burt 0$ pwd
> /opt/rtcds/lho/h2/target/h2ecatey/h2ecateyepics/
 

I edited the autoBurt.req file adding 'RO' infront of some channel names, this prevented some errors while creating the .snap file.

When trying to restore from the .snap file, not all settings are restored correctly. With some digging around, it seems that when we added and set '.ZNAM Off ' and '.ONAM On' to the variable names it seemed to work. In addition in the autoBurt.req file I added .VAL to the same channel names. I only did this to few required channels in the PLL and PDH CM path. After a burtrb the burtwb worked correctly.

This is seemed only required for the toggle swithces. Why this is required I don't know, although this doesn't happen with the QPD whitening channels. I think the OPC database may need some work.

When the Beckhoff system is rebooted all the .ZNAM and .ONAM addition are lost. I made a little script set_ZNAM_ONAM_records to add these again (not tested but should work). 

A listing of the directory follows:

controls@opsws5:h2etcatey 0$ pwd
/ligo/home/controls/bram.slagmolen/burt/h2etcatey

controls@opsws5:h2etcatey 0$ ls -al
total 156
drwxrwxr-x 2 controls controls  4096 2012-07-10 18:44 .
drwxrwxr-x 3 controls controls  4096 2012-07-10 15:53 ..
-rw-rw-r-- 1 controls controls 28005 2012-07-10 17:39 autoBurt.req
-rw-rw-r-- 1 controls controls 27971 2012-07-10 16:17 autoBurt.req~
-rwxrwxr-x 1 controls controls   241 2012-07-10 18:20 h2ecateyBurtbackup
-rw-rw-r-- 1 controls controls    38 2012-07-10 16:55 h2ecateyBurtbackup~
-rwxrwxr-x 1 controls controls   225 2012-07-10 18:21 h2ecateyBurtrestore
-rw-rw-r-- 1 controls controls 34666 2012-07-10 18:23 safe.snap
-rw-rw-r-- 1 controls controls 31283 2012-07-10 17:01 safe.snap~
-rwxrwxr-x 1 controls controls   716 2012-07-10 18:44 set_ZNAM_ONAM_records
-rw-rw-r-- 1 controls controls   703 2012-07-10 18:09 set_ZNAM_ONAM_records.txt
-rw-rw-r-- 1 controls controls   498 2012-07-10 18:07 set_ZNAM_ONAM_records.txt~
controls@opsws5:h2etcatey 0$

 

Comments related to this report
bram.slagmolen@LIGO.ORG - 11:16, Wednesday 11 July 2012 (3402)

Patrick updated the OPC database. He rebooted the Beckhoff and it recovered its settings.

He generated a new autoBurt.req file, which was copied to the target directory.

Doing my local burtback up and burt restore without any modifications to the channel names or burt files seemed to work.

An hourly burt back up is performed automatically and the .snap files can be found at /ligo/cds/lho/h2/data/burt/{year}/{month}/{day}/{date-time}/

Displaying report 1-1 of 1.