QUOTE(wonderboutin @ May 29 2006, 01:20 PM) [snapback]34746[/snapback]
I'm new in Rsview se. I need help for a basic application.
I have 4 momentary push button with one numeric display.
I want to display the tag "DATA1" in my numeric display when the push button #1 is active,
And when is the push button #2, i want display tag "DATA2" ....
can you help me !
Ok, Sorry I don’t really understand your problem within the two post.But here goes: Create a tag named button 1Make button 1 make true internal relay b3:0/0 Make button 2 make true internal relay b3:0/1Make button 3 make true internal relay b3:0/2 Make button 4 make true internal relay b3:0/3 Use one shots to toggle Use visibility command to display Data in tags. Data1 visible when b3:0/0 trueData2 visible when b3:0/1 trueData3 visible when b3:0/2 trueData4 visible when b3:0/3 true This scheme will require you to create 4 data displaysProgram each to be visible when relay is true then overlap them. This is a quick way, there are 17 different ways to accomplish this.( just off the top of my head) A little more info on project would help. Do you not have room to display all data at once? There are so many ways to do this. Read more, trial and error. Hope this helps Money4nothing is right on too. GREAT POST. When you learn expressions it will be a plus. If you starting out, programming rsview can be challenging. I have used rsview in a plc with a start and end statement. No plc programming, all inside rsview.And have used plc to manipulate rsview. Best of luck,Be thankful of this forum, WOW You could use move statement in plc to change data in register to correspond with button pressed and have rsview using one data display
When button 1 pressed move data into n7:0
When button 2 pressed move data into n7:0
and so forth
Create one display in rsview to display n7:0