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 dencom 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: *

  • Users: polluxtech
  • Content: Threads
  • Order by date
  1. polluxtech

    Can not give control back to procomm

    when i am using rget command,i writed code like this,but i does not work as my expected: (remote target is a linux guy) transmit "echo done ^m" String receiveLine set aspect RXDATA ON rget receiveLine while 1 rget receiveLine...
  2. polluxtech

    waitfor what?

    remote send the 0000> as the end of response. how to write waitfor? but when I write blew code line,it seems not work fine: waitfor "0000>" please help!
  3. polluxtech

    how to implement polymorphism in aspect scripting

    Hi all friends, need help: I have a string array ["abc","efg","hig"] named methods and three functions abc() efg() hig() I want to do something like this: if methodname=="abc" call abc else if methodname=="efg" call efg else methodname == "hig" call hig but this is not neat,right? I...
  4. polluxtech

    how to get argument of the command line

    when a execute the script using command line below: PW4 script.wax arg0 arg1 arg2 arg3 How to get the values of arg2 arg1 arg2 arg3 in the main proc.
  5. polluxtech

    how to checksum with Aspect

    Hi friends: I have a problem, need help. I capture data to a binary file,and have to zero checksum one sector of data. The binary file like this: 00 01 02 03 04 05 06 07 00H: 0xa0 0x12 0x13 0xf0 0xf1 0xc2 0xc4 0xea 08H: 0xab 0x32 0x13 0xf0 0xb1 0xc5 0xa7 0x5a 10H: 0xb0...

Part and Inventory Search

Back
Top