Red Lion Crimson 3.0 Animated Image

giantjean

Member
Join Date
Jul 2014
Location
texas
Posts
4
I am trying to use the Animated Image to use 4 different images using 4 different tags. I know i can just layer them and display them when active, but I was wondering is there an easier way than just to layering them.

Lets say I want to used the following:

Image 0 = Tag1
Image 1 = Tag2
Image 2 = Tag3
Image 4 = Tag4

Maybe someone has an example of how to use the image selector using more than just 2 images. Thanks.
 
try this...

Select Core primatives -> animated images
In the image properties select image count = 5
leave first one (Image 0) blank so no tag on is a blank. Select your other four images.

in Image Select choose Complex.
In the editor enter

if (Tag1)
return 1;
if (tag2)
return 2;
if (tag3)
return 3;
if (tag4)
return 4;
 

Similar Topics

How do you install update on Red Lion Crimson ver 3.1. Do I just need to run the exe file on the host server?
Replies
1
Views
108
Hi, I am trying to increase the size of the user login pop up using a Red Lion CR1000 7” HMI with Crimson 3.1 software. The login pop up is very...
Replies
2
Views
681
Hello, We are currently running a bunch of g310's connected to their SLC5 PLCs through ethernet. I've attempted to upgrade the program from 2.0...
Replies
1
Views
1,124
Hi I have been using Red Lion products for some time, I had a thought over the bank holiday weekend, As you do. It would be nice if whenever a...
Replies
4
Views
1,019
Well, I have yet another question for the great minds on this forum! We have a red lion HMI for one of our machines and every time I hook my...
Replies
11
Views
1,674
Back
Top Bottom