Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
18dbe0f6
Commit
18dbe0f6
authored
Mar 27, 2016
by
Jeroen Vreeken
Browse files
Changes made on console
parent
39710d03
Changes
3
Show whitespace changes
Inline
Side-by-side
console/console/start_console.sh
View file @
18dbe0f6
...
...
@@ -25,8 +25,8 @@ screen -S console -X screen -t console_weather console_weather
screen
-S
console
-X
screen
-t
console_httpd console_httpd
screen
-S
console
-X
screen
-t
trace_az_pos ../../common/trace/trace2file localhost 10000 Azimuth_Position traces/Azimuth_Position.trace 15000 100000 5
screen
-S
console
-X
screen
-t
trace_az_pos ../../common/trace/trace2file localhost 10000 Elevation_Position traces/Elevation_Position.trace 15000 100000 5
screen
-S
console
-X
screen
-t
trace_az_pos ../../common/trace/trace2file localhost 10000 Azimuth_Position
/var/log/dt/
traces/Azimuth_Position.trace 15000 100000 5
screen
-S
console
-X
screen
-t
trace_az_pos ../../common/trace/trace2file localhost 10000 Elevation_Position
/var/log/dt/
traces/Elevation_Position.trace 15000 100000 5
screen
-S
console
-X
screen
-t
trace_az_pos ../../common/trace/trace2file localhost 10000 Azimuth_Speed traces/Azimuth_Speed.trace 15000 100000 5
screen
-S
console
-X
screen
-t
trace_az_pos ../../common/trace/trace2file localhost 10000 Elevation_Speed_Right traces/Elevation_Speed_Right.trace 15000 100000 5
screen
-S
console
-X
screen
-t
trace_az_pos ../../common/trace/trace2file localhost 10000 Elevation_Speed_Left traces/Elevation_Speed_Left.trace 15000 100000 5
screen
-S
console
-X
screen
-t
trace_az_pos ../../common/trace/trace2file localhost 10000 Elevation_Speed_Right
/var/log/dt/
traces/Elevation_Speed_Right.trace 15000 100000 5
screen
-S
console
-X
screen
-t
trace_az_pos ../../common/trace/trace2file localhost 10000 Elevation_Speed_Left
/var/log/dt/
traces/Elevation_Speed_Left.trace 15000 100000 5
console/htdocs/mech.html
View file @
18dbe0f6
...
...
@@ -437,7 +437,7 @@ var weather_url = "status.cgi";
var
azimuth_enable_command
=
new
controller_command
(
"
azimuth_servo_state
"
,
"
bool
"
);
var
azimuth_recover_command
=
new
controller_command
(
"
azimuth_recover
"
,
"
bool
"
);
var
elevation_enable_command
=
new
controller_command
(
"
elevation_servo_state
"
,
"
bool
"
);
var
elevation_recover_command
=
new
controller_command
(
"
elevation_
safety
"
,
"
bool
"
);
var
elevation_recover_command
=
new
controller_command
(
"
elevation_
recover
"
,
"
bool
"
);
var
button_azimuth_enable
=
new
dt_ui_button
(
"
button_azimuth_enable
"
);
...
...
console/js/dt_status.js
View file @
18dbe0f6
...
...
@@ -130,7 +130,7 @@ function dt_status(element_name) {
this
.
el_view
.
height_set
(
100
);
this
.
window
.
align_horizontal
([
this
.
val_az_safe
,
this
.
el_view
,
this
.
az_view
],
5
);
this
.
val_az_safe
,
this
.
button_az_enable
],
5
);
this
.
view_azimuth
=
new
azimuth_view
(
this
.
az_view
.
name
);
this
.
view_elevation
=
new
elevation_view
(
this
.
el_view
.
name
);
...
...
@@ -138,7 +138,7 @@ function dt_status(element_name) {
this
.
window
.
resize_equal
([
this
.
val_az_north
]);
this
.
window
.
align_horizontal
([
this
.
az_view
,
this
.
button_az_enable
,
this
.
val_az_north
],
5
);
this
.
button_az_enable
,
this
.
el_view
,
this
.
az_view
,
this
.
val_az_north
],
5
);
this
.
window
.
align_vertical
([
this
.
button_az_enable
,
this
.
button_el_enable
,
this
.
button_disable
],
5
);
...
...
Write
Preview
Supports
Markdown
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