This document describes a LabVIEW-based ambulance rescue system called IARS that automatically alerts ambulances in the event of a vehicle accident. The system consists of three main units: a vehicle unit fitted with sensors to detect accidents, a main server to receive accident locations and determine the nearest ambulance, and ambulance units that receive accident details from the server. When an accident is detected, the vehicle unit sends the location to the main server via GPS and GSM. The server then uses a shortest path algorithm to identify the closest available ambulance and sends it the accident location. This system aims to reduce response times and save lives by automating the accident response process.