Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 96 to 96 | ||||||||
ipw | ||||||||
Added: | ||||||||
> > | ||||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 100 to 100 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Pick an action (h for menu): en 0-11 f t L | |||||||
> > | Pick an action (h for menu): i 0-11 f t L | |||||||
Enabling AMC inputs from list: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 Link status: 04100fff Enable Fake Event Generator | ||||||||
Line: 108 to 108 | ||||||||
Enable Local L1A generation
| ||||||||
Added: | ||||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | This page is designed to help you get familiar with the AMC13Tool C++ software and get comfortable with various AMC13 functionalities. For a more in-depth look at software commands, please visit the AMC13Tool link on the main page. For a more detailed description of certain AMC13 procedures, please visit the AMC13ToolRecipes link on the home page. | |||||||
> > | This page is designed to help you get familiar with the AMC13Tool C++ software and get comfortable with some basic AMC13 functionalities. For a more in-depth look at software commands, please visit the AMC13Tool link on the main page. For a more detailed description of certain AMC13 procedures, please visit the AMC13ToolRecipes link on the home page. | |||||||
Basic Prerequisites
Getting Started | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
$ source ~daqowner/dist/etc/env.[c]sh | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
$ cd amc13Standalone_RPM_2012_12_04 $ source uhalEnv.[c]sh | ||||||||
Line: 23 to 23 | ||||||||
$ ~daqowner/dist/bin/AMC13Tool.exe | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
$ cd amc13Standalone_RPM_2012_12_04 $ ./bin/AMC13Tool | ||||||||
Line: 96 to 96 | ||||||||
ipw | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Basic Prerequisites
Getting Started
Pick an action (h for menu): h Command Menu: ------- General Commands ------- q quit do <file> run script <file> sh <command> run a shell <command> ------- AMC13 General Commands ------- i <ena_list> (d) (f) enable AMCs from input list. Enable (d)AQlink, (f)ake data, (t) (l) use local (T)TC signal, enable (L)ocal triggers, (r) (b) TTC(r)x, monBuf (b)ackpressure lt <n>/(e)/(d) send <n> non-periodic local L1As or (e)nable/(d)isable periodic local L1As tsp (o)/(b)/(r) <n> set local (O)rN/(B)cN/(R)andom L1A spacing to <n> mm (e)/(d) (e)nable/(d)isable mega monitoring st <level> display status with <level> of detail (0 least, 2 most, 1 default) lst display SFP and DAQ link status rg reset general (both chips) rc reset counters (virtex) tre (o) (e) reset TTC (O)ribit Number and/or TTC (E)vent Number ------- AMC13 Read/Write Commands ------- rs(v) <add> [count] single read from spartan (virtex) <add> to <add>+[count] brs(v) <add> [count] block read [count] words from spartan (virtex) <add> frs(v) <add> [count] fifo read spartan (virtex) <add> [count] times ws(v) <add> <data> [count] single write <data> from spartan (virtex) <add> to <add>+[count] bws(v) <add> [<data_list>] block write [<data_list>] from spartan (virtex) <add> fws(v) <add> [<data_list>] fifo write [<data_list>] to spartan (virtex) <add> ------- AMC13 DAQ Commands ------- de enable DAQ link (from receiver end only!) dsv (e)/(d) (e)nable/(d)isable saving received DAQ data to SDRAM nw display number of DAQ words in buffer rd display event rk display event and check integrity ne next event df <file> [count] (c) (v) dump [count] events to <file>, (c) for continuous readout, (v) for verbose mode (r) (rh) (rhk) (r) for reduced dump, (rh) for reduced w/ HTRs, (rhk) for reduced w/ HTRs & errors ------- AMC13 Flash Commands ------- fv get firmware version rf <add> read 256 bytes from flash at <add> vfh verify flash header vs(v) verify spartan (virtex) flash vbs verify backup spartan flash pfh program flash header pbs program spartan backup flash ps(v) program spartan (virtex) flash L load both Spartan and Virtex firmware from flash ------- uHTR (or other IPbus device) commands ------- ipadd <ip_addr> add new IPbus device with <ip_addr> ipr <n> <addr> read from <addr> on ipbus device <n> ('a' for all devices) ipw <n> <addr> <data> write <data> to <addr> on ipbus device <n> ('a' for all devices) ipst read status from all uhtrs
|