Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mscr
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
gui
mscr
Commits
bb2d4182
Commit
bb2d4182
authored
4 years ago
by
Claudio Scafuri
Browse files
Options
Downloads
Patches
Plain Diff
ready for testing
parent
eaba9701
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Lens tab
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/bit-info.txt
+34
-0
34 additions, 0 deletions
docs/bit-info.txt
etc/test.sh
+1
-0
1 addition, 0 deletions
etc/test.sh
src/mscr.ui
+2161
-1820
2161 additions, 1820 deletions
src/mscr.ui
with
2196 additions
and
1820 deletions
docs/bit-info.txt
0 → 100644
+
34
−
0
View file @
bb2d4182
Al momento:
#define MSCR_STAT_SIZE 11
#define MSCR_STAT_TYPE 0 // bool 0: pneumatic (false), stepper (vertical slit present) (true)
#define MSCR_STAT_POLAR1_MODE 1 // polarimeter 1 continuos (false), discrete (true)
#define MSCR_STAT_POLAR2_PRESENT 2 // polarimeter 2 present (true)
#define MSCR_STAT_POLAR2_MODE 3 // polarimeter 2 continuos (false), discrete (true)
#define MSCR_STAT_HORSLIT_PRESENT 4 // horizontal slit present (true)
#define MSCR_STAT_VER_MOVE_ACK 5 // allowed to move vertical slit (true)
#define MSCR_STAT_HOR_MOVE_ACK 6 // allowed to move horizontal slit (true)
#define MSCR_STAT_LIGHT_ON 7 // light ON (true)
#define MSCR_STAT_SAFETY_SWITCH 8 // safety switch touched (true)
#define MSCR_STAT_PNEUM_MOVING 9 // vetical piston (pneumatic actuator) is moving (true)
#define MSCR_STAT_PNEUM_REACH_ERR 10 // vetical piston (pneumatic actuator) reach error (true)
#define MSCR_STAT_POLAR1_PRESENT 11 // polarimeter 1 present (true)
A shutdown ci saranno alcuni aggiornamenti sull'mscr tra cui il bool 11 che diventerà 1 e tutti gli altri shifteranno di un posto.
La configurazione quindi diventerà :
#define MSCR_STAT_SIZE 12
#define MSCR_STAT_TYPE 0 // bool 0: pneumatic (false), stepper (vertical slit present) (true)
#define MSCR_STAT_POLAR1_PRESENT 1 // polarimeter 2 present (true)
#define MSCR_STAT_POLAR1_MODE 2 // polarimeter 1 continuos (false), discrete (true)
#define MSCR_STAT_POLAR2_PRESENT 3 // polarimeter 2 present (true)
#define MSCR_STAT_POLAR2_MODE 4 // polarimeter 2 continuos (false), discrete (true)
#define MSCR_STAT_HORSLIT_PRESENT 5 // horizontal slit present (true)
#define MSCR_STAT_VER_MOVE_ACK 6 // allowed to move vertical slit (true)
#define MSCR_STAT_HOR_MOVE_ACK 7 // allowed to move horizontal slit (true)
#define MSCR_STAT_LIGHT_ON 8 // light ON (true)
#define MSCR_STAT_SAFETY_SWITCH 9 // safety switch touched (true)
#define MSCR_STAT_PNEUM_MOVING 10 // vertical piston (pneumatic actuator) is moving (true)
#define MSCR_STAT_PNEUM_REACH_ERR 11 // vertical piston (pneumatic actuator) reach error (true)
This diff is collapsed.
Click to expand it.
etc/test.sh
0 → 100755
+
1
−
0
View file @
bb2d4182
bin/mscr srv-tango-srf-01:20000/dbd/diagnostics/mscr_dbd.01
This diff is collapsed.
Click to expand it.
src/mscr.ui
+
2161
−
1820
View file @
bb2d4182
This diff is collapsed.
Click to expand it.
Preview
0%
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