Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
regression-suites
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
regression-suites
Commits
14c24db6
Commit
14c24db6
authored
Sep 17, 2018
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use default values in data model
parent
94d376c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
Demo_ABB/DataView.asn
Demo_ABB/DataView.asn
+5
-6
No files found.
Demo_ABB/DataView.asn
View file @
14c24db6
...
...
@@ -18,9 +18,9 @@ Floors ::= ENUMERATED {
-- Types used for the interfacing with the Simulink model
Lift-control ::= SEQUENCE {
direction UpDown,
motor OnOff,
brake OnOff,
direction UpDown
DEFAULT down
,
motor OnOff
DEFAULT on
,
brake OnOff
DEFAULT off
,
door OpenClose
}
...
...
@@ -44,10 +44,9 @@ Cabin-button ::= CHOICE {
}
Start-condition ::= CHOICE {
forever BOOLEAN,
nb-of-cycle INTEGER (
1..
255)
forever
BOOLEAN,
nb-of-cycle INTEGER (
50 ..
255)
}
END
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment