home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / fluke13.zip / FLUKECOM.H < prev    next >
Text File  |  1995-08-31  |  1KB  |  33 lines

  1. ;
  2. ; part of the flukecom script.  See flukecom.asp for details
  3. ;
  4.  
  5. ; define cntl characters
  6. define    cret 13
  7. define    spacechar ' '
  8. define    commachar ','
  9.  
  10. ; system operations
  11. define    numsynctries 2        ; number of attempts at given baud rate
  12. define    fullbaudcom 19200L    ; rate to attempt com
  13. define    maxstrlen 80        ; maximum string length before continuation
  14. define    shortstrlen 32        ; waveform response last string length
  15. define    maxcomma 9        ; number of commas in waveform retrieval
  16.                 ; response
  17. define    srcindex 0        ; source index file pointer
  18. define    destindex 1        ; destination index file pointer
  19. define    macroindex 2        ; index file point to macro
  20. define    logindex 3        ; for logfile
  21. define    readindex 4        ; for read function
  22.  
  23. define    normal 0        ; normal mode for send2meter,getmeter
  24. define    extended 1        ; extended waveform transfer
  25. define    longtimeout 2        ; really long timeout wait
  26. define    longtimetries 4        ; wait for 4 x 2 seconds for autosetup
  27.  
  28. define    pausecheck 50        ; time in mS between pause checks
  29. define     pausetimes 3        ; try this number of times for pauses
  30.  
  31. ; define some system strings
  32. define    versionstr "flukecom V1.3, jlgroezinger@mmm.com"
  33.