! ! Bob Morrison HCS_C Xpress Control Program ! Regression Test Program 0.03 ! revised 7/5/2005 ! NOTE: This test requires that LCD_Link be connected config !indicate that an HCS_C Combo card is attached hcsnet CMB1 end begin ! Start by turning on a timer if reset then console = "Starting HCS_C HCSNET Test" timer(0) = on end if change_value(timer(0) = 3) then ! Set all 16 IOs on the Combo card to be outputs hcsnet = "CMB1 D=xFFFF" ! Set alternating pattern to 16 IOs on the Combo card hcsnet = "CMB1 I=x5555" ! Stop the timer timer(0) = off end