Advanced Messaging Concept Development: Probe Data Control Message
Department of Transportation
@usgov.dot_gov_advanced_messaging_concept_development_probe_c_d30d701f
Department of Transportation
@usgov.dot_gov_advanced_messaging_concept_development_probe_c_d30d701f
Contains all PDCMs generated during the AMCD field testing program. The PDCM is a control message sent from the server to OBUs to customize a request for Probe Vehicle Data (PVD) from the receiving OBU. All PDCMs are generated by the VCC Cloud server and transmitted to OBU clients through either a DSRC or cellular communications channel.
Organization: Department of Transportation
Last updated: 2020-11-12T12:54:52.240090
Tags: advanced-messaging-concept-development-amcd, arterial, blacksburg, connected-vehicle-message, dedicated-short-range-communication-dsrc, field-test, intelligent-transportation-systems-its, its-joint-program-office-jpo, northern-virginia, on-board-unit-obu, probe-data-control-message-pdcm, virginia-tech-transportation-institute-vtti
CREATE TABLE table_1 (
"message_id" VARCHAR,
"time_sent" BIGINT,
"obu_id" BIGINT,
"time_received" VARCHAR,
"mode_of_transmission" BIGINT,
"sample_start" BIGINT,
"sample_end" BIGINT,
"heading_slice" BIGINT,
"termination_time" BIGINT,
"termination_distance" BIGINT,
"snapshot_speed_s1" BIGINT,
"snapshot_time_t1" BIGINT,
"snapshot_speed_s2" BIGINT,
"snapshot_time_t2" BIGINT,
"snapshot_distance_s1" BIGINT,
"snapshot_distance_d1" BIGINT,
"snapshot_distance_s2" BIGINT,
"snapshot_distance_d2" BIGINT,
"transmit_interval" BIGINT,
"count" BIGINT,
"vehicle_status_request_count_number" BIGINT,
"vehicle_status_device_type_tag" BIGINT,
"send_on_less_then_value" BIGINT,
"send_on_more_then_value" BIGINT,
"sendall" BIGINT,
"test_no" BIGINT -- Test No.
);Anyone who has the link will be able to view this.