Jump to content

Automating AS400 with a Rumba Interface - (Moved)


Recommended Posts

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!

Screenshot (1).png

Link to comment
Share on other sites

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 by junkew
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...