Newport XPS Unified Motion Controller User manual

Type
User manual
XPS Unified
Universal High-Performance
Motion Controller/Driver
V1.0
.x
Programmer’s
Manual
XPS Unified Programmer’s Manual
©2018 by Newport Corporation, Irvine, CA. All rights reserved.
Original instructions.
No part of this document may be reproduced or copied without the prior written
approval of Newport Corporation. This document is provided for information only, and
product specifications are subject to change without notice. Any change will be
reflected in future publishings.
EDH0373En1024 — 03/18 ii
XPS Unified Programmer’s Manual
Table of Contents
1.0 Note ................................................................................................................ 1
2.0 TCP/IP Communication............................................................................... 2
3.0 XPS .NET Software Drivers ........................................................................ 3
3.1 How to Install .NET Drivers for XPS Controller ............................................................... 3
3.1.1 Requirements ............................................................................................................. 3
3.1.1 Installing the 32 bit (x86) Windows Platform ........................................................... 4
3.1.2 Installing the 64 bit (x64) Windows Platform ........................................................... 4
3.2 Variables Equivalent for Programming Langages.............................................................. 5
3.3 How to Use XPS .NET Assembly from Visual Studio C#? ............................................... 6
3.3.1 Add Reference to Newport XPS .NET Assembly ..................................................... 6
3.3.2 C# Code Sources ....................................................................................................... 6
3.4 How to Use XPS .NET Assembly from LabVIEW? .......................................................... 7
3.4.1 Add Reference to .NET Assembly ............................................................................ 7
3.4.2 LabVIEW Code Sources ........................................................................................... 7
3.5 How to Use XPS .NET Assembly from IronPython? ........................................................ 8
3.5.1 Add Reference to .NET Assembly ............................................................................ 8
3.5.2 IronPython Code Source ............................................................................................ 8
3.6 How to Use XPS .NET Assembly from Matlab? ............................................................. 10
3.6.1 Add Reference to .NET Assembly .......................................................................... 10
3.6.2 Matlab Code Source ................................................................................................ 10
4.0 TCP/IP Support Functions ........................................................................ 11
4.1 OpenInstrument ................................................................................................................ 11
4.2 CloseInstrument ............................................................................................................... 12
4.3 SetTimeout ....................................................................................................................... 12
5.0 XPS Standard Firmware Architecture (Base Version) ........................... 13
5.1 Group Definition .............................................................................................................. 13
5.1.1 Object Structure ....................................................................................................... 13
5.2 Positioner Definition ........................................................................................................ 14
5.2.1 Object Structure ....................................................................................................... 14
5.2.2 Definition of the Positions Available for Each Positioner ....................................... 15
5.3 SingleAxis Group ............................................................................................................. 16
5.3.1 State Diagram .......................................................................................................... 17
5.4 Spindle Group .................................................................................................................. 18
iii EDH0373En1024 — 03/18
XPS Unified Programmer’s Manual
5.4.1
State Diagram .......................................................................................................... 19
5.5 XY Group ......................................................................................................................... 20
5.5.1 State Diagram .......................................................................................................... 21
5.6 XYZ Group ...................................................................................................................... 22
5.6.1 State Diagram .......................................................................................................... 23
5.7 MultipleAxes Group ......................................................................................................... 24
5.7.1 State Diagram .......................................................................................................... 25
5.8 Analog and Digital I/O ..................................................................................................... 26
5.8.1 GPIO Name List ...................................................................................................... 26
5.8.1.1 XPS-Q Hardware ..................................................................................... 26
5.8.1.2 XPS-RL or XPS-D Hardware .................................................................. 27
6.0 XPS Extended Firmware Architecture (Contact Newport) ................... 28
6.1 SingleAxisWithClamping Group ..................................................................................... 28
6.1.1 State Diagram .......................................................................................................... 29
6.1.2 Group Clamping Sequence ...................................................................................... 30
6.1.2.1 Clamping State Diagram .......................................................................... 30
6.2 SingleAxisTheta Group .................................................................................................... 31
6.2.1 State Diagram .......................................................................................................... 32
6.2.2 Group Clamping Sequence ...................................................................................... 33
6.2.2.1 Clamping State Diagram .......................................................................... 33
6.3 TZ Group.......................................................................................................................... 34
6.3.1 State Diagram .......................................................................................................... 35
6.4 User External Module Programming ............................................................................... 36
6.5 ZYGO Interferometer ....................................................................................................... 37
6.5.1 ZMI Measurement System ...................................................................................... 37
6.5.2 ZYGO P2 Interface Registers .................................................................................. 37
6.5.3 Status, Error, and High Nibble P2 Interface Register .............................................. 38
6.5.4 ZYGO Error Code Table ......................................................................................... 39
6.5.5 PEG Control Register .............................................................................................. 40
6.5.6 ZYGO Axis Error Status List .................................................................................. 40
6.5.7 ZYGO Axis Status List............................................................................................ 41
7.0 XPS Functions Description ........................................................................ 42
7.1 Input Tests Common to all XPS Functions ...................................................................... 42
7.2 XPS Functions Lists ......................................................................................................... 43
7.2.1 Standard Functions .................................................................................................. 43
7.2.1.1 CleanCoreDumpFolder ............................................................................ 43
7.2.1.2 CleanTmpFolder ...................................................................................... 44
7.2.1.3 CloseAllOtherSockets .............................................................................. 45
7.2.1.4 ControllerMotionKernelTimeLoadGet .................................................... 46
7.2.1.5 ControllerRTTimeGet .............................................................................. 47
7.2.1.6 ControllerSlaveStatusGet ......................................................................... 48
7.2.1.7 ControllerSlaveStatusStringGet ............................................................... 49
7.2.1.8 ControllerStatusGet .................................................................................. 50
EDH0373En1024 — 03/18 iv
XPS Unified Programmer’s Manual
7.2.1.9
ControllerStatusRead ............................................................................... 51
7.2.1.10 ControllerStatusStringGet ........................................................................ 52
7.2.1.11 ControllerSynchronizeCorrectorISR ........................................................ 53
7.2.1.12 DataCollectionBufferReset ...................................................................... 54
7.2.1.13 DataCollectionBufferAndTimeReset ....................................................... 55
7.2.1.14 DataCollectionRequest ............................................................................. 56
7.2.1.15 DataCollectionTimeStampGet ................................................................. 57
7.2.1.16 DataCollectionTimeStampReset .............................................................. 58
7.2.1.17 DoubleGlobalArrayGet ............................................................................ 59
7.2.1.18 DoubleGlobalArraySet ............................................................................. 60
7.2.1.19 ElapsedTimeGet ....................................................................................... 61
7.2.1.20 ErrorStringGet .......................................................................................... 62
7.2.1.21 EventActionSetAndStart .......................................................................... 63
7.2.1.22 EventExtendedAllGet .............................................................................. 65
7.2.1.23 EventExtendedConfigurationActionGet .................................................. 66
7.2.1.24 EventExtendedConfigurationActionSet ................................................... 67
7.2.1.25 EventExtendedConfigurationTriggerGet ................................................. 69
7.2.1.26 EventExtendedConfigurationTriggerSet .................................................. 70
7.2.1.27 EventExtendedGet.................................................................................... 72
7.2.1.28 EventExtendedRemove ............................................................................ 73
7.2.1.29 EventExtendedStart .................................................................................. 74
7.2.1.30 EventExtendedWait.................................................................................. 76
7.2.1.31 ExternalModuleFirmwareVersionGet ...................................................... 78
7.2.1.32 ExternalModuleScanFuncTimeDurationsGet .......................................... 79
7.2.1.33 ExternalModuleSocketFree ...................................................................... 80
7.2.1.34 ExternalModuleSocketReserve ................................................................ 81
7.2.1.35 FileGatheringRename .............................................................................. 82
7.2.1.36 FileScriptHistoryRename ......................................................................... 83
7.2.1.37 FirmwareBuildVersionNumberGet .......................................................... 84
7.2.1.38 FirmwareVersionGet ................................................................................ 85
7.2.1.39 GatheringConfigurationGet ...................................................................... 86
7.2.1.40 GatheringConfigurationSet ...................................................................... 87
7.2.1.41 GatheringCurrentNumberGet ................................................................... 88
7.2.1.42 GatheringDataAcquire ............................................................................. 89
7.2.1.43 GatheringDataGet .................................................................................... 90
7.2.1.44 GatheringDataMultipleLinesGet .............................................................. 91
7.2.1.45 GatheringExternalConfigurationGet ........................................................ 93
7.2.1.46 GatheringExternalConfigurationSet ......................................................... 94
7.2.1.47 GatheringExternalCurrentNumberGet ..................................................... 95
7.2.1.48 GatheringExternalDataGet ....................................................................... 96
7.2.1.49 GatheringExternalStopAndSave .............................................................. 97
7.2.1.50 GatheringReset ......................................................................................... 98
7.2.1.51 GatheringRun ........................................................................................... 99
7.2.1.52 GatheringRunAppend ............................................................................ 100
7.2.1.53 GatheringStop ........................................................................................ 101
7.2.1.54 GatheringStopAndSave .......................................................................... 102
7.2.1.55 GetLibraryVersion ................................................................................. 103
7.2.1.56 GlobalArrayGet ...................................................................................... 104
7.2.1.57 GlobalArraySet ...................................................................................... 105
7.2.1.58 GPIOAnalogGainGet ............................................................................. 106
7.2.1.59 GPIOAnalogGainSet .............................................................................. 107
v EDH0373En1024 — 03/18
XPS Unified Programmer’s Manual
7.2.1.60
GPIOAnalogGet ..................................................................................... 108
7.2.1.61 GPIOAnalogRangeConfigurationGet .................................................... 109
7.2.1.62 GPIOAnalogRangeConfigurationSet ..................................................... 110
7.2.1.63 GPIOAnalogSet ..................................................................................... 111
7.2.1.64 GPIODigitalGet ..................................................................................... 112
7.2.1.65 GPIODigitalSet ...................................................................................... 113
7.2.1.66 GPIODigitalPulseWidthGet ................................................................... 114
7.2.1.67 GPIODigitalPulseWidthSet .................................................................... 115
7.2.1.68 GroupAccelerationCurrentGet ............................................................... 116
7.2.1.69 GroupAccelerationSetpointGet .............................................................. 117
7.2.1.70 GroupAnalogTrackingModeDisable ...................................................... 118
7.2.1.71 GroupAnalogTrackingModeEnable ....................................................... 119
7.2.1.72 GroupBrakeStateGet .............................................................................. 121
7.2.1.73 GroupBrakeSet ....................................................................................... 122
7.2.1.74 GroupCorrectorOutputGet ..................................................................... 123
7.2.1.75 GroupCurrentFollowingErrorGet ........................................................... 124
7.2.1.76 GroupGantryModeGet ........................................................................... 125
7.2.1.77 GroupGantryModeSet ............................................................................ 126
7.2.1.78 GroupHomeSearch ................................................................................. 127
7.2.1.79 GroupHomeSearchAndRelativeMove.................................................... 129
7.2.1.80 GroupInitialize ....................................................................................... 131
7.2.1.81 GroupInitializeNoEncoderReset ............................................................ 133
7.2.1.82 GroupInitializeWithEncoderCalibration ................................................ 135
7.2.1.83 GroupInterlockDisable ........................................................................... 137
7.2.1.84 GroupInterlockEnable ............................................................................ 138
7.2.1.85 GroupJogCurrentGet .............................................................................. 139
7.2.1.86 GroupJogModeDisable .......................................................................... 141
7.2.1.87 GroupJogModeEnable............................................................................ 142
7.2.1.88 GroupJogParametersGet ........................................................................ 144
7.2.1.89 GroupJogParametersSet ......................................................................... 146
7.2.1.90 GroupKill ............................................................................................... 148
7.2.1.91 GroupMotionDisable.............................................................................. 149
7.2.1.92 GroupMotionEnable ............................................................................... 150
7.2.1.93 GroupMotionStatusGet .......................................................................... 151
7.2.1.94 GroupMoveAbort ................................................................................... 152
7.2.1.95 GroupMoveAbortFast ............................................................................ 154
7.2.1.96 GroupMoveAbsolute .............................................................................. 156
7.2.1.97 GroupMoveEndWait .............................................................................. 158
7.2.1.98 GroupMoveRelative ............................................................................... 159
7.2.1.99 GroupPositionCurrentGet ...................................................................... 161
7.2.1.100 GroupPositionSetpointGet ..................................................................... 162
7.2.1.101 GroupPositionTargetGet ........................................................................ 163
7.2.1.102 GroupReferencingActionExecute .......................................................... 164
7.2.1.103 GroupReferencingStart .......................................................................... 166
7.2.1.104 GroupReferencingStop ........................................................................... 167
7.2.1.105 GroupSpinCurrentGet ............................................................................ 168
7.2.1.106 GroupSpinModeStop.............................................................................. 169
7.2.1.107 GroupSpinParametersGet ....................................................................... 170
7.2.1.108 GroupSpinParametersSet ....................................................................... 171
7.2.1.109 GroupStatusGet ...................................................................................... 173
7.2.1.110 GroupStatusStringGet ............................................................................ 174
EDH0373En1024 — 03/18 vi
XPS Unified Programmer’s Manual
7.2.1.111
GroupVelocityCurrentGet ...................................................................... 175
7.2.1.112 GroupVelocitySetpointGet ..................................................................... 176
7.2.1.113 HardwareDateAndTimeGet ................................................................... 177
7.2.1.114 HardwareDateAndTimeSet .................................................................... 178
7.2.1.115 HardwareDriverAndStageGet ................................................................ 179
7.2.1.116 InstallerVersionGet ................................................................................ 180
7.2.1.117 INTServitudesCommandGet .................................................................. 181
7.2.1.118 INTServitudesStatusGet ......................................................................... 182
7.2.1.119 KillAll .................................................................................................... 183
7.2.1.120 Login ...................................................................................................... 184
7.2.1.121 LoginS .................................................................................................... 185
7.2.1.122 MultipleAxesPTExecution ..................................................................... 186
7.2.1.123 MultipleAxesPTLoadToMemory ........................................................... 188
7.2.1.124 MultipleAxesPTParametersGet .............................................................. 190
7.2.1.125 MultipleAxesPTPulseOutputGet ............................................................ 191
7.2.1.126 MultipleAxesPTPulseOutputSet ............................................................ 193
7.2.1.127 MultipleAxesPTResetInMemory ........................................................... 195
7.2.1.128 MultipleAxesPTVerification .................................................................. 196
7.2.1.129 MultipleAxesPTVerificationResultGet .................................................. 198
7.2.1.130 MultipleAxesPVTExecution .................................................................. 199
7.2.1.131 MultipleAxesPVTLoadToMemory ........................................................ 201
7.2.1.132 MultipleAxesPVTParametersGet ........................................................... 203
7.2.1.133 MultipleAxesPVTPulseOutputGet ......................................................... 204
7.2.1.134 MultipleAxesPVTPulseOutputSet ......................................................... 206
7.2.1.135 MultipleAxesPVTResetInMemory ........................................................ 208
7.2.1.136 MultipleAxesPVTVerification ............................................................... 209
7.2.1.137 MultipleAxesPVTVerificationResultGet ............................................... 211
7.2.1.138 OpenConnection ..................................................................................... 212
7.2.1.139 PositionerAccelerationAutoScaling ....................................................... 213
7.2.1.140 PositionerAnalogTrackingPositionParametersGet ................................. 215
7.2.1.141 PositionerAnalogTrackingPositionParametersSet .................................. 216
7.2.1.142 PositionerAnalogTrackingVelocityParametersGet ................................ 218
7.2.1.143 PositionerAnalogTrackingVelocityParametersSet ................................. 220
7.2.1.144 PositionerBacklashDisable ..................................................................... 222
7.2.1.145 PositionerBacklashEnable ...................................................................... 223
7.2.1.146 PositionerBacklashGet ........................................................................... 225
7.2.1.147 PositionerBacklashSet ............................................................................ 226
7.2.1.148 PositionerCompensatedFastPCOAbort .................................................. 227
7.2.1.149 PositionerCompensatedFastPCOCurrentStatusGet ................................ 228
7.2.1.150 PositionerCompensatedFastPCOEnable ................................................ 229
7.2.1.151 PositionerCompensatedFastPCOFromFile ............................................. 230
7.2.1.152 PositionerCompensatedFastPCOLoadToMemory ................................. 232
7.2.1.153 PositionerCompensatedFastPCOMemoryReset ..................................... 233
7.2.1.154 PositionerCompensatedFastPCOPrepare ............................................... 234
7.2.1.155 PositionerCompensatedFastPCOPulseParametersGet ........................... 236
7.2.1.156 PositionerCompensatedFastPCOPulseParametersSet ............................ 237
7.2.1.157 PositionerCompensatedFastPCOSet ...................................................... 238
7.2.1.158 PositionerCompensatedPCOAbort ......................................................... 240
7.2.1.159 PositionerCompensatedPCOCurrentStatusGet....................................... 242
7.2.1.160 PositionerCompensatedPCOEnable ....................................................... 243
7.2.1.161 PositionerCompensatedPCOFromFile ................................................... 245
vii EDH0373En1024 — 03/18
XPS Unified Programmer’s Manual
7.2.1.162
PositionerCompensatedPCOLoadToMemory ........................................ 247
7.2.1.163 PositionerCompensatedPCOMemoryReset ............................................ 249
7.2.1.164 PositionerCompensatedPCOPrepare ...................................................... 250
7.2.1.165 PositionerCompensatedPCOSet ............................................................. 252
7.2.1.166 PositionerCompensationDisturbanceDisable ......................................... 254
7.2.1.167 PositionerCompensationDisturbanceEnable .......................................... 255
7.2.1.168 PositionerCompensationDisturbanceFileLoad ....................................... 256
7.2.1.169 PositionerCompensationDisturbanceStatusGet ...................................... 257
7.2.1.170 PositionerCompensationDualLoopNotchFilterGet ................................ 258
7.2.1.171 PositionerCompensationDualLoopNotchFilterSet ................................. 260
7.2.1.172 PositionerCompensationDualLoopPhaseCorrectionFilterGet ................ 262
7.2.1.173 PositionerCompensationDualLoopPhaseCorrectionFilterSet ................ 264
7.2.1.174 PositionerCompensationEncoderNotchFilterGet ................................... 266
7.2.1.175 PositionerCompensationEncoderNotchFilterSet .................................... 268
7.2.1.176 PositionerCompensationFrequencyNotchsGet ....................................... 270
7.2.1.177 PositionerCompensationFrequencyNotchsSet ....................................... 272
7.2.1.178 PositionerCompensationLowPassTwoFilterGet .................................... 274
7.2.1.179 PositionerCompensationLowPassTwoFilterSet ..................................... 275
7.2.1.180 PositionerCompensationNotchFilterGet ................................................ 276
7.2.1.181 PositionerCompensationNotchFilterSet ................................................. 277
7.2.1.182 PositionerCompensationNotchModeFiltersGet ...................................... 279
7.2.1.183 PositionerCompensationNotchModeFiltersSet ...................................... 281
7.2.1.184 PositionerCompensationPhaseCorrectionFilterGet ................................ 283
7.2.1.185 PositionerCompensationPhaseCorrectionFilterSet ................................. 285
7.2.1.186 PositionerCompensationPhaseCorrectionFiltersGet .............................. 287
7.2.1.187 PositionerCompensationPhaseCorrectionFiltersSet ............................... 289
7.2.1.188 PositionerCompensationPositionFilterGet ............................................. 291
7.2.1.189 PositionerCompensationPositionFilterSet .............................................. 292
7.2.1.190 PositionerCompensationPostExcitationFrequencyNotchFilterGet......... 293
7.2.1.191 PositionerCompensationPostExcitationFrequencyNotchFilterSet ......... 294
7.2.1.192 PositionerCompensationPostExcitationLowPassFilterGet ..................... 296
7.2.1.193 PositionerCompensationPostExcitationLowPassFilterSet ..................... 297
7.2.1.194 PositionerCompensationPostExcitationNotchModeFilterGet ................ 298
7.2.1.195 PositionerCompensationPostExcitationNotchModeFilterSet ................. 300
7.2.1.196 PositionerCompensationPostExcitationPhaseCorrectionFilterGet ......... 302
7.2.1.197 PositionerCompensationPostExcitationPhaseCorrectionFilterSet ......... 304
7.2.1.198 PositionerCompensationPreFeedForwardFrequencyNotchFilterGet ..... 306
7.2.1.199 PositionerCompensationPreFeedForwardFrequencyNotchFilterSet ...... 307
7.2.1.200 PositionerCompensationPreFeedForwardPhaseCorrectionFilterGet ..... 309
7.2.1.201 PositionerCompensationPreFeedForwardPhaseCorrectionFilterSet ...... 311
7.2.1.202 PositionerCompensationPreFeedForwardSpatialNotchFilterGet ........... 313
7.2.1.203 PositionerCompensationPreFeedForwardSpatialNotchFilterSet ............ 314
7.2.1.204 PositionerCompensationSpatialPeriodicNotchsGet ............................... 316
7.2.1.205 PositionerCompensationSpatialPeriodicNotchsSet ................................ 318
7.2.1.206 PositionerCorrectorAutoTuning ............................................................. 320
7.2.1.207 PositionerCorrectorDamperFilterGet ..................................................... 322
7.2.1.208 PositionerCorrectorDamperFilterSet ...................................................... 323
7.2.1.209 PositionerCorrectorDualGet ................................................................... 325
7.2.1.210 PositionerCorrectorDualSet ................................................................... 327
7.2.1.211 PositionerCorrectorExcitationSignalGainGet ........................................ 329
7.2.1.212 PositionerCorrectorExcitationSignalGainSet ......................................... 330
EDH0373En1024 — 03/18 viii
XPS Unified Programmer’s Manual
7.2.1.213
PositionerCorrectorNotchFiltersGet ....................................................... 331
7.2.1.214 PositionerCorrectorNotchFiltersSet ....................................................... 333
7.2.1.215 PositionerCorrectorPIDAccelerationFilterGet ....................................... 335
7.2.1.216 PositionerCorrectorPIDAccelerationFilterSet ........................................ 336
7.2.1.217 PositionerCorrectorPIDBaseGet ............................................................ 337
7.2.1.218 PositionerCorrectorPIDBaseSet ............................................................. 339
7.2.1.219 PositionerCorrectorPIDDualFFVoltageGet ........................................... 341
7.2.1.220 PositionerCorrectorPIDDualFFVoltageSet ............................................ 343
7.2.1.221 PositionerCorrectorPIDFFAccelerationGet ........................................... 346
7.2.1.222 PositionerCorrectorPIDFFAccelerationSet ............................................ 348
7.2.1.223 PositionerCorrectorPIDFFVelocityGet .................................................. 350
7.2.1.224 PositionerCorrectorPIDFFVelocitySet ................................................... 352
7.2.1.225 PositionerCorrectorPIPositionGet .......................................................... 354
7.2.1.226 PositionerCorrectorPIPositionSet ........................................................... 355
7.2.1.227 PositionerCorrectorPlantFeedForwardDelayGet .................................... 357
7.2.1.228 PositionerCorrectorPlantFeedForwardDelaySet .................................... 358
7.2.1.229 PositionerCorrectorPostFFGet ............................................................... 359
7.2.1.230 PositionerCorrectorPostFFSet ................................................................ 360
7.2.1.231 PositionerCorrectorTypeGet .................................................................. 361
7.2.1.232 PositionerCurrentVelocityAccelerationFiltersGet ................................. 362
7.2.1.233 PositionerCurrentVelocityAccelerationFiltersSet .................................. 363
7.2.1.234 PositionerDriverFiltersGet ..................................................................... 365
7.2.1.235 PositionerDriverFiltersSet ...................................................................... 366
7.2.1.236 PositionerDriverPositionOffsetsGet ....................................................... 368
7.2.1.237 PositionerDriverStatusGet ...................................................................... 369
7.2.1.238 PositionerDriverStatusStringGet ............................................................ 370
7.2.1.239 PositionerEncoderAmplitudeValuesGet ................................................ 371
7.2.1.240 PositionerEncoderCalibrationParametersGet ......................................... 372
7.2.1.241 PositionersEncoderIndexDifferenceGet ................................................. 374
7.2.1.242 PositionerErrorGet ................................................................................. 375
7.2.1.243 PositionerErrorRead ............................................................................... 376
7.2.1.244 PositionerErrorStringGet ........................................................................ 377
7.2.1.245 PositionerExcitationSignalGet ............................................................... 378
7.2.1.246 PositionerExcitationSignalSet ................................................................ 379
7.2.1.247 PositionerExcitationSignalCorrectorOutSet ........................................... 382
7.2.1.248 PositionerFeedforwardAccDisable ......................................................... 385
7.2.1.249 PositionerFeedforwardAccEnable .......................................................... 386
7.2.1.250 PositionerFeedforwardAccGet ............................................................... 387
7.2.1.251 PositionerFeedforwardAccSet ................................................................ 388
7.2.1.252 PositionerFeedforwardPositionDisable .................................................. 390
7.2.1.253 PositionerFeedforwardPositionEnable ................................................... 391
7.2.1.254 PositionerFeedforwardPositionGet ........................................................ 392
7.2.1.255 PositionerFeedforwardPositionSet ......................................................... 393
7.2.1.256 PositionerGantryEndReferencingPositionGet ........................................ 394
7.2.1.257 PositionerHardInterpolatorFactorGet ..................................................... 395
7.2.1.258 PositionerHardInterpolatorFactorSet...................................................... 396
7.2.1.259 PositionerHardInterpolatorPositionGet .................................................. 398
7.2.1.260 PositionerHardwareStatusGet ................................................................ 399
7.2.1.261 PositionerHardwareStatusStringGet ....................................................... 400
7.2.1.262 PositionerJogMaximumVelocityAndAccelerationGet ........................... 401
7.2.1.263 PositionerMagneticTrackPositionAtHomeGet ....................................... 402
ix EDH0373En1024 — 03/18
XPS Unified Programmer’s Manual
7.2.1.264
PositionerMaximumVelocityAndAccelerationGet ................................ 403
7.2.1.265 PositionerMotionDoneGet ..................................................................... 404
7.2.1.266 PositionerMotionDoneSet ...................................................................... 405
7.2.1.267 PositionerMotorDualSinForceBalanceGet ............................................. 406
7.2.1.268 PositionerMotorDualSinForceBalanceSet .............................................. 407
7.2.1.269 PositionerPositionCompareAquadBAlwaysEnable ............................... 408
7.2.1.270 PositionerPositionCompareAquadBPrescalerGet .................................. 409
7.2.1.271 PositionerPositionCompareAquadBPrescalerSet ................................... 410
7.2.1.272 PositionerPositionCompareAquadBWindowedGet ............................... 411
7.2.1.273 PositionerPositionCompareAquadBWindowedSet ................................ 412
7.2.1.274 PositionerPositionCompareDisable ........................................................ 414
7.2.1.275 PositionerPositionCompareEnable ......................................................... 415
7.2.1.276 PositionerPositionCompareGet .............................................................. 416
7.2.1.277 PositionerPositionComparePulseParametersGet .................................... 417
7.2.1.278 PositionerPositionComparePulseParametersSet..................................... 418
7.2.1.279 PositionerPositionCompareScanAccelerationLimitGet ......................... 420
7.2.1.280 PositionerPositionCompareScanAccelerationLimitSet .......................... 421
7.2.1.281 PositionerPositionCompareSet ............................................................... 422
7.2.1.282 PositionerPreCorrectorExcitationSignalGet ........................................... 424
7.2.1.283 PositionerPreCorrectorExcitationSignalSet ........................................... 425
7.2.1.284 PositionerRawEncoderPositionGet ........................................................ 427
7.2.1.285 PositionerSGammaExactVelocityAjustedDisplacementGet .................. 428
7.2.1.286 PositionerSGammaParametersGet ......................................................... 429
7.2.1.287 PositionerSGammaParametersSet .......................................................... 430
7.2.1.288 PositionerSGammaPreviousMotionTimesGet ....................................... 432
7.2.1.289 PositionerSGammaVelocityAndAccelerationSet ................................... 433
7.2.1.290 PositionerStageParameterGet ................................................................. 434
7.2.1.291 PositionerStageParameterSet ................................................................. 435
7.2.1.292 PositionerTimeFlasherDisable ............................................................... 436
7.2.1.293 PositionerTimeFlasherEnable ................................................................ 437
7.2.1.294 PositionerTimeFlasherGet ...................................................................... 438
7.2.1.295 PositionerTimeFlasherSet ...................................................................... 439
7.2.1.296 PositionerUserTravelLimitsGet ............................................................. 441
7.2.1.297 PositionerUserTravelLimitsSet .............................................................. 442
7.2.1.298 PositionerWarningFollowingErrorGet ................................................... 443
7.2.1.299 PositionerWarningFollowingErrorSet .................................................... 444
7.2.1.300 Reboot .................................................................................................... 445
7.2.1.301 RestartApplication ................................................................................. 446
7.2.1.302 SingleAxisSlaveModeDisable ................................................................ 447
7.2.1.303 SingleAxisSlaveModeEnable ................................................................. 448
7.2.1.304 SingleAxisSlaveParametersGet .............................................................. 449
7.2.1.305 SingleAxisSlaveParametersSet .............................................................. 450
7.2.1.306 SingleAxisThetaClampDisable .............................................................. 452
7.2.1.307 SingleAxisThetaClampEnable ............................................................... 453
7.2.1.308 SingleAxisThetaFeedforwardJerkParametersGet ................................... 454
7.2.1.309 SingleAxisThetaFeedforwardJerkParametersSet ................................... 455
7.2.1.310 SingleAxisThetaFeedforwardParametersGet ......................................... 456
7.2.1.311 SingleAxisThetaFeedforwardParametersSet .......................................... 457
7.2.1.312 SingleAxisThetaSlaveModeDisable ....................................................... 458
7.2.1.313 SingleAxisThetaSlaveModeEnable ........................................................ 459
7.2.1.314 SingleAxisThetaSlaveParametersGet ..................................................... 460
EDH0373En1024 — 03/18 x
XPS Unified Programmer’s Manual
7.2.1.315
SingleAxisThetaSlaveParametersSet ..................................................... 461
7.2.1.316 SpindleSlaveModeDisable ..................................................................... 463
7.2.1.317 SpindleSlaveModeEnable ...................................................................... 464
7.2.1.318 SpindleSlaveParametersGet ................................................................... 465
7.2.1.319 SpindleSlaveParametersSet .................................................................... 466
7.2.1.320 TCLScriptExecute .................................................................................. 468
7.2.1.321 TCLScriptExecuteAndWait ................................................................... 469
7.2.1.322 TCLScriptExecuteWithPriority .............................................................. 471
7.2.1.323 TCLScriptKill ........................................................................................ 473
7.2.1.324 TCLScriptKillAll ................................................................................... 474
7.2.1.325 TCLScriptRunningListGet ..................................................................... 475
7.2.1.326 TCP_CloseSocket .................................................................................. 476
7.2.1.327 TCP_ConnectToServer .......................................................................... 477
7.2.1.328 TCP_GetError ........................................................................................ 478
7.2.1.329 TCP_SetTimeout .................................................................................... 479
7.2.1.330 TimerGet ................................................................................................ 480
7.2.1.331 TimerSet ................................................................................................. 481
7.2.1.332 TZEncoderCouplingMatrixGet .............................................................. 482
7.2.1.333 TZEncoderCouplingMatrixSet ............................................................... 484
7.2.1.334 TZEncoderCouplingModeGet ................................................................ 486
7.2.1.335 TZEncoderCouplingModeSet ................................................................ 487
7.2.1.336 TZFocusModeDisable ............................................................................ 488
7.2.1.337 TZFocusModeEnable ............................................................................. 489
7.2.1.338 TZMappingModeGet ............................................................................. 490
7.2.1.339 TZMappingModeSet .............................................................................. 491
7.2.1.340 TZMotorDecouplingMatrixGet .............................................................. 492
7.2.1.341 TZMotorDecouplingMatrixSet .............................................................. 494
7.2.1.342 TZMotorDecouplingModeGet ............................................................... 496
7.2.1.343 TZMotorDecouplingModeSet ................................................................ 497
7.2.1.344 TZPTExecution ...................................................................................... 498
7.2.1.345 TZPTLoadToMemory ............................................................................ 500
7.2.1.346 TZPTParametersGet ............................................................................... 502
7.2.1.347 TZPTPulseOutputGet ............................................................................. 503
7.2.1.348 TZPTPulseOutputSet ............................................................................. 505
7.2.1.349 TZPTResetInMemory ............................................................................ 507
7.2.1.350 TZPTVerification ................................................................................... 508
7.2.1.351 TZPTVerificationResultGet ................................................................... 510
7.2.1.352 TZPVTExecution ................................................................................... 512
7.2.1.353 TZPVTLoadToMemory ......................................................................... 514
7.2.1.354 TZPVTParametersGet ............................................................................ 516
7.2.1.355 TZPVTPulseOutputGet .......................................................................... 517
7.2.1.356 TZPVTPulseOutputSet .......................................................................... 519
7.2.1.357 TZPVTResetInMemory ......................................................................... 521
7.2.1.358 TZPVTVerification ................................................................................ 522
7.2.1.359 TZPVTVerificationResultGet ................................................................ 524
7.2.1.360 TZTrackingCutOffFrequencyGet ........................................................... 526
7.2.1.361 TZTrackingCutOffFrequencySet ........................................................... 527
7.2.1.362 TZTrackingUserMaximumZZZTargetDifferenceGet ............................ 528
7.2.1.363 TZTrackingUserMaximumZZZTargetDifferenceSet ............................. 529
7.2.1.364 XYCrossTalkCompensationMotorDecouplingGet ................................ 530
7.2.1.365 XYCrossTalkCompensationMotorDecouplingSet ................................. 531
xi EDH0373En1024 — 03/18
XPS Unified Programmer’s Manual
7.2.1.366
XYGroupPositionCorrectedProfilerGet ................................................. 532
7.2.1.367 XYGroupPositionPCORawEncoderGet ................................................. 534
7.2.1.368 XYLineArcExecution ............................................................................ 535
7.2.1.369 XYLineArcParametersGet ..................................................................... 537
7.2.1.370 XYLineArcPulseOutputGet ................................................................... 538
7.2.1.371 XYLineArcPulseOutputSet .................................................................... 540
7.2.1.372 XYLineArcVerification ......................................................................... 542
7.2.1.373 XYLineArcVerificationResultGet ......................................................... 544
7.2.1.374 XYMappingGet ...................................................................................... 545
7.2.1.375 XYMappingSet ...................................................................................... 547
7.2.1.376 XYPTExecution ..................................................................................... 549
7.2.1.377 XYPTLoadToMemory ........................................................................... 551
7.2.1.378 XYPTParametersGet .............................................................................. 553
7.2.1.379 XYPTPulseOutputGet ............................................................................ 554
7.2.1.380 XYPTPulseOutputSet ............................................................................ 556
7.2.1.381 XYPTResetInMemory ........................................................................... 558
7.2.1.382 XYPTVerification .................................................................................. 559
7.2.1.383 XYPTVerificationResultGet .................................................................. 561
7.2.1.384 XYPVTExecution .................................................................................. 563
7.2.1.385 XYPVTLoadToMemory ........................................................................ 565
7.2.1.386 XYPVTParametersGet ........................................................................... 567
7.2.1.387 XYPVTPulseOutputGet ......................................................................... 568
7.2.1.388 XYPVTPulseOutputSet .......................................................................... 570
7.2.1.389 XYPVTResetInMemory ........................................................................ 572
7.2.1.390 XYPVTVerification ............................................................................... 573
7.2.1.391 XYPVTVerificationResultGet ............................................................... 575
7.2.1.392 XYZGroupPositionCorrectedProfilerGet ............................................... 577
7.2.1.393 XYZGroupPositionPCORawEncoderGet .............................................. 579
7.2.1.394 XYZSplineExecution ............................................................................. 581
7.2.1.395 XYZSplineParametersGet ...................................................................... 583
7.2.1.396 XYZSplinePulseOutputGet .................................................................... 584
7.2.1.397 XYZSplinePulseOutputSet .................................................................... 586
7.2.1.398 XYZSplineVerification .......................................................................... 588
7.2.1.399 XYZSplineVerificationResultGet .......................................................... 590
7.2.2 Extended Functions ............................................................................................... 591
7.2.2.1 AbortMove ............................................................................................. 591
7.2.2.2 EndJog .................................................................................................... 592
7.2.2.3 GetAccParams ........................................................................................ 593
7.2.2.4 GetBrakeState ........................................................................................ 594
7.2.2.5 GetCurrentPosition ................................................................................. 595
7.2.2.6 GetGantryMode ..................................................................................... 596
7.2.2.7 GetJogAcceleration ................................................................................ 597
7.2.2.8 GetJogVelocity ....................................................................................... 598
7.2.2.9 GetPistonState ........................................................................................ 599
7.2.2.10 GetVarX ................................................................................................. 601
7.2.2.11 GetVarXSecondary ................................................................................ 602
7.2.2.12 GetVarY ................................................................................................. 603
7.2.2.13 GetVelParams ........................................................................................ 604
7.2.2.14 GetVerCommand ................................................................................... 605
7.2.2.15 GetXVelParams ..................................................................................... 606
7.2.2.16 GetYVelParams ..................................................................................... 607
EDH0373En1024 — 03/18 xii
XPS Unified Programmer’s Manual
7.2.2.17
GetZone .................................................................................................. 608
7.2.2.18 InitializeAndHomeX .............................................................................. 609
7.2.2.19 InitializeAndHomeXY ........................................................................... 611
7.2.2.20 InitializeAndHomeY .............................................................................. 613
7.2.2.21 MoveAbsolute ........................................................................................ 615
7.2.2.22 MoveSlice .............................................................................................. 617
7.2.2.23 RequestType1 ......................................................................................... 619
7.2.2.24 RequestType2 ......................................................................................... 621
7.2.2.25 RequestType3 ......................................................................................... 622
7.2.2.26 SetAccParams ........................................................................................ 623
7.2.2.27 SetBrake ................................................................................................. 624
7.2.2.28 SetGantryMode ...................................................................................... 625
7.2.2.29 SetJogAcceleration ................................................................................. 627
7.2.2.30 SetJogVelocity ....................................................................................... 629
7.2.2.31 SetPiston ................................................................................................ 631
7.2.2.32 SetVarX .................................................................................................. 632
7.2.2.33 SetVarXSecondary ................................................................................. 633
7.2.2.34 SetVarY .................................................................................................. 634
7.2.2.35 SetVelParams ......................................................................................... 635
7.2.2.36 SetXVelParams ...................................................................................... 636
7.2.2.37 SetYVelParams ...................................................................................... 637
7.2.2.38 SetZone .................................................................................................. 638
7.2.2.39 StartJog .................................................................................................. 639
7.2.2.40 WaitMotionEnd ...................................................................................... 640
7.2.2.41 ZygoADCDiagnosticStatusGet .............................................................. 641
7.2.2.42 ZygoAmplitudeGet ................................................................................ 642
7.2.2.43 ZygoConnectToServer ........................................................................... 643
7.2.2.44 ZygoDisconnectFromServer .................................................................. 644
7.2.2.45 ZygoErrorStatusGet ............................................................................... 645
7.2.2.46 ZygoErrorStatusStringGet ...................................................................... 646
7.2.2.47 ZygoEthernetCommunicationStatusGet ................................................. 647
7.2.2.48 ZygoGetPEGLastCommunicationTime ................................................. 648
7.2.2.49 ZygoGetVerInterfero.............................................................................. 649
7.2.2.50 ZygoInterferometerStatusGet ................................................................. 650
7.2.2.51 ZygoPositionGet .................................................................................... 651
7.2.2.52 ZygoReadLong ....................................................................................... 652
7.2.2.53 ZygoReadWord ...................................................................................... 653
7.2.2.54 ZygoRegisterGet .................................................................................... 654
7.2.2.55 ZygoRegisterSet ..................................................................................... 655
7.2.2.56 ZygoReset .............................................................................................. 656
7.2.2.57 ZygoResetX ........................................................................................... 657
7.2.2.58 ZygoResetY ........................................................................................... 658
7.2.2.59 ZygoSendAndReceive ............................................................................ 660
7.2.2.60 ZygoSetOffsetX ..................................................................................... 661
7.2.2.61 ZygoSetOffsetY ..................................................................................... 662
7.2.2.62 ZygoSetPEGParams ............................................................................... 663
7.2.2.63 ZygoStartBoardP2 .................................................................................. 665
7.2.2.64 ZygoStartInterferometer ......................................................................... 667
7.2.2.65 ZygoStatusGet ........................................................................................ 668
7.2.2.66 ZygoStatusStringGet .............................................................................. 669
7.2.2.67 ZygoWriteLong ...................................................................................... 670
xiii EDH0373En1024 — 03/18
XPS Unified Programmer’s Manual
7.2.2.68
ZygoWriteWord ..................................................................................... 671
8.0 Lists and Tables for XPS Functions ........................................................ 672
8.1 Event Triggers List ......................................................................................................... 672
8.2 Actions List .................................................................................................................... 674
8.3 Gathering Data Types .................................................................................................... 675
8.4 External Gathering Data Types ...................................................................................... 677
8.5 Positioner Error List ....................................................................................................... 678
8.6 Positioner Hardware Status List ..................................................................................... 679
8.7 Positioner Driver Status List .......................................................................................... 681
8.8 Group Status List............................................................................................................ 682
8.9 Error List ........................................................................................................................ 685
8.10 Controller Status List .................................................................................................... 689
9.0 Process Examples ...................................................................................... 690
9.1 Management of Errors Example..................................................................................... 690
9.2 Firmware Version Example ........................................................................................... 691
9.3 Gathering with Motion Example .................................................................................... 692
9.4 External Gathering Example .......................................................................................... 694
9.5 Position Output Compare Example ................................................................................ 696
9.6 Slave-Master Mode Example ......................................................................................... 698
9.7 Jogging Example ............................................................................................................ 700
9.8 Tracking Example .......................................................................................................... 702
9.9 Backlash ......................................................................................................................... 703
9.10 Timer Event and Global Variables ............................................................................... 705
9.11 Running Several Motion Processes Simultaneously ..................................................... 707
Service Form ...................................................................................................... 709
EDH0373En1024 — 03/18 xiv
XPS Unified Programmer’s Manual
1.0 Note
This XPS Programmer's Manual describes all the functions available for the XPS family
of controllers.
NOTE
Not all below described functions are available for XPS standard controller. If you
are interested in a function that is described but not available for your controller,
please contact Newport.
NOTE
For more details on XPS features, please refer to XPS User’s Manual.
Universal
High-Performance
Motion Controller/Driver
XPS
1 EDH0373En1024 — 03/18
XPS Unified Programmer’s Manual
2.0 TCP/IP Communication
XPS is based on a 10/100/1000 Base-T Ethernet communication link with TCP/IP
protocol and uses a web site as the Graphical User Interface (GUI) to access all the
software tools and an FTP server for file transfer. This makes the XPS controller
independent of the user's operating system. When networked, Unix, Linux or Windows
users can access the same controller from any place in the world for remote control,
code development, file transfer or diagnostics. The completely object oriented approach
of the XPS firmware with powerful, multi-parameter Functions (commands) is also
much more consistent and intuitive to use than old-style mnemonic commands.
To connect to the XPS controller you must open a socketThe XPS allows up to 100
open sockets with 30 sockets communicating simultaneously.
Each Function returns a complete or error code. If successful, the return is 0 (zero). In
case of an error, the returned error code can be used for diagnosing the.
The function call is blocked until a reply is sent by the XPS, or until the timeout value is
reached. Running several processes in parallel (for instance getting the position while a
stage is moving), several sockets can be used in parallel. When using the XPS controller
with programming languages that do not support multiple sockets, the timeout value of
the function can be set to a low value (20 ms), in that case you cannot capture errors.
NOTE
When a communication ends with a time out fault, it could be caused by some
hardware failure or the timeout value is lower than the time needed by the
controller to execute the requested function.
For example, setting a timeout of one second and requesting a motion that requires
2 seconds will end with a timeout. In this situation the controller will continue the
move and when accomplished will send the response back to the host.
It is the host responsibility to take the appropriate actions to handle properly these
situations.
QNX
Kernel
TCL
Task
TCP / IP
TCL (API driver)
MainController
WebServer
TCL
script
file
TCP / IP
EDH0373En1024 — 03/18 2
XPS Unified Programmer’s Manual
3.0 XPS .NET Software Drivers
3.1 How to Install .NET Drivers for XPS Controller
3.1.1 Requirements
.Net Framework is a programming infrastructure created by Microsoft for building,
deploying, and running applications and services that use .NET technologies such as
custom desktop applications.
The Windows PC computer requires having at least the .NET Framework installed and
you need to install either 32 bit (x86) or 64 bit (x64) .NET assembly depending on the
Windows version you are using.
When developing your application, refer to the programming environment
documentation to make the installed .NET assembly visible.
To communicate with the XPS controller you will need to:
Use the OpenInstrument method to connect to the controller
Communicate with the controller using any of its API e.g. FirmwareVersionGet
Once your application terminates it needs to disconnect from the controller using the
CloseInstrument method. If it doesn’t close the communication channel and runs
many connections to the controller, it can run out of free channels and gets an error.
3 EDH0373En1024 — 03/18
XPS Unified Programmer’s Manual
3.1.1 Installing the 32 bit (x86) Windows Platform
The .NET assembly is in the controller in “/Public/Drivers” folder, refer to the
controller user’s manual for more details.
Download the “Newport.XPS.CommandInterface_x86.exe” to your computer.
Once downloaded, run it.
The .NET assembly “Newport.XPS.CommandInterface.dll” is installed in the GAC for
x86 platforms in
“C:\Windows\Microsoft.NET\assembly\GAC_32\Newport.XPS.CommandInterface\
folder and is ready for use.
3.1.2 Installing the 64 bit (x64) Windows Platform
The .NET assembly is in the controller in “/Public/Drivers” folder, refer to the
controller user’s manual for more details.
Download the “Newport.XPS.CommandInterface_x64.exe” to your computer.
Once downloaded, run it.
The .NET assembly “Newport.XPS.CommandInterface.dll” is installed in the GAC for
x64 platforms in
C:\Windows\Microsoft.NET\assembly\GAC_64\Newport.XPS.CommandInterface \
folder and is ready for use.
EDH0373En1024 — 03/18 4
XPS Unified Programmer’s Manual
3.2 Variables Equivalent for Programming Langages
The table below describes a simple of a prototype model for different languages:
Prototype
int FunctionName (double inputParam, double * outputParam)
C++
int FunctionName(int SocketID, double inputParam, double *
outputParam)
VBasic
Long FunctionName(ByVal SocketID As Long, ByVal inputParam As
Double, outputParam As Double)
Matlab
[Error, outputParam] FunctionName(int32 SocketID, double
inputParam)
Python
[Error, outputParam] FunctionName(integer SocketID, double
inputParam)
TCL
set Error [catch "FunctionName SocketID inputParam outputParam "]
The table below shows parameters types needed for different languages:
Parameter Types
C++
VBasic
Python
Input/Output
Parameters
bool
bool
Boolean
bool
float
float
Single
float
double
double
Double
double
short
short
Short
short
unsigned short
unsigned short
UShort
unsigned short
int
int
Integer
integer
unsigned int
unsigned int
UInteger
unsigned int
long
long
Long
long
unsigned long
unsigned long
ULong
unsigned int
long long int
long long int
Long
long long
unsigned long long
unsigned long long
ULong
unsigned long
long
char * / char[]
char *
String
string
charhex32
char *
String
string
5 EDH0373En1024 — 03/18
XPS Unified Programmer’s Manual
3.3 How to Use XPS .NET Assembly from Visual Studio C#?
Refer to Microsoft for more information on how to load and use a .NET assembly
depending on your Visual Studio version.
3.3.1 Add Reference to Newport XPS .NET Assembly
In your project add Newport.XPS.CommandInterface.dll in References from Windows
GAC:
3.3.2 C# Code Sources
C# Header
using CommandInterfaceXPS; // Newport.XPS.CommandInterface .NET Assembly
access
Add a Variable to Declare an “XPS” Object
CommandInterfaceXPS.XPS m_xpsInterface = null;
Create an Instance of “XPS” Object
m_xpsInterface = new CommandInterfaceXPS.XPS();
if (m_xpsInterface != null)
Open XPS Connection
if (m_xpsInterface != null)
int returnValue = m_xpsInterface.OpenInstrument(m_IPAddress, m_IPPort,
DEFAULT_TIMEOUT);
Call “XPS” Functions
if (m_xpsInterface != null)
{
string XPSVersion = string.Empty;
string errorString = string.Empty;
int result = m_xpsInterface.FirmwareVersionGet(out XPSVersion, out
errorString);
if (result == CommandInterfaceXPS.XPS.FAILURE)
...
EDH0373En1024 — 03/18 6
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303
  • Page 304 304
  • Page 305 305
  • Page 306 306
  • Page 307 307
  • Page 308 308
  • Page 309 309
  • Page 310 310
  • Page 311 311
  • Page 312 312
  • Page 313 313
  • Page 314 314
  • Page 315 315
  • Page 316 316
  • Page 317 317
  • Page 318 318
  • Page 319 319
  • Page 320 320
  • Page 321 321
  • Page 322 322
  • Page 323 323
  • Page 324 324
  • Page 325 325
  • Page 326 326
  • Page 327 327
  • Page 328 328
  • Page 329 329
  • Page 330 330
  • Page 331 331
  • Page 332 332
  • Page 333 333
  • Page 334 334
  • Page 335 335
  • Page 336 336
  • Page 337 337
  • Page 338 338
  • Page 339 339
  • Page 340 340
  • Page 341 341
  • Page 342 342
  • Page 343 343
  • Page 344 344
  • Page 345 345
  • Page 346 346
  • Page 347 347
  • Page 348 348
  • Page 349 349
  • Page 350 350
  • Page 351 351
  • Page 352 352
  • Page 353 353
  • Page 354 354
  • Page 355 355
  • Page 356 356
  • Page 357 357
  • Page 358 358
  • Page 359 359
  • Page 360 360
  • Page 361 361
  • Page 362 362
  • Page 363 363
  • Page 364 364
  • Page 365 365
  • Page 366 366
  • Page 367 367
  • Page 368 368
  • Page 369 369
  • Page 370 370
  • Page 371 371
  • Page 372 372
  • Page 373 373
  • Page 374 374
  • Page 375 375
  • Page 376 376
  • Page 377 377
  • Page 378 378
  • Page 379 379
  • Page 380 380
  • Page 381 381
  • Page 382 382
  • Page 383 383
  • Page 384 384
  • Page 385 385
  • Page 386 386
  • Page 387 387
  • Page 388 388
  • Page 389 389
  • Page 390 390
  • Page 391 391
  • Page 392 392
  • Page 393 393
  • Page 394 394
  • Page 395 395
  • Page 396 396
  • Page 397 397
  • Page 398 398
  • Page 399 399
  • Page 400 400
  • Page 401 401
  • Page 402 402
  • Page 403 403
  • Page 404 404
  • Page 405 405
  • Page 406 406
  • Page 407 407
  • Page 408 408
  • Page 409 409
  • Page 410 410
  • Page 411 411
  • Page 412 412
  • Page 413 413
  • Page 414 414
  • Page 415 415
  • Page 416 416
  • Page 417 417
  • Page 418 418
  • Page 419 419
  • Page 420 420
  • Page 421 421
  • Page 422 422
  • Page 423 423
  • Page 424 424
  • Page 425 425
  • Page 426 426
  • Page 427 427
  • Page 428 428
  • Page 429 429
  • Page 430 430
  • Page 431 431
  • Page 432 432
  • Page 433 433
  • Page 434 434
  • Page 435 435
  • Page 436 436
  • Page 437 437
  • Page 438 438
  • Page 439 439
  • Page 440 440
  • Page 441 441
  • Page 442 442
  • Page 443 443
  • Page 444 444
  • Page 445 445
  • Page 446 446
  • Page 447 447
  • Page 448 448
  • Page 449 449
  • Page 450 450
  • Page 451 451
  • Page 452 452
  • Page 453 453
  • Page 454 454
  • Page 455 455
  • Page 456 456
  • Page 457 457
  • Page 458 458
  • Page 459 459
  • Page 460 460
  • Page 461 461
  • Page 462 462
  • Page 463 463
  • Page 464 464
  • Page 465 465
  • Page 466 466
  • Page 467 467
  • Page 468 468
  • Page 469 469
  • Page 470 470
  • Page 471 471
  • Page 472 472
  • Page 473 473
  • Page 474 474
  • Page 475 475
  • Page 476 476
  • Page 477 477
  • Page 478 478
  • Page 479 479
  • Page 480 480
  • Page 481 481
  • Page 482 482
  • Page 483 483
  • Page 484 484
  • Page 485 485
  • Page 486 486
  • Page 487 487
  • Page 488 488
  • Page 489 489
  • Page 490 490
  • Page 491 491
  • Page 492 492
  • Page 493 493
  • Page 494 494
  • Page 495 495
  • Page 496 496
  • Page 497 497
  • Page 498 498
  • Page 499 499
  • Page 500 500
  • Page 501 501
  • Page 502 502
  • Page 503 503
  • Page 504 504
  • Page 505 505
  • Page 506 506
  • Page 507 507
  • Page 508 508
  • Page 509 509
  • Page 510 510
  • Page 511 511
  • Page 512 512
  • Page 513 513
  • Page 514 514
  • Page 515 515
  • Page 516 516
  • Page 517 517
  • Page 518 518
  • Page 519 519
  • Page 520 520
  • Page 521 521
  • Page 522 522
  • Page 523 523
  • Page 524 524
  • Page 525 525
  • Page 526 526
  • Page 527 527
  • Page 528 528
  • Page 529 529
  • Page 530 530
  • Page 531 531
  • Page 532 532
  • Page 533 533
  • Page 534 534
  • Page 535 535
  • Page 536 536
  • Page 537 537
  • Page 538 538
  • Page 539 539
  • Page 540 540
  • Page 541 541
  • Page 542 542
  • Page 543 543
  • Page 544 544
  • Page 545 545
  • Page 546 546
  • Page 547 547
  • Page 548 548
  • Page 549 549
  • Page 550 550
  • Page 551 551
  • Page 552 552
  • Page 553 553
  • Page 554 554
  • Page 555 555
  • Page 556 556
  • Page 557 557
  • Page 558 558
  • Page 559 559
  • Page 560 560
  • Page 561 561
  • Page 562 562
  • Page 563 563
  • Page 564 564
  • Page 565 565
  • Page 566 566
  • Page 567 567
  • Page 568 568
  • Page 569 569
  • Page 570 570
  • Page 571 571
  • Page 572 572
  • Page 573 573
  • Page 574 574
  • Page 575 575
  • Page 576 576
  • Page 577 577
  • Page 578 578
  • Page 579 579
  • Page 580 580
  • Page 581 581
  • Page 582 582
  • Page 583 583
  • Page 584 584
  • Page 585 585
  • Page 586 586
  • Page 587 587
  • Page 588 588
  • Page 589 589
  • Page 590 590
  • Page 591 591
  • Page 592 592
  • Page 593 593
  • Page 594 594
  • Page 595 595
  • Page 596 596
  • Page 597 597
  • Page 598 598
  • Page 599 599
  • Page 600 600
  • Page 601 601
  • Page 602 602
  • Page 603 603
  • Page 604 604
  • Page 605 605
  • Page 606 606
  • Page 607 607
  • Page 608 608
  • Page 609 609
  • Page 610 610
  • Page 611 611
  • Page 612 612
  • Page 613 613
  • Page 614 614
  • Page 615 615
  • Page 616 616
  • Page 617 617
  • Page 618 618
  • Page 619 619
  • Page 620 620
  • Page 621 621
  • Page 622 622
  • Page 623 623
  • Page 624 624
  • Page 625 625
  • Page 626 626
  • Page 627 627
  • Page 628 628
  • Page 629 629
  • Page 630 630
  • Page 631 631
  • Page 632 632
  • Page 633 633
  • Page 634 634
  • Page 635 635
  • Page 636 636
  • Page 637 637
  • Page 638 638
  • Page 639 639
  • Page 640 640
  • Page 641 641
  • Page 642 642
  • Page 643 643
  • Page 644 644
  • Page 645 645
  • Page 646 646
  • Page 647 647
  • Page 648 648
  • Page 649 649
  • Page 650 650
  • Page 651 651
  • Page 652 652
  • Page 653 653
  • Page 654 654
  • Page 655 655
  • Page 656 656
  • Page 657 657
  • Page 658 658
  • Page 659 659
  • Page 660 660
  • Page 661 661
  • Page 662 662
  • Page 663 663
  • Page 664 664
  • Page 665 665
  • Page 666 666
  • Page 667 667
  • Page 668 668
  • Page 669 669
  • Page 670 670
  • Page 671 671
  • Page 672 672
  • Page 673 673
  • Page 674 674
  • Page 675 675
  • Page 676 676
  • Page 677 677
  • Page 678 678
  • Page 679 679
  • Page 680 680
  • Page 681 681
  • Page 682 682
  • Page 683 683
  • Page 684 684
  • Page 685 685
  • Page 686 686
  • Page 687 687
  • Page 688 688
  • Page 689 689
  • Page 690 690
  • Page 691 691
  • Page 692 692
  • Page 693 693
  • Page 694 694
  • Page 695 695
  • Page 696 696
  • Page 697 697
  • Page 698 698
  • Page 699 699
  • Page 700 700
  • Page 701 701
  • Page 702 702
  • Page 703 703
  • Page 704 704
  • Page 705 705
  • Page 706 706
  • Page 707 707
  • Page 708 708
  • Page 709 709
  • Page 710 710
  • Page 711 711
  • Page 712 712
  • Page 713 713
  • Page 714 714
  • Page 715 715
  • Page 716 716
  • Page 717 717
  • Page 718 718
  • Page 719 719
  • Page 720 720
  • Page 721 721
  • Page 722 722
  • Page 723 723
  • Page 724 724

Newport XPS Unified Motion Controller User manual

Type
User manual

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI