Hello everyone.
I am trying to configure the sensors IR120 and GPS16X-HVS in CR1000, but I do not see the sensors in short cut (CR1000). have I to do the program in CRBasic?. In the manual of both sensors there is a program to CRBasic for each individually but how can I do a program for both sensors together?.
thank you very much
Carlos
Yes, the programming will have to be done in CRBasic.
When you open a new program, just follow the prompts from the light blue comments on the screen
You can copy both bits of code into CRBasic editor and make sure that you move the variables to the start of the program, then the table declarations, then the measurement instructions between the BeginProg and EndProg instructions.
Pressing ctrl + i always helps as it rebuilds the indentation to make following the code easier
Cheers
Grant