Ok I think I have it working sort of. The only thing is is I get the following Error Message after I select the file:
Error 1: Value out of Range
After I click ok on the error message then it asks if I want to stop the script. If I tell it no it continues and stops everytime everytime I put...
Needs some help with text files.
I am having trouble starting a script that will enable the user to choose which txt file for the script to run on.
Then after they choose it, it would TRANSMIT line for line with variables. (ie.. "+" at the end of the line means to continue to transmit the...
Hank,
The above script was written for the GTD5 due to there is no command (that I know of) that can do a through command... but the commands in the script are Titan 5500 DCS, because I knew those commands already. Now I can easily transfer the commands.
Thanks,
Jason
Sorry for the delay if any. Thanks Knob and Hank. I have gotten the script to work now. I had to convert the string variable to an integer useing atoi and the convert it back to transmit useing itoa. Heres the script complete.
[code]string A
string C
integer B
integer D
integer Event
proc...
I am trying to completely stop a command if it sees a deny response from the machine. Below is a script that I call to get it to stop.
procError
usermsg "!!!THIS COMMAND HAS BEEN TERMINATED!!! - Please VERIFY input. After verification enter correct ACCESS IDENTIFIER (AID)"...
Sorry for the confusion
This is what the command looks like complete
ed-t1::281:CTAG::CST:FMT=ESF,ALM=INH,MODE=FRCD;
X=281 (what the user inputed)
I would like for it to go to the next one like this
ed-t1::282:CTAG::CST:FMT=ESF,ALM=INH,MODE=FRCD;
I am trying to repeat the transmit at the...
I am relatively new to writing scripts in Aspect. I have run accros a rather difficult problem. I am trying to repeat the command and increment the variable that is inputed by 1. I would like to also be able to set when to stop the repeat of the command.
Here is an example of what I am trying...
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.