Herunterladen Inhalt Inhalt Diese Seite drucken

Main Object - IFM Electronic O3D301 Bedienungsanleitung

3d kamera
Vorschau ausblenden Andere Handbücher für O3D301:
Inhaltsverzeichnis

Werbung

3D Kamera
Parameter string encoding
Non-string parameters must be encoded in the following format.
Type
Stringified
bool
"true" / "false"
setParameter method also accepts "1"/"0", getter methods must always return
"true"/"false"
int
decimal ( e.g "-1234" / "1234" )
Values should be in the range of int32 (-2^31 .. 2^31)
double
English floating point notation (optional with exponent)
E.g. "1.2", ".3", "4.5e6", "-7E-8", "-inf", "nan"
Structured types (array or structs) can't be put into parameter storage in an general way. Encoding
of arrays must specified on specific parameters.

13.6.2 Main Object

getParameter
Method name
Description
Input parameters
Output parameters
getAllParameters
Method name
Description
Input parameters
Output parameters
42
getParameter
Getter for the device-global parameters
Name of a device parameter: string
Value of the requested parameter: string
getAllParameters
Getter for the parameters described here.
This is an additional getter outside of edit sessions, so it is possible
to read device information without login.
none
Struct (name contains the parameter name, value contains the
stringified parameter value)

Werbung

Inhaltsverzeichnis
loading

Diese Anleitung auch für:

O3d311O3d303O3d313

Inhaltsverzeichnis