Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. circuitman

    Waitfor Usage and Tips

    Script Code: proc main integer da = 1 capture ON / Where is the destination of capture file??? textkey CTRL 'N' waitfor "_RAM:" transmit (" new tag 1708h^M") pause (da) transmit ("filter 170eh^M") pause (da) transmit ("filter 74 tag 188dh^M") pause (da) Is that works??? Thanks
  2. circuitman

    Waitfor Usage and Tips

    I also want to capture all response of processor so that should I first start to capture file than run the script? Is that right way to capture responce of processor after the script to be run. Thank you, dear experts.
  3. circuitman

    Waitfor Usage and Tips

    Thank you Knob for support. I have a one more concern about waitfor, the speed of incoming data. If it is too fast to past on screen, Isthat bothers procomm to catch it?
  4. circuitman

    Waitfor Usage and Tips

    I guess I have to use it like this ; waitfor "_RAM:" FOREVER waiting indefinitely. Is this OK? Another problem I hope port buffer does not bother me because it may takes 10 mins to wait for the string. :( Thanks
  5. circuitman

    Waitfor Usage and Tips

    Dear Experts, I need help about the usage of waitfor. I have some datas where coming from a processor. I see some words in screen.Like that; dfdf dfdfdf 111 dfdf dfdf dfdf _RAM:en ddf www What I want to do is using waitfor"_RAM:" commmand, run some commands in the script file below, Script...

Part and Inventory Search

Back
Top