Crimson 3.0 and Red Lion G310 Questions

CJlikesCHAIRS

Member
Join Date
May 2015
Location
Nope
Posts
65
This is my first time using these two, and I have picked it up fairly well. I don't have much programming experience(very, very little), but I can make things work after playing for a while.

My question is based on RS Logix 5000. I made 3 position selectors to control valves (normally closed valves, with the commands being open/auto/closed). In Logix, I have an INT controller tag in Logix that I use for each. I just the set the value of the INT with the selector in Crimson, then use the corresponding bits to trigger things. (EX. clicking "open" sets the Control_SW INT value to 1, then I use Control_SW.0 to open the valves. Clicking "auto" sets Control_SW valve to 2, then I use Control_SW.1 to set it in auto mode.)

I was wondering if I could do this with BOOL bits instead of INTs? I tried, but for some reason they were all turning on and off super fast and it was weird. I settled for this method to save myself some work, but I am wondering if anyone has done this before here?

Again, sorry if this makes no sense to you experienced guys, I didn't go to school for this but turned out to be good at it so I do minor work for my company.
 
If you are asking if its possible to setup tags for each bit of the int tag, that is possible.

Int_Tag would come from your PLC, then you could setup tags for each of the bits you want to use.

XIMTgAM.png
 
That wasn't what I was asking, but I didn't know you could make tags for each bit inside the INT. You just saved me a few hours of work haha. Thanks for that.

I was wondering if it was easier to write the Logix with BOOL bits to control these valves, or if what I'm doing makes sense and isn't a huge waste of time :)
 
This is what my HMI looks like, a selector and then an indicator next to it to show where the valve is.

"example" is the HMI screen
"controler tags" is what my tag looks like
"rung" is what my rung looks like.

Will this work?

example.jpg controler tags.jpg rung.jpg
 
Glad I could help even if it wasn't what you were asking xD.

We usually use INT's to pass groups of bits back and forth, but it really depends on what works for your application.

EDIT Yeah the pictures you posted are exactly how I would do it.
 

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
107
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
668
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,121
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,015
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,670
Back
Top Bottom