# Altek  AC30 ASCII Format 3
#
# Originally build and tested by 
#  Terry Baker and David Gerdes  USA-CERL  1992

setup
{
    digname = Altek
    buttonoffset = 1
    buttonstart = 0
    buttons = 16
    baud = 9600
    units_per_inch = 1000
    button_up_char = H
}


startrun
{
    send = S2\013         #set to run mode
    send = F3\013     #set output format
}

startpoint
{
    send = P\013         #set to point mode
    send = F3\013     #set output format
}

startquery
{
    send = P\013         #set to point mode
    send = F3\013     #set output format
}

query
{
    send = V\013          #request data
}

stop
{
    send = \027\013       #reset
}

format 
{
    ascii = b,xxxxxx,yyyyyy
}
