RSViewME - display Decimal as HEX?

badbadtz560

Member
Join Date
Oct 2008
Location
GA
Posts
2
I have an integer that the PLC-5 processor is feeding the panelview 1250. Is there any way to have RSview ME convert this integer to hex?

It is not logical at all to me, but the last person that programmed the PLC and panelview somehow decided that the PLC would feed integers to the panelview, and the panelview would convert it to hexadecimal before displaying it.

Now the question is.. how do I do the same thing in the newer and "improved' rsview ME 4.0?

Or if there's a way to have rslogix5 convert the decimal to hex and store it in a different location.. then send that data to the new panelview, that'd work too.. does anyone know if there's a function that does that?
 
Last edited:
badbadtz560 said:
It is not logical at all to me, but the last person that programmed the PLC and panelview somehow decided that the PLC would feed integers to the panelview, and the panelview would convert it to hexadecimal before displaying it.

I believe the old PVs displayed data in BCD format
 
There's no "change display radix" mechanism in RSView ME.

The way I've done this is by breaking up the integer value into four separate nibbles and displaying each one as a 16-state Mult-State Indicator.

It's not pretty or simple but it works.
 
badbadtz560 said:
I have an integer that the PLC-5 processor is feeding the panelview 1250. Is there any way to have RSview ME convert this integer to hex?

It is not logical at all to me, but the last person that programmed the PLC and panelview somehow decided that the PLC would feed integers to the panelview, and the panelview would convert it to hexadecimal before displaying it.

Now the question is.. how do I do the same thing in the newer and "improved' rsview ME 4.0?

Or if there's a way to have rslogix5 convert the decimal to hex and store it in a different location.. then send that data to the new panelview, that'd work too.. does anyone know if there's a function that does that?

Was the original PLC 5 code converting an integer to BCD with the FRD instruction? I have seen this before when an old PV had to display a number as 99,999. If that is the case, and the number you need to display is greater than 32767, move the value into a FLOAT or if the PLC 5 supports it, a LONG
 

Similar Topics

I was unable to find a way to display a code in Hex in a Panelview Plus 700 application. Does anyone know of a way to do this? I remember...
Replies
13
Views
9,203
I have tried without success to make several of my RSViewME V4.00 popup screens movable. I have set them up to be of Dispaly Type "On Top", with...
Replies
1
Views
4,461
Does anyone know if there is a way to bypass the 100 tag limit on logging data in a FactoryTalk View ME - Data log Model? I am under the...
Replies
0
Views
2,385
Is there any way to run RSViewME Station in "full screen mode" On a PC? OR Do I have to modify the application to match the screen resolution of...
Replies
1
Views
2,061
I loaded a new *mer file into a RSViewME PanelView and now when the PanelView starts up it looks for a external memory card. I loaded the file...
Replies
1
Views
2,043
Back
Top Bottom