|
rap_outspeed - function
Description
|
Write varkon float array to Rapid 'speeddata' variable.
|
Syntax
|
RAP_OUTSPEED(client,var_name,speeddata); |
INT |
client |
STRING |
var_name
|
FLOAT
|
speeddata(4)
|
|
|
Principal parameters
|
client |
- id of the created RPC
connection to use |
var_name |
- the name of the rapid
speeddata-variable to set
|
speeddata |
- speeddata (v_tcp, v_ori,
v_leax, v_reax)
|
|
|
Return value
|
An INT value equal to the current error status as
below: |
>=0 |
RAP variable handling status: operation was successfull
|
-1
|
Remote procedure call failed.
|
<-1
|
RAP variable handling error message, see RAP service
specification (3HAC 7697-1) page 127
|
Comments
|
RAP routines is only available for xvarkon (UNIX
platforms), the use of RAP-routines need also to be enabled when
building xvarkon. See $VARKON_ROOT/sources/makefile.
|
|
|