Seite 11 von 72
7 XML-RPC
I
NTERFACE
In case the camera O3D3xx should not be configured by the “ifmVisionAssistant”, the XML-
RPC interface can be used instead.
Note: general information about XML-RPC is found on the website
http://xmlrpc.scripting.com/spec
To send a command over the XML-RPC interface the command has to be on a special lay-
out. In this command, linefeeds and carriage returns are essential.
Several commands will use different URL in the XML-RPC header.
7.1 Sample XML-RPC command
A l l f o l l ow in g X M L - R P C c o m m a n d s w i l l h a ve t h i s t yp e o f l a yo u t :
POST /RPC3 HTTP/1.0User-Agent: Frontier/5.1.2 (WinNT)
Host: betty.userland.com
Content-Type: text/xml
Content-length: 181
<?xml version="1.0"?>
<methodCall>
<methodName>examples.getStateName</methodName>
<params>
<param>
<value><i4>41</i4></value>
</param>
</params>
</methodCall
Summary of Contents for O3D303
Page 1: ...Seite 1 von 72 Operations Manual 3D camera O3D303 ...
Page 10: ...Seite 10 von 72 6 1 Wiring ...
Page 13: ...Seite 13 von 72 ...