Difference between revisions of "How to start EDTM pulser (experts only)"
From Hall A Wiki
(New page: 1 Open a terminal from any computer in counting house and type the command: >'''telnet hatsv4 2004''' 2 After connecting to that port and hitting the enter key, a prompt should pop up an...) |
|||
Line 1: | Line 1: | ||
1 Open a terminal from any computer in counting house and type the command: | 1 Open a terminal from any computer in counting house and type the command: | ||
− | >'''telnet hatsv4 2004''' | + | ->'''telnet hatsv4 2004''' |
2 After connecting to that port and hitting the enter key, a prompt should pop up and we can set the EDTM pulser rate by the following command: | 2 After connecting to that port and hitting the enter key, a prompt should pop up and we can set the EDTM pulser rate by the following command: | ||
− | >'''r_pulser_Start(0,0xa100,0xc339)''' | + | ->'''r_pulser_Start(0,0xa100,0xc339)''' |
The meaning of the arguments are explained below. | The meaning of the arguments are explained below. | ||
− | 3 To quit from telnet, hold the ctrl key and hit "]" | + | 3 To quit from telnet, hold the ctrl key and hit "]". we should then see a prompt like "telnet>". Now type '''q''' to close the connection. |
Revision as of 11:27, 6 October 2014
1 Open a terminal from any computer in counting house and type the command:
->telnet hatsv4 2004
2 After connecting to that port and hitting the enter key, a prompt should pop up and we can set the EDTM pulser rate by the following command:
->r_pulser_Start(0,0xa100,0xc339)
The meaning of the arguments are explained below.
3 To quit from telnet, hold the ctrl key and hit "]". we should then see a prompt like "telnet>". Now type q to close the connection.