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

Compare with Current View Page History

« Previous Version 5 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

Parameter

Parameter
Beschreibung
Typ
Hinweis
Pflicht
companyRTI company keystring yes
vehicleRTI vehicle keystring yes
beginstart of requested time rangedatestring

Format: YYYYMMDDHHMMSS

Between begin and end maximum 7 days difference allowed

yes

endned of requested time rangedatestring

Format: YYYYMMDDHHMMSS

Between begin and end maximum 7 days difference allowed

yes
modereturn 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

Metainformationen

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

Metainformationen

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