diff --git a/csaxs_bec/device_configs/user_template.yaml b/csaxs_bec/device_configs/user_template.yaml index 689b53a..b635b65 100644 --- a/csaxs_bec/device_configs/user_template.yaml +++ b/csaxs_bec/device_configs/user_template.yaml @@ -50,7 +50,7 @@ rotx: ############################################################ npx: - description: nPoint x axis on the big npoint controller + description: nPoint x axis on the big (3-axis) npoint controller deviceClass: csaxs_bec.devices.npoint.npoint.NPointAxis deviceConfig: axis_Id: A @@ -68,7 +68,7 @@ npx: deviceTags: - npoint npy: - description: nPoint y axis on the big npoint controller + description: nPoint y axis on the big (3-axis) npoint controller deviceClass: csaxs_bec.devices.npoint.npoint.NPointAxis deviceConfig: axis_Id: B @@ -84,4 +84,22 @@ npy: readoutPriority: baseline connectionTimeout: 20 deviceTags: + - npoint +np2x: + description: nPoint x axis on the small (2-axis) npoint controller + deviceClass: csaxs_bec.devices.npoint.npoint.NPointAxis + deviceConfig: + axis_Id: A + host: "nPoint219026.psi.ch" + limits: + - -25 + - 25 + port: 23 + sign: 1 + enabled: true + onFailure: buffer + readOnly: false + readoutPriority: baseline + connectionTimeout: 20 + deviceTags: - npoint \ No newline at end of file