Hi,
I'm trying to rget characters from the next line after the "CR" of my transmitted text. The received alarm text is always different so I can't use the waitfor command. My shalarms string is always rgettin "show alarms", the transmitted text. Here's an example of the terminal screen user...
Thanks knob
I was also wondering if it is possible to wait for text and paste that text to a cell in excel
let's say i receive
"1-Passed 5%"
"2-Passed 6%"
I want to paste 1 in cell A1 and 5% in B1
paste 2 in cell A2 and 6% in B2
I have seen a lot of post that were the other way...
trying to make a script that when user enters a number depending on which it will open 1 or 2 scripts. Doesn't work right now it's some cut & paste from help file.
proc main
string name1
sdlginput "config" "enter 1 2 or 3" name1
transmit name1
transmit "^M"
integer name1...
Thanks for the fast response Knob!
It's looks easy will try it.
For
(not sure what you mean by dialog screen wait for user to press ok)
I meant; when I do
waitfor "text string #2"
next I want a dialog screen meaning a little window that pops-up that askes the user to press OK (Plug in the...
Hi everybody,
I want to make a script;
1-when receiving certain text (login)
send this text "XXXXX"^M
2-dialog screen (user enters a number from 1 to 6)^M
send XXXX(x)<--number entered^M
3-wait for this text
dialog screen wait for user to press ok then
send XXXX^M
4-received answer...
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.