Data Table Display In Binary Format

PERSPOLIS

Member
Join Date
Jun 2002
Location
ontario
Posts
295
HI EXPERTS

EVERY TIME I GO TO DATA TABLE TO VIEW THE STATUS OF ANY BIT USING RSLOGIX 500 IT IS IN DECIMAL FORMAT ANYBODY KNOW HOW TO CHANGE FROM DECIMAL TO BINARY SO THAT THE DEFAULT DIPLAY OF DATA TABLE IS ALWAYS IN BINARY FORMAT.

MANY THANKS EXPERTS
 
Radix

If you open the data table, in the lower right field there is a radix option. From this option you can go octal, bin, decimal, or hex

Hope that helps

Steve
 
From what I can see, if the file is a bit file (Starts w/ a B, i.e. B3:5/2) then it normally opens in binary radix but if it is an Integer file (Starts w/ an N, i.e. N7:xx) then it opens in decimal radix).

Are you looking at bits in an integer file? for instance N7:5/2.

You will need to change the radix manually as Steve D suggested.

HTH
 
none

I had a custom class from rockwell automation last week and while we were discussing the rslogix software someone brought that point up, our instructor told us that there is no way to change the default setting, as the last post says a b3 file is in binary and an integer file is in decimal, you can change it from the radix but you will never be able to change it so that every time you open it up the integer file will be in binary, I hope this helps
 
when u open a data file for the first time it will always open with the default radix for that type of file: binary for B files, decimal for N files, etc.

if you change the radix of, say a B3 data file from binary to decimal or hex, etc. and close the data file. then open the data file once again, the change still remains as it is. i.e. the file will open with the data in the same radix as that with which it was closed.
 

Similar Topics

HI EXPERT THANKS TO STEVE D AND NDZIED1 NOW I AM TOTALLY CLEAR ABOUT THE DISPLAY FORMAT MUCH APPRECIATED THANKS EXPERTS
Replies
0
Views
3,774
Hi. I'm working with a SLC 5/05 but I have no experience with it. I've been tasked with trying to figure out if it is possible to directly modify...
Replies
6
Views
1,063
I have an existing FTV SE application running on a computer and trying to add another "station" at the location. The application is FTV SE v12...
Replies
0
Views
850
Hi everybody, I was given a large excel file with 1,000 rows and 7 columns that are arranged in a way to show the total volume of a cylinder at...
Replies
13
Views
2,646
Hello all, I have a PV Plus I am creating with a RSLogix 500 processor. I am getting a Diagnostic fault saying: "Data table I1:3-I1:17 in SLC at...
Replies
0
Views
1,222
Back
Top Bottom