GE Versapro ?

jcraft

Member
Join Date
Dec 2006
Location
Niagara falls
Posts
91
We have a Versapro 1.5 program for our machine with a 90-30 rack. I went on line and there is a rung with an on delay timer that has a setpoint of 75. I double clicked this value and changed to 50. It then asked me if I wanted to make the word for word changes, which I said yes. The value for the SP showed 50 however, when the timer ran it still went up to the 75 value before it turned it's output on. Was wondering what went wrong. I tried several other values and it always went to the 75. Thanks
 
Is the timebase for the timer hundredths (TMR_HUNDS)? There isn't much of a discernable difference between 50 hundredths (0.5 seconds) and 75 hundredths (0.75 seconds).

If the timebase is tenths, check to make sure that none of the three %R registers assigned to the timer aren't being written to somewhere else in the program. If the timer shows an address of %R101, it also uses %R102 and %R103.
 
The timer is in tenths and the address on the timer is %R01011. The SP showed 75 so that is where I double clicked on it and changed it to 50. The SP value stayed on 50 but everytime the timer was active it timed to 75 before the output came on. Strange
 
The timer keeps the accumulated value in %R1011. It keeps a copy of the preset value in %R1012 and also uses %R1013 as a control word. Search your program to make sure those registers aren't being used anywhere else.

Are you sure you sent the value of 50 to the PLC? Did VP show "Logic Equal" in the lower right hand corner of the screen after you tried to change the preset?

Try changing the program to use %R1012 as the timer preset and then write a value to it. When you do it that way, you don't get the prompt about making an online change when you change the preset.
 
I'll try looking into this tomorrow. I do know that it showed the new value at the PV and the logic was also equal after I did the change
 

Similar Topics

I have a LM9030 program that is running on a IC693CPU331 that was installed in the mid 90's. How can I find out if this cpu can handle newer VP...
Replies
3
Views
1,258
I have a Versapro project file for a Versamax PLC. Need to identify what type of variables are suitable and made available for BMS system to...
Replies
3
Views
1,706
I was given a file with a .SwxCF extension. Can this be opened in any way with VersaPro? I only have version 2.0 Pro and have no luck. I think...
Replies
4
Views
1,949
I have GE Fanuc VersaPro 2.0 software where can I get an upgrade CD. I need to program a IC200UEX164 64 point (40) 24Vdc In; (24) Relay Out; and...
Replies
26
Views
2,193
Needing a bit of help on some GE Series 90-30 configuration files. It appears that I need the GE VersaPro software at a minimum to view the data...
Replies
4
Views
2,406
Back
Top Bottom