Difference between revisions of "PortSever and CPU Programming"
From Hall A Wiki
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
4. The PortServer functionality is very simple: | 4. The PortServer functionality is very simple: | ||
− | * | + | * ''''p'''' - print boot parameters |
− | * | + | * ''''c'''' - change boot parametes |
− | * | + | * ''''@'''' - boot (load & go) |
− | * | + | * ''''?'''' - print list of available commands |
− | * Delete by using ' | + | * Delete by using ''''^h'''' |
− | * Escape character is '^]'. Exiting is then accomplished by | + | * Escape character is ''''^]''''. Exiting is then accomplished by |
telnet> quit | telnet> quit |
Latest revision as of 15:37, 13 February 2015
1. find the PortServer name, ( Left HRS hatsv4 , Right HRS hatsv3, Bigbite Tlab : bbts-tlab )
2. connect to the PortServer, specifying the exact port, e.g.
telnet bbts-tlab 2002
3. Inside the PortServer, look for the CPU by pressing 'return'; You should be able to type your command in VxWorks interface, e.g.
[VxWorks Boot]: p
4. The PortServer functionality is very simple:
- 'p' - print boot parameters
- 'c' - change boot parametes
- '@' - boot (load & go)
- '?' - print list of available commands
- Delete by using '^h'
- Escape character is '^]'. Exiting is then accomplished by
telnet> quit
Spectrometers PortServer Definitions