Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. logautoclosemode 1
  2. filename = 'C:\Users\marceloferreira\Desktop\Experiment\'
  3. beep 2
  4. messagebox 'Mark GPS position of Tx !' 'Attention!!!'
  5.  
  6. inputbox 'Environment identifier!' 'Place name:'
  7. strconcat filename inputstr
  8. gettimetimeval "−−%d_%m_%Y−−%H_%M_%S"
  9. strconcat filename timeval
  10. logopen filename 0 0
  11. do
  12. inputbox 'Position identifier!' 'GPS marker:'
  13. logwrite 'GPS marker:'
  14. logwrite inputstr
  15.  
  16. logpause
  17. sendln ' Testing before beginning '
  18. :Testing
  19. beep 1
  20. sendln 'radiotest rx 0x8000 1 255'
  21. waitln 'Rx completed '
  22.  
  23. sendln 'radiotest stat'
  24. waitln 'Radio Test Statistics:'
  25. sendln
  26. waitln
  27. sendln
  28. waitln 'radiotest rx 0x0400 1 255'
  29. 'Rx completed'
  30.  
  31. 'radiotest stat'
  32. 'Radio Test Statistics:'
  33. sendln
  34. waitln
  35. sendln
  36. waitln 'radiotest rx 0x0020 1 255'
  37. 'Rx completed'
  38.  
  39. 'radiotest stat'
  40. 'Radio Test Statistics:'
  41. sendln 'radiotest rx 0x0001 1 255'
  42. waitln 'Rx completed'
  43. sendln 'radiotest stat'
  44. waitln 'Radio Test Statistics:'
  45. beep 3
  46. yesnobox 'Do you want to test again?' 'Testing ...'
  47. if result then
  48. goto Testing
  49. endif
  50.  
  51. logstart
  52.  
  53. for i 1 3
  54. beep 1
  55. sendln 'radiotest rx 0x0001 15 255'
  56. waitln 'Rx completed '
  57. sendln 'radiotest stat '
  58. waitln 'Radio Test Statistics:'
  59. sendln
  60. waitln
  61. sendln
  62. waitln 'radiotest rx 0x0020 15 255'
  63. 'Rx completed '
  64. ' radiotest stat '
  65. ' Radio Test Statistics:'
  66. sendln
  67. waitln
  68. sendln
  69. waitln 'radiotest rx 0x0400 15 255'
  70. 'Rx completed '
  71. 'radiotest stat'
  72. 'Radio Test Statistics:'
  73. sendln
  74. waitln
  75. sendln
  76. waitln 'radiotest rx 0x8000 15 255'
  77. 'Rx completed'
  78. 'radiotest stat'
  79. 'Radio Test Statistics:'
  80. next
  81. beep 3
  82. yesnobox 'Do another measurement?' 'External PA Mote − !'
  83. loop while result
  84. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement