Intelligent Automation & Macro Software  

Go Back   Tethys Solutions Forums > Products Zone > Automation Anywhere
Register FAQ Search Today's Posts Mark Forums Read

Automation Anywhere Post messages and questions related to Automation Software here.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-24-2009, 09:44 AM
baroim baroim is offline
Junior Member
 
Join Date: Sep 2009
Posts: 3
Default Recognising colours and combining tasks

Hello,

Can this software recognize colour(s) that shows up on software interface? for example, if i have a flash movie of a traffic light, can we set a series of task as follow:

1. If the red light on, do A task
2. If the yellow light on, do B task
3. If the green light on, do C task

And, can we also combine tasks, for example, if the yellow light on, do B task followed by A task?

Thank you.
Reply With Quote
  #2 (permalink)  
Old 09-25-2009, 05:49 AM
forumsupport forumsupport is online now
Senior Member
 
Join Date: Apr 2007
Posts: 1,338
Default

Hello,

Image Recognition feature is used to automate a task based on images. , Automation Anywhere Enterprise provides you with 'If Image Recognition' command, using which you can find, if an image exists within another image either from a file or capture the rectangular area on any window. You can find this command under 'Conditions/Loops' command category.

What you can do is,

. Save three different images of red, yellow and green lights.
. Now, find the image using 'If Image Recognition' and if image is recognized then inside If-End if block you can run the required task.
. You need to insert three different 'If Image Recognition' command to compare three lights i.e red, yellow and green.

Yes, you can also chain the task multiple tasks using Run Task command.

Text format of task would appear something like this,

If Image "C:\redlight.jpg" Exists in "Application Window Title" with 100 percentage match Then

Run Task A

End If

If Image "C:\yellow.jpg" Exists in "Application Window Title" with 100 percentage match Then

Run Task B
Run Task A

End If

If Image "C:\greenlight.jpg" Exists in "Application Window Title" with 100 percentage match Then

Run Task C

End If

Hope that helps.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -7. The time now is 10:58 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc.
Copyright © 2003-2008 Tethys Solutions, LLC. All rights reserved