How can I make the equivalent of a multistate indicator in WinCC Flex Standard

agarb

Member
Join Date
May 2006
Location
USA
Posts
309
My first project with WinCC Flex.

I am trying to make a field that displays various hardcoded messages based on a PLC register value but for the life of me I can't seem to find what I am looking for...
 
That would be a job for a Text List. Configure it in the text list editor found in the Project Panel on the left hand side.

Regards
Phill
 
Create "Text list"
Text coresponding to a value you'll be supplying from the PLC. Bitwise or a number. Bitwise you'll need to make sure only 1 bit is set at any given time, else the default value will be used.
Insert "Symbolic IO field"
Set it to "Output"
Link it to the text list, link it to the tag.
All set.
 
Thanks for pointing me in the proper direction. I'm still finding the software a bit clunky; probably because I'm just not used to it. I have found some features that I really like, though.
 
Create "Text list"
Text coresponding to a value you'll be supplying from the PLC. Bitwise or a number. Bitwise you'll need to make sure only 1 bit is set at any given time, else the default value will be used.
Insert "Symbolic IO field"
Set it to "Output"
Link it to the text list, link it to the tag.
All set.

That is what I am using. How can I make it scroll the message from the text list if it doesn't fit into Symbolic IO Field?
 

Similar Topics

Hello to all, I know there are a few people here very experienced with Codesys. I wonder does Codesys have something similar to OB35 in STEP7...
Replies
3
Views
624
Does anyone know the S7 equivalent of the Mitsubishi Q-Series command PLF? PLF is a one-cycle pulse on the falling edge of the input signal. See...
Replies
5
Views
556
Is there an equivalent Rockwell PLC NOP instruction that is available for the M340 M580 Schneider PLC? Thanks,
Replies
10
Views
2,715
I used GSV to get the current status of older 1769 I/O modules. What is the equivalent for new 5069-I/O ? I know individual points/channels have...
Replies
0
Views
1,016
I am rewriting a program for AB CPX, for SMC electric actuators. I have used both IO-Link and Ethernet/IP with AB CPX, and the most helpful...
Replies
13
Views
4,508
Back
Top Bottom