See all bits at a memory address in Unity Pro

Cobelali

Member
Join Date
Jul 2019
Location
California
Posts
3
Hi,
Is there a way to see all the bits in a variable or at a memory location in Unity Pro? For example, how do you look at all the bits in the system word %SW52? I guess I'm looking for something similar to Data Files in RSLogix 500.
Thanks,
Ali

Capture.PNG
 
If you know address or variable, you can use search
https://www.schneider-electric.com/en/faqs/FA226494/

If you mean how to use bits on program, then you can use %SW52.x command or int_to_word and then word_to_bit blocks.

For complete cross reference, you need make documention printout. Select documentation, then cross reference and print only cross references.
 
If you want to view the bits of any word type the name or word address in an animation table. Right click on it and specify to view it as binary. This can only be viewed when online
 

Similar Topics

Newbie looking for help, please. When should one use memory bits versus memory words? Am I right in thinking a memory bit can be used to simply...
Replies
8
Views
2,641
Hello! I am using S7-1200 PLC 1212C AC/DC with configured Modbus TCP Server. I can already read/write Inputs/Outputs (Coils) and Memory Words...
Replies
7
Views
3,069
I am looking for addressing difference between Omron and SIEMENS. In this Ladder netwoks has W10.00 address.This is a Omron ladder. I want to know...
Replies
15
Views
9,345
I am upgrading a legacy HMI that was originally in Control View, then upgraded to RSView. There are a couple of dozen PLC bits being set by the...
Replies
2
Views
3,454
Hi Hope someone can help(Newbie Question), I vaguely recollect reading somewhere that you can't or shouldn't use memory bits within an FB when...
Replies
37
Views
11,223
Back
Top Bottom