You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

Returns RS-232 Data with activated RS-232 Extension

Description

get_rs232ext.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&start=YYYYMMDDHHMMSS&end=YYYYMMDDHHMMSS&format=CSV&charset=ISO-8859-1

Parameters

parameter
description
type
note
mandatory
companyRTI company keystring yes
vehicleRTI vehicle keystring yes
startstart of requested time rangedatestring

format: YYYYMMDDHHMMSS

between start and end maximum 7 days difference allowed

yes

endend of requested time rangedatestring

format: YYYYMMDDHHMMSS

between start and end maximum 7 days difference allowed

yes
formatreturn formatstringCSV (Standard) or CSV_B64no
charsetreturn charsetstringdefault: ISO-8859-1 (alltough a free defined charset code)no

Return

Return a string. In case of error "ERROR:Description" will be returned.

CSV Format

meta data

delimitersemicolon ( ; )
text delimiterdouble quote ( " )
line end0x0D 0x0A (CarriageReturn LineFeed)
headerline 1

Columns

column
description
 
DATEGPS date when measurement was created YYYY-MM-DD HH:MM:SS
CARvehicle licencestring
SERIALOUTPUTRS-232 datastring

Example

"DATE";"CAR";"SERIALOUTPUT"
"2014-03-20 11:43:01";"FLT017 (T34118.0110)";"Prop.Skalning     Av"
"2014-03-20 11:43:01";"FLT017 (T34118.0110)";"Oputput Portt 1         Text"
"2014-03-20 11:43:01";"FLT017 (T34118.0110)";"F"rvald Tara  Av"

CSV Base 64 Format

meta data

delimitersemicolon ( ; )
text delimiterdouble quote ( " )
line end0x0D 0x0A (CarriageReturn LineFeed)
headerline 1

Columns

column
description
 
DATEGPS date when measurement was created YYYY-MM-DD HH:MM:SS
CARvehicle licencestring
SERIALOUTPUTRS-232 datastring

Example

"DATE";"CAR";"SERIALOUTPUTB64"
"2014-03-20 11:43:01";"FLT017 (T34118.0110)";"UHJvcC5Ta2FsbmluZyAgICAgQXY="
"2014-03-20 11:43:01";"FLT017 (T34118.0110)";"T3B1dHB1dCBQb3J0dCAxICAgICAgICAgVGV4dA=="
"2014-03-20 11:43:01";"FLT017 (T34118.0110)";"RpRydmFsZCBUYXJhICBBdg=="

Example Calls

Request with default CSVformat and UTF-8 charset
http://map.yellowfox.de/rti/get_rs232ext.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&start=20140320000000&end=20140321000000&charset=utf-8
Request with format CSV Base 64
http://map.yellowfox.de/rti/get_rs232ext.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&start=20140320000000&end=20140321000000&format=csv_b64
  • No labels