User manual

TCP/IP Kommunikation 112
© 2016 ... MapFactor s.r.o.
18 TCP/IP Kommunikation
TCP/IP Kommunikation wird z.B. Fahrer - Dispatching Kommunikation benutzt. TCP/IP kann auch für
Integration von Navigator in anderer Software benutzt werden.
Die Kommandoliste finden Sie hier:
http://kb.mapfactor.com/kb/Navigator/RemoteCommands
Benutzen Sie folgende Parameter:
--tcpserver=ip:port oder
--tcpserver=port oder
--tcpserver (ip ist ip Adresse oder "any" oder default "127.0.0.1", Port default 4242)
(z.B. -tcpserver=192.168.0.120:4242). Falls Sie keine IP Adresse/Port auswählen, tut dies Navigator
automatisch.
Mit dem Windows Befehl "netstat -a -n" wird die IP Adresse und Port mit dem Status LISTENING
angezeigt.
In Navigator: Menu - Einstellungen - Remote Kommunikation
-----------------------------------------------------------------------------------------------------
TCP/IP commands:
Every command starts with '$' and ends by '\n' or "\r\n".
DISPLAY A TEXT MESSAGE
Format:
$message="message";instant
Description:
- shows a message on remote device
Protocol version:
- 1.0.0 or later
- 2.0.3 or later for "instant parameter"
Availability:
- tcp/ip or com
Parameters:
- parameter is a text enclosed in quotation marks to display on remote device
- when parameter "instant" is used the message is shown immediatelly; placeholder icon is displayed
otherwise
Return values:
- "ok" on success or "error" when failed
- "busy" when the remote device is busy responding to another command
DISPLAY A QUESTION
Format:
$message="message";ask;instant
Description:
- shows a question on remote device (can be answered with "yes" or "no)
Protocol version:
- 1.0.0 or later
- 2.0.3 or later for "instant parameter"
Availability:
- tcp/ip or com
Parameters:
- parameter is a text enclosed in quotation marks to display on remote device
- when parameter "instant" is used the message is shown immediatelly; placeholder icon is displayed
otherwise
Return values: