RSView32-RecipePro

garym4569

Member
Join Date
Sep 2011
Location
TN
Posts
14
How can I keep RecipePro in RSView32 from omitting the leading 0 in my data set. For example, my recipe data value is .123, but when this value is downloaded to the SLC5/04, the value becomes 0.123 which causes the RecipePro's data verification to give error that the data does not match. I need the recipe data to be stay as entered and not omit 0 (0.123)

Is this possible?

Thanks in Advance.
Gary
 
Gary,

In general, the RSView data display is programmable to display the number of data characters, the number of decimal places, and whether you want leading 0's or blanks if there is no whole number (see RSView Numeric Display setup example below). Apparently your display is set for leading zeroes, and the Field Length may be 1 less than you need to produce a fractional number with the leading 0.

RSView Leading Zeroes.jpg
 
Last edited:
Thanks for the info, but I am talking about the data entry fields within the RecipePro editor. See the attached image. I need the leading zero in the .8 field so the data will pass verification once downloaded the the PLC. Once downloaded, the value in the data table will be 0.8

RecipePro.jpg
 
Yes, I know. You have to find where the data is formatted in RecipePro, and change it to have the leading 0. (I thought that is what I said already, using the general case of a data field in RSView.)
 

Similar Topics

Does anyone know of a method to edit the recipe data base created by RecipePro without using the RecipePro editor? According to Rockwell's...
Replies
3
Views
5,549
I'm importing an RSView32 project into FTView SE. I'm using Legacy Tag Database Conversion on a virtual machine with Windows XP, I did the first...
Replies
0
Views
373
Hi everybody, I have a rsview32 application, when I try to run it it loads upto 80% system settings and the crashes saying Rsview32 Project...
Replies
3
Views
1,911
Hi Guys I'm having trouble assigning a tag to an activex label on a Multipage Tab. I can assign the tag to an active x label on a normal display...
Replies
0
Views
596
I have followed the procedure below to convert RSView32 project to FactoryTalk View...
Replies
5
Views
1,431
Back
Top Bottom