pOnDivZero

Return to top

// pOnDivZero: this sub program is called in case of a division by zero

// add your code here


// to turn the runtime in 'cycle to cycle' pause mode, use:
//  CycleStop (TRUE);

// to turn the runtime in 'fatal error' mode, use:
//  FatalStop (TRUE);

Return to top