If I run the following from the dos command line:
c:\Programs\Symantec\ProcommPlus\PROGRAMS\PW5.EXE EXEC_UTC_01.was
It will start procomm and run the .was file
I have been using pwexit to cause procomm to shut down when the script is finished, but I would prefere not to use pwexit.
Anybody...
When I issue a command to my BCB ( a medical diagnostic machine ) I can get back a varied response:
As an example I use the following:
waitfor("GuiInit state=INITIAL rc=0 sentTo
=GUIBOX replyTo=<none> sender=EXEC type=2 value=0") even though I am only interested that the...
I have:
strfmt s0 "%-33s%d", "vacWorkflow.fillStatus", 1
logTransmitWait("DISPLAY_WORKFLOW_LIST ^M", s0)
I would like to have:
logTransmitWait("DISPLAY_WORKFLOW_LIST ^M", createWatchString("vacWorkflow.fillstatus", 1)
func createWatchString ...
I have about 30 .was files I would like to run overnight.
Any tips on how to do this?
Normally I use TestExpert to put all my test scripts in a harness that I can have run overnight, but I don't have much experience with Procomm/Aspect Scripting.
Any help would be appreciated.
The following doesn't work because you can't pass an array name as an argument to a func. Is there a way to accomplish what I am trying by passing a reference to the array I want to search with the "func searchArray"?
Thanks for the help.
proc main
string myArray[10]...
The "Compile Options" allows you to set the "Aspect Include Path". It only allows about 80 characters in this field. I defined the environmental variable "PROCOMM_INC" to be "C:\cygwin\home\elmerf\projects\testScripts\LDM_UTs\COMMON"
Now I want to put...
I use the following to erase a sector of flash memory:
proc eraseFlash
; Erases the target FlASH Sector
param integer sectorAddress
string sectorAddress_string
itoa sectorAddress sectorAddress_string ; convert for "transmit"
transmit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.