displaying Hex numbers in VersaPro

Dave Powers

Member
Join Date
Oct 2003
Location
Vermont
Posts
22
Does anyone know how to keep Hex numbers displayed in VersaPro?

I enter in the Hex numbers, then when I reopen the folder, the numbers are displayed in decimal.
 
If you're talking about a reference view table or a variable view table, you can save the display format.

In the ladder display window, the display format defaults to match the format of the instruction. So if you've programmed a MOVE_WORD instruction, the numeric values will default to hex. A MOVE_INT instruction will display the values as integers. You can change the display format, but you can't save it.
 
In the Ladder we are using a Move block to Move constants in a register to send to a DP-20 Versamax Display. We create our word in Hex and after saving it the program converts it back to decimal. Is there a way to keep the Display of Constants in the Program in the Hex format?
 
Edited Program put in Hex codes with Block Mov Word. Send program down open closes program all varibles stayed in Hex. BUT!! when upload program from Control to laptop varibles change to decimal. Is there anyway from preventing this??
 
Is there anyway from preventing this??
Apparently not. I programmed a Block Move that was enabled by a %S007 (ALW_ON) contact and entered hex values for all seven constants. I downloaded to the PLC and got the results you reported. When I uploaded from the PLC, not only did I get the constants diesplayed in decimal, but the NO contact had been replaced by a horizontal shunt.
I guess some default choices that VersaPro makes are not available for the user to edit.
 

Similar Topics

Hi Everyone, Just wondering if anyone could help me with an issue I'm having? I'd like to display a fault code that is referenced in Hex on an...
Replies
2
Views
1,577
Ran into a strange problem. How do you display a Hexadecimal number on a PanleView 600? The PLC is a CompactLogix. The value is passed into...
Replies
4
Views
7,544
Hey everyone and anyone that can lend a helping hand. I have a project that I am being asked to add some animations of Solidworks or "3D" models...
Replies
9
Views
333
Using FTview ME to create an HMI screen. Simplest task is giving me trouble. How do I create an HMI tag that will allow the name of the current...
Replies
3
Views
132
Hello Folks, plc : micrologix 1500 The analog output from the loadcell is given to the plc. Using the SCP function I have scaled it into an...
Replies
3
Views
763
Back
Top Bottom