Multipleaxesptpulseoutputget - Newport XPS Programmer's Manual

Xps unified series universal high-performance motion controller/driver
Hide thumbs Also See for XPS:
Table of Contents

Advertisement

XPS Unified
7.2.1.124

MultipleAxesPTPulseOutputGet

Name
MultipleAxesPTPulseOutputGet – Gets the configuration of pulse generation for PT
trajectory.
Input tests
-
Refer to section 7.1: "Input Tests Common to all XPS Functions".
-
Checks group type (must be a MultipleAxes group): (-8)
-
Checks group name: (-19)
Description
This function returns the last configuration of pulse generation of a PT trajectory, that
was previously set by MultipleAxesPTPulseOutputSet().
The pulse output configuration is defined with a start element, an end element, and a
time interval in seconds.
Example:
MultipleAxesPTPulseOutputSet(MyGroup, 3, 5, 0.01)
MultipleAxesPTPulseOutputGet(MyGroup) => 0,3,5,0.01 (0 is the error return,
meaning " no error ")
One pulse will be generated every 10 ms between the start of the 3rd element and the
end of the 5th element.
Start element= 3
End element = 5
Time interval = 0.01 seconds.
Prototype
int MultipleAxesPTPulseOutputGet(
int SocketID,
char GroupName[250],
int * StartElement,
int * EndElement,
double * TimeInterval
)
Input parameters
SocketID
GroupName
Output parameters
StartElement
EndElement
TimeInterval
int
Socket identifier gets by the
"TCP_ConnectToServer" function.
char *
Group name.
int *
Start pulse element number.
int *
End pulse element number.
double * Time interval between pulses (seconds).
189
Programmer's Manual
EDH0373En1023 — 01/18

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Xps-rlXps-qXps-d

Table of Contents