Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sv translation
languageen

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

Parameterparameter
Beschreibungdescription
Typtype
Hinweisnot
Pflichtmandatory
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

meta data

Delimiterdelimitersemicolon ( ; )
Text Delimitertext delimiterdouble quote ( " )
Line Endline end0x0D 0x0A (CarriageReturn LineFeed)
HeaderheaderLine 1

Columns

Columncolumn
Descriptiondescription
 
DATEGPS date when measurement was created YYYY-MM-DD HH:MM:SS
CARVehicle LicenceString
SERIALOUTPUTRS-232 DataString

Example

Code Block
"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

meta data

Delimiterdelimitersemicolon ( ; )
Text Delimitertext delimiterdouble quote ( " )
Line Endline end0x0D 0x0A (CarriageReturn LineFeed)
HeaderheaderLine 1

Columns

Columncolumn
Descriptiondescription
 
DATEGPS date when measurement was created YYYY-MM-DD HH:MM:SS
CARVehicle LicenceString
SERIALOUTPUTRS-232 DataString

Example

Code Block
"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

Code Block
titleRequest 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
Code Block
titleRequest 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