Employment, DOT, Court Ordered, Probation, School, Family

All Cities and All States

Most Testing Centers Within Minutes of Your Home or Work

Find a Location

(800) 828-7086
Testing Centers Nationwide
Same Day Service Available

Drug and Alcohol Testing Corbet TX - (800) 828-7086

DOT 300x183Our local DOT drug and alcohol testing centers are located in Corbet TX and the surrounding areas providing DOT drug testing, DOT alcohol testing and DOT physicals for all DOT modes regulated by Part 40. Same day service is available at our Corbet TX DOT drug testing facilities and most of our DOT drug testing locations are within minutes of your home or office.

What type of DOT Testing is required?

Coastal Drug Testing provides DOT pre-employment, random, post-accident, reasonable suspicion and return to duty testing at our Corbet TX DOT drug testing centers.

If you hold a CDL license, a large, medium or a small trucking company, Coastal Drug Testing has a complete DOT compliance package which includes all the requirements to comply with CFR 49 part 40.

All Coastal Drug Testing DOT drug testing centers utilize SAMHSA Certified laboratories and a licensed Medical Review Officer as required by DOT part 40 regulations.

The U.S Department of Transportation (DOT) requires that all DOT regulated "safety sensitive" employees have a negative DOT pre-employment drug test result on file and be actively enrolled in a DOT approved random drug and alcohol random testing pool (consortium).

In addition, if a DOT regulated company has more than one "safety sensitive" employee, the employer must also have a written DOT drug and alcohol policy along with an on-site supervisor that must have completed a reasonable suspicion supervisor training program.

On the road and need a DOT Drug or Alcohol test? No Worries!

To be compliant with DOT regulations, a company's DOT drug and alcohol testing program must have the following components:

  • Employee Drug Testing
  • Written Drug and Alcohol Policy
  • Supervisor Training
  • Substance Abuse Referral
  • Employee Education
  • Random Selection Program
  • Post Accident Testing
  • Designated Employer Representative
  • Federal Chain of Custody Forms
  • Part 40 Regulations on File

The Department of Transportation (DOT) has specific drug and alcohol testing requirements for the all transportation modes all DOT agencies.

Our modes included are:

  • Federal Motor Carrier Safety Administration (FMCSA)
  • Federal Aviation Administration (FAA)
  • Federal Transit Administration (FTA)
  • United States Coast Guard (USCG)
  • Pipeline and Hazardous Materials Safety Administration (PHMSA)
  • Federal Railroad Administration (FRA)

Are You Enrolled in a DOT Consortium?

Individuals who are employed in a position designated as "safety sensitive" must be actively enrolled in a random drug and alcohol testing program. Oftentimes, covered employees will join a group of other DOT regulated employees in a random testing program and this is referred to as a DOT Consortium. Generally, an employer who has less than fifty employees or single operators will join the consortium which will comply with the random drug and alcohol testing requirements of 49 CFR Part 40. Employers that have over 50 employees who are regulated by Part 40 may elect to be enrolled in a "stand alone" random testing pool.

The DOT consortium is cost effective and complies with all requirements of 49 CFR Part 40 which mandates that all "safety sensitive" employees be enrolled in a random drug and alcohol testing program.

The Department of Transportation (DOT) has strict regulations requiring regulated companies and independent operators (CDL License Holders) to be an active member of a DOT drug and alcohol Consortium and failure to comply with these regulations can result in significant fines and other DOT sanctions.

We are fully versed in the DOT procedures for pre-employment drug testing, random drug testing, reasonable suspicion drug testing, post-accident drug testing, return to duty drug testing and follow up drug testing.

DOT regulated companies with multiple safety sensitive employees must also have an employee within the company who is assigned as the "designated employer representative" (DER). This is the person responsible for removing any DOT "safety sensitive" employee who is covered by 49 CFR Part 40 from performing a DOT safety sensitive position when a positive drug or alcohol test result has occurred or an employee has refused to take a required DOT test.

If you have recently become a DOT regulated company, within the next 18 months the Department of Transportation (DOT) will conduct a "new entrant" inspection to ensure that you are in compliance with all DOT regulations including the drug and alcohol testing requirements. If you are currently a DOT regulated company, you are subject to regular inspections to ensure compliance.

Avoid DOT fines, penalties and be complaint with all DOT drug and alcohol testing regulations! Coastal Drug Testing can assist small, medium and large DOT companies in complying with all requirements of 49 CFR Part 40.

DOT Drug Testing Locations in Corbet TX

1026 W 2ND AVE 7.0 miles

1026 W 2ND AVE
CORSICANA, TX 75110
Categories: CORSICANA TX

219 W 6th Ave 7.3 miles

219 W 6th Ave
Corsicana, TX 75110
Categories: Corsicana TX

419 N 12TH ST 7.4 miles

419 N 12TH ST
CORSICANA, TX 75110
Categories: CORSICANA TX

2200 PHYSICANS BLVD STE D 22.3 miles

2200 PHYSICANS BLVD STE D
ENNIS, TX 75119
Categories: ENNIS TX

2201 W LAMPASAS ST 22.3 miles

2201 W LAMPASAS ST
ENNIS, TX 75119
Categories: ENNIS TX

802 W LAMPASAS ST 22.4 miles

802 W LAMPASAS ST
ENNIS, TX 75119
Categories: ENNIS TX

1200 Dolfie Lane STE 101 22.9 miles

1200 Dolfie Lane STE 101
Ennis, TX 75119
Categories: Ennis TX

(Don't see a location near you? Call us (800) 828-7086)

Local Area Info: Interrupt

In system programming, an interrupt is a signal to the processor emitted by hardware or software indicating an event that needs immediate attention. An interrupt alerts the processor to a high-priority condition requiring the interruption of the current code the processor is executing. The processor responds by suspending its current activities, saving its state, and executing a function called an interrupt handler (or an interrupt service routine, ISR) to deal with the event. This interruption is temporary, and, after the interrupt handler finishes, the processor resumes normal activities. There are two types of interrupts: hardware interrupts and software interrupts (softirqs).

Hardware interrupts are used by devices to communicate that they require attention from the operating system. Internally, hardware interrupts are implemented using electronic alerting signals that are sent to the processor from an external device, which is either a part of the computer itself, such as a disk controller, or an external peripheral. For example, pressing a key on the keyboard or moving the mouse triggers hardware interrupts that cause the processor to read the keystroke or mouse position. Unlike the software type (described below), hardware interrupts are asynchronous and can occur in the middle of instruction execution, requiring additional care in programming. The act of initiating a hardware interrupt is referred to as an interrupt request (IRQ).

A software interrupt is caused either by an exceptional condition in the processor itself, or a special instruction in the instruction set which causes an interrupt when it is executed. The former is often called a trap or exception and is used for errors or events occurring during program execution that are exceptional enough that they cannot be handled within the program itself. For example, a divide-by-zero exception will be thrown if the processor's arithmetic logic unit is commanded to divide a number by zero as this instruction is an error and impossible. The operating system will catch this exception, and can decide what to do about it: usually aborting the process and displaying an error message. Software interrupt instructions can function similarly to subroutine calls and are used for a variety of purposes, such as to request services from device drivers, like interrupts sent to and from a disk controller to request reading or writing of data to and from the disk.

DATE TIME: 09-25-2024 5:21pm Wed