Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle X protected #52

Open
FWDQK opened this issue Sep 28, 2022 · 5 comments
Open

Handle X protected #52

FWDQK opened this issue Sep 28, 2022 · 5 comments

Comments

@FWDQK
Copy link

FWDQK commented Sep 28, 2022

image

If any invalid key gets hit, it shows as X Protected.
How can we come out of it?
In as400, we used to click control to reset and make screen active.

@pmattes
Copy link
Owner

pmattes commented Sep 28, 2022

Press the Reset key: https://x3270.miraheze.org/wiki/Reset()_action

On wc3270, Reset() is mapped to Alt-r.

@FWDQK
Copy link
Author

FWDQK commented Sep 29, 2022

Press the Reset key: https://x3270.miraheze.org/wiki/Reset()_action

On wc3270, Reset() is mapped to Alt-r.

Hi,
Its working manually.
But via script how we can pass both keys?
I tried via Press Keys/Press Combinations/Send/Execute Command Reset()

@pmattes
Copy link
Owner

pmattes commented Sep 29, 2022

Reset() is a wc3270 action. It is invoked when you press Alt-r, or can be passed to the wc3270 scripting interface via a socket. You must be using some sort of scripting framework that I am not familiar with -- "KeyPress", "Press Combinations", "Send" and "Execute Command" are not part of wc3270.

@FWDQK
Copy link
Author

FWDQK commented Sep 29, 2022

Reset() is a wc3270 action. It is invoked when you press Alt-r, or can be passed to the wc3270 scripting interface via a socket. You must be using some sort of scripting framework that I am not familiar with -- "KeyPress", "Press Combinations", "Send" and "Execute Command" are not part of wc3270.

I am using robot framework to launch wv3270.

@pmattes
Copy link
Owner

pmattes commented Sep 29, 2022

I have never used Robot Framework, so I don't know the answer off the top of my head. Does this article help?
https://stackoverflow.com/questions/32334571/simulate-key-presses-with-robot-framework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants