Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyPCC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
LOFAR2.0
PyPCC
Commits
ee07ebbc
Commit
ee07ebbc
authored
2 years ago
by
Paulus Kruger
Browse files
Options
Downloads
Patches
Plain Diff
first RCU2L working config
parent
2e8c577c
No related branches found
No related tags found
No related merge requests found
Pipeline
#46797
passed
2 years ago
Stage: image
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pypcc/config/RECVTR_LB_TEST.yaml
+42
-6
42 additions, 6 deletions
pypcc/config/RECVTR_LB_TEST.yaml
with
42 additions
and
6 deletions
pypcc/config/RECVTR_LB_TEST.yaml
+
42
−
6
View file @
ee07ebbc
...
@@ -5,7 +5,7 @@ name: "RECVTR"
...
@@ -5,7 +5,7 @@ name: "RECVTR"
drivers
:
drivers
:
-
name
:
I2C1
#TCA9548
-
name
:
I2C1
#TCA9548
type
:
i2c_iss
type
:
i2c_iss
parameters
:
[
3
]
#COM port
parameters
:
[
4
]
#COM port
-
name
:
I2C_RCU
-
name
:
I2C_RCU
type
:
i2c_dev
#I2C devices
type
:
i2c_dev
#I2C devices
parent
:
I2C1
parent
:
I2C1
...
@@ -337,12 +337,33 @@ variables:
...
@@ -337,12 +337,33 @@ variables:
rw
:
ro
rw
:
ro
dtype
:
boolean
dtype
:
boolean
-
name
:
[
CH1_PWR_ANT_on
,
CH2_PWR_ANT_on
,
CH3_PWR_ANT_on
]
-
name
:
CH1_PWR_ANT_on
description
:
Antenna power output ON/OFF control. Monitored by Ant_VOUT.
description
:
Antenna power output ON/OFF control. Monitored by Ant_VOUT.
driver
:
I2C_RCU
driver
:
I2C_RCU
devreg
:
[
IO1.GPIO1
,
IO1.GPIO1
,
IO1.GPIO2
]
devreg
:
IO1.GPIO1
width
:
1
width
:
1
bitoffset
:
[
6
,
7
,
6
]
bitoffset
:
6
rw
:
rw
dtype
:
boolean
-
name
:
CH2_PWR_ANT_on
description
:
Antenna power output ON/OFF control. Monitored by Ant_VOUT.
driver
:
I2C_RCU
devreg
:
IO1.GPIO1
width
:
1
bitoffset
:
7
rw
:
rw
dtype
:
boolean
# - name: [CH1_PWR_ANT_on,CH2_PWR_ANT_on,CH3_PWR_ANT_on]
-
name
:
[
CH3_PWR_ANT_on
]
description
:
Antenna power output ON/OFF control. Monitored by Ant_VOUT.
driver
:
I2C_RCU
# devreg: [IO1.GPIO1,IO1.GPIO1,IO1.GPIO2]
devreg
:
IO1.GPIO2
width
:
1
# bitoffset: [6,7,6]
bitoffset
:
6
rw
:
rw
rw
:
rw
dtype
:
boolean
dtype
:
boolean
...
@@ -358,7 +379,7 @@ variables:
...
@@ -358,7 +379,7 @@ variables:
description
:
RCU version number
description
:
RCU version number
driver
:
I2C_RCU
driver
:
I2C_RCU
devreg
:
ROM.Version
devreg
:
ROM.Version
width
:
0x
8
0
#
16
characters
width
:
0x
10
0
#
32
characters
rw
:
ro
rw
:
ro
dtype
:
string
dtype
:
string
...
@@ -366,7 +387,7 @@ variables:
...
@@ -366,7 +387,7 @@ variables:
description
:
PCB number (astron.nl/webforms/IenS-Boarden/view.php?id=xxx)
description
:
PCB number (astron.nl/webforms/IenS-Boarden/view.php?id=xxx)
driver
:
I2C_RCU
driver
:
I2C_RCU
devreg
:
ROM.Serial
devreg
:
ROM.Serial
width
:
0x
8
0
#
16
characters
width
:
0x
10
0
#
32
characters
rw
:
ro
rw
:
ro
dtype
:
string
dtype
:
string
...
@@ -474,3 +495,18 @@ methods:
...
@@ -474,3 +495,18 @@ methods:
-
RCU_IO2_GPIO2
:
Update
-
RCU_IO2_GPIO2
:
Update
-
RCU_IO3_GPIO1
:
Update
-
RCU_IO3_GPIO1
:
Update
-
RCU_IO3_GPIO2
:
Update
-
RCU_IO3_GPIO2
:
Update
-
name
:
RCU_off
driver
:
I2C_RCU
mask
:
RCU_mask
instructions
:
-
IO1.GPIO1
:
0
-
IO1.GPIO2
:
0
-
IO2.GPIO1
:
0
-
IO2.GPIO2
:
0
-
IO3.GPIO1
:
0
-
IO3.GPIO2
:
0
-
IO2.CONF1
:
0x80
#Pgood on 0x80
-
IO2.CONF2
:
0
-
IO1.CONF1
:
0
-
IO1.CONF2
:
0
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