Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
0eeafdff
Commit
0eeafdff
authored
14 years ago
by
Menno Norden
Browse files
Options
Downloads
Patches
Plain Diff
bug 1315: new test for led on RCU and HBA-FE
parent
387a3efb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitattributes
+1
-0
1 addition, 0 deletions
.gitattributes
LCU/StationTest/ledtest.sh
+16
-0
16 additions, 0 deletions
LCU/StationTest/ledtest.sh
with
17 additions
and
0 deletions
.gitattributes
+
1
−
0
View file @
0eeafdff
...
@@ -714,6 +714,7 @@ LCU/StationTest/gold/xst_200_odd.gold -text
...
@@ -714,6 +714,7 @@ LCU/StationTest/gold/xst_200_odd.gold -text
LCU/StationTest/hbacontrol.txt -text
LCU/StationTest/hbacontrol.txt -text
LCU/StationTest/i2c_spu.py -text
LCU/StationTest/i2c_spu.py -text
LCU/StationTest/i2c_td.py -text
LCU/StationTest/i2c_td.py -text
LCU/StationTest/ledtest.sh -text
LCU/StationTest/modemlevel.sh -text
LCU/StationTest/modemlevel.sh -text
LCU/StationTest/modules/cli.py -text
LCU/StationTest/modules/cli.py -text
LCU/StationTest/modules/mep.py -text
LCU/StationTest/modules/mep.py -text
...
...
This diff is collapsed.
Click to expand it.
LCU/StationTest/ledtest.sh
0 → 100644
+
16
−
0
View file @
0eeafdff
# HBA frontend en RCU test met led
# M.J. Norden, 27-09-2010
python verify.py
--brd
rsp0
--fp
blp0
--te
tc/hba_client.py
--client_acces
w
--client_reg
led
--data
01
echo
"de led op de RCU 1 brand 2 seconden"
sleep
2
python verify.py
--brd
rsp0
--fp
blp0
--te
tc/hba_client.py
--client_acces
w
--client_reg
led
--data
00
echo
"de led op de RCU 1 is nu uit"
python verify.py
--brd
rsp0
--fp
blp0
--te
tc/hba_server.py
--server
1
--server_acces
uc
--server_function
sw
--data
01,01
echo
"de led op de HBA-FE brand 2 seconden"
sleep
2
python verify.py
--brd
rsp0
--fp
blp0
--te
tc/hba_server.py
--server
1
--server_acces
uc
--server_function
sw
--data
00,00
echo
"de led op de HBA-FE is nu uit"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment