SpencerHln Posted July 10, 2019 Posted July 10, 2019 Hi Everyone, I'm new to AutoIt but found it while looking for a means to automate a few processes in AS400. I've read a few posts in this forum about automating AS400, including this one by DangerousDan and this one by Neutro. However, their code seems to use the IBM iSeries console, while the one I'm using is a Rumba AS/400 display (I've attached an image of the display header below). I've tried using their basic code to just connect to the display and send keystrokes/move the cursor, but I don't ever see changes in the console despite not getting any error messages. If anyone has any familiarity with connecting to a Rumba display with AutoIt or has any resources they could point me to, I would really appreciate it. Thanks!
Developers Jos Posted July 10, 2019 Developers Posted July 10, 2019 Moved to the appropriate forum. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
junkew Posted July 11, 2019 Posted July 11, 2019 (edited) Long ago I did some screen scraping like For each screen Send home key to go to upper left Read Xs Ys position of cursor Repeat Send tab Read x y as field Until x y equal to Xs Ys Ctrl a ctrl c and clipget would give you the text that is on the screen which in combination with the field array helps in setting and getting text. and chech ehlapi32.dll example java https://github.com/panther999/AutoRumba/blob/master/src/main/java/org/autorumba/ehlapi/EhlApi32.java Edited July 11, 2019 by junkew FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now