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

Compare with Current View Page History

« Previous Version 25 Next »

Returns RS-232 Data with activated RS-232 Extension

Description

GET 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 (default) 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

example in csv
"DATE";"CAR";"SERIALOUTPUT"
"2014-03-20 11:43:01";"FLT017 (T34118.0110)";"Prop.Skalning     Av"
"2014-03-20 11:43:02";"FLT017 (T34118.0110)";"Oputput Portt 1         Text"
"2014-03-20 11:43:03";"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

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

Example calls

Request with default CSVformat and UTF-8 charset
https://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
https://map.yellowfox.de/rti/get_rs232ext.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&start=20140320000000&end=20140321000000&format=csv_b64
  • No labels