Question about PING DEMO program?
In the PING_DEMO.BS2 program can someone tell me the info for the CASE statement about a BS2PX??
#CASE BS2PX
··· Trigger···· CON···· 5
··· Scale······ CON·····????··················· ' raw x·???? = uS
A lot of the programs do not cover the BS2px chip and since the program leaves out this information the·program does not work!
Thanks
Joe
#CASE BS2PX
··· Trigger···· CON···· 5
··· Scale······ CON·····????··················· ' raw x·???? = uS
A lot of the programs do not cover the BS2px chip and since the program leaves out this information the·program does not work!
Thanks
Joe
Comments
#case bs2px
·trigger con 13
·scale con $0CD·
·acually you can just add bs2px to·the the same line .....
· #case bs2sx, bs2px
·ect, ect, ect.
·Hope this helps... _Duane
Works great!
Joe
#SELECT $STAMP
· #CASE BS2, BS2E
··· Trigger···· CON···· 5······················ ' trigger pulse = 10 uS
··· Scale······ CON···· $200··················· ' raw x 2.00 = uS
· #CASE BS2SX, BS2P, BS2PX
··· Trigger···· CON···· 13
··· Scale······ CON···· $0CD··················· ' raw x 0.80 = uS
· #CASE BS2PE
··· Trigger···· CON···· 5
··· Scale······ CON···· $1E1··················· ' raw x 1.88 = uS
#ENDSELECT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax