Factory Talk MultistateSTATE as a tag

drakecesar

Member
Join Date
Nov 2019
Location
Monterrey
Posts
7
Hello,

Can you help me please?

I have doing a HMI in Factory Talk, i need to see what state it is a multisateindicator

for example if
MultistateIndicator7= 0 ( is in state 0 right now)
or
MultistateIndicator7= 1

then i can do a expression with it.

can factory talk do that?

PD. Factory Talk View version 7.
 
Hello,

Can you help me please?

I have doing a HMI in Factory Talk, i need to see what state it is a multisateindicator

for example if
MultistateIndicator7= 0 ( is in state 0 right now)
or
MultistateIndicator7= 1

then i can do a expression with it.

can factory talk do that?

PD. Factory Talk View version 7.


The multistate indicator will be linked to either a PLC or Local tag, just inspect that value...
 
The multistate indicator will be linked to either a PLC or Local tag, just inspect that value...


maybe you didn't understand me, i already have tags in multistate indicator (image 1)

I need to know which state is (online) to make an expression with that state value. 0 or 1.

1.png 2.png
 
Maybe I didn't understand you ....


You DRIVE a multistate indicator to the STATE you want it to be in. You cannot interrogate the state VALUE.

Sounds like your multistate indicators have inter-dependances. Surely you can do the logic in the PLC and keep the HMI indicators as simple as possible.

Don't forget that each of the numbered states can have a "State Value", which does not have to be the same as the state index number. This means it is possible to drive the indicators with bits in a DINT tag.

For example ....

State 0 Value 0
State 1 Value 1
State 2 Value 2
State 3 Value 4
State 4 Value 8
State 5 Value 16

etc.
 

Similar Topics

Hi- I am configuring an alarm and event server to display 1 current alarm at a time on a big display. Having a few issues The alarm doesn't...
Replies
0
Views
31
Hi Friends; I have a red Explanation Mark on Factory Talk Directory in Task Bar. Before Update the windows and installation of AutoCad it works...
Replies
2
Views
148
I am trying to enable an external alarm via computer speakers for Factory Talk Network Distributed Edition. I am using Alarm and Events setup. I...
Replies
7
Views
171
We have a quad monitor setup with FT SE and we are utilizing a header screen at the top of every display. when we open a new page we abort the...
Replies
0
Views
92
Good day colleagues, I have a problem with a plc slc 5 since I export the tags to my factory program to load them into a panel view 1000 plus 6...
Replies
0
Views
112
Back
Top Bottom