Skip to content

Commit

Permalink
Merge pull request #21 from lsst-ts/tickets/DM-42420
Browse files Browse the repository at this point in the history
Add LinearStage v5
  • Loading branch information
couger01 authored May 28, 2024
2 parents c29d71a + c83be99 commit 44bef9f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions LinearStage/v5/_init.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Comment for tracking in git
42 changes: 42 additions & 0 deletions LinearStage/v5/_tucson.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Ticket used to update this file: DM-39402
# Ticket used to create this file: DM-27546
# Date created: 2020-11-13
# Description: Updated v1 version to v2 format. This is a serial port (USB) connection.

instances:
- sal_index: 1
stage_type: Igus
stage_config:
socket_port: 502
socket_address: igusxaxis.tu.lsst.org
feed_rate: 70
homing_speed: 20
homing_acceleration: 3
homing_timeout: 150
motion_speed: 20
motion_acceleration: 5
maximum_stroke: 3266
target_position_minimum: 5
target_position_maximum: 3500
- sal_index: 2
stage_type: Igus
stage_config:
socket_port: 502
socket_address: igusyaxis.tu.lsst.org
feed_rate: 150
homing_speed: 20
homing_acceleration: 3
homing_timeout: 150
motion_speed: 20
motion_acceleration: 5
maximum_stroke: 1500
target_position_minimum: 5
target_position_maximum: 1495
- sal_index: 3
stage_type: ZaberV2
stage_config:
daisy_chain_address: 1
hostname: "flatfieldprojectorctrl.tu.lsst.org"
port: 4001
target_position_minimum: 3 # don't go to zero as this is the limit switch and it will cause issues
target_position_maximum: 70

0 comments on commit 44bef9f

Please sign in to comment.