-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from lsst-ts/tickets/DM-42420
Add LinearStage v5
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Comment for tracking in git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |