![]() |
||
|
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc. |
||
| ||
New Here? Please read this important info!!!
|
|
#1 |
|
Member
![]() Join Date: Apr 2006
Location: Mason City
Posts: 1
|
This is my first time using this website and I hope you all can help me. I am useing the Panelbuiler32 software and trying to add animation to a program. I want a multistate display to indicate one of three positions that a robotic arm is in. How do you program the multistate display to reconize the difference between inputs; that is can I have I:1/0 display one graphic and I:1/2 display another?
|
|
|
|
#2 |
|
Member
|
You will need to do some programming in the PLC. Depending on the two values of your digital inputs, move different values into a integer value. Use that integer in PanelBuilder32 to to display your mutliple inputs.
Panelbuilder32 doesnt really have expressions to let you do all that in panelbuilder32. |
|
|
|
#3 |
|
Member
![]() Join Date: Dec 2004
Location: SE Michigan
Posts: 2,094
|
A multistate indicator can be driven two different ways for more than 2 states (on-off). The first method is the value method as Steve has pointed out. The HMI reads a decimal value out of a integer location and then displays that which is programmed for that value.
The other method is by least significant bit. The HMI "displays the message or state corresponding to the Least Significant Bit (LSB) at the read tag" address. Hope that helps.
__________________
"You can live to be a hundred if you give up all the things that make you want to live to be a hundred." Woody Allen |
|
|
|
#4 |
|
Member
|
In the properties for the multistate indicator you can select a graphic that you want to display for each state. In the PLC you can just do
This is just using N7:0 as an example for the word you would send to the PanelView
__________________
pcflunkies.com |
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Topics
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| XIO and XIC... and variations thereof... | Terry Woods | LIVE PLC Questions And Answers | 46 | August 13th, 2010 02:06 AM |
| panelbuilder32 | DANNYC | LIVE PLC Questions And Answers | 4 | December 24th, 2004 06:23 PM |
| panelview multistate | russrmartin | LIVE PLC Questions And Answers | 11 | October 29th, 2004 12:25 AM |
| Panel indicator | mwatkins | LIVE PLC Questions And Answers | 6 | February 12th, 2003 06:11 AM |
| 64 words - PanelBuilder32 | Claude | LIVE PLC Questions And Answers | 5 | July 17th, 2002 07:41 AM |