Relay Help Crimson3.0

wmeaneyjr

Member
Join Date
Dec 2012
Location
MA
Posts
11
Hi Guys,

I'm having a problem programming a relay in Crimson 3.0. My PLC has a retained memory value at Register R5064 that I need to access. However, the R values on Crimson (for a Panasonic FP0 MEWTOCOL-COM driver) only go up to 255F and I cannot enter a higher value. The value also does not respond to being made an LR, which contains that number.

Any thoughts? The PLC won't let me change the values to 2xxx numbers. Says that the value is not valid for retained memory.
 
Don't know anything about Panasonic PLC's but, isn't 255F a hex number? That equals 9567 in Decimal. If my calculator is being operated correctly :). So it would make sense that you could go up to R9567 in the R values. 5064=13C8 in Hex. Can you enter a value like that?

I could be talking out the other end of my body but hopefully this helps you over the hill.
 
Bullzi is right. If you look under the address entry field in Crimson, it says Radix:Hexadecimal for this type of element.
 
Thanks for the attempt, but when I plug the tag on the screen, i'm not shown a value (even though the default is 0)

in the PLC, i've arranged them by ascending FP address number, and they go 5064, 5065, 5066, 5067, 5068, 5069, 506A, etc. So these are already in a hex format, apparently.

Crimson provisions for Relays (0-255F) Special relays (9000-910F) and Link Relays (0000-639F) 5064 has no effect when used in the Link Relays. Perhaps formatting it as 13C8 will work?

Any other ideas if it doesn't work?
 
According to the FP0 manual, the valid range for internal relays is R0 to R62F. Are you sure you're using valid addresses?

fp0.JPG
 
Hi Guys,

Sorry, I'm using an FP2 PLC, one of the high speeds.

I also tried using the WR to treat it as word 506 and specifying bit 4 . doesn't work. At a loss here?
 
My guess would be that the Crimson driver doesn't support the high speed FP2.

Internal relay range of the standard FP2 is R0 to R252F while the FP2SH is R0 to R886F.

Red Lion should be able to confirm this... have you talked to tech support?
 
If you are using the FP Series - FP MEWTOCOL-COM driver then the FP2 is one of our verified devices.

The verified device according to the PDF is a FP2-C1, which is not the high speed model being used by the OP (FP2-C2/3). The internal relay range of this model goes far beyond the allowable range in Crimson. (His address 5064 is already in hex.)
 
The verified device according to the PDF is a FP2-C1, which is not the high speed model being used by the OP (FP2-C2/3). The internal relay range of this model goes far beyond the allowable range in Crimson. (His address 5064 is already in hex.)

Ah I see. I didn't know there was a difference in FP2 models.

wmeaneyjr with the differences mentioned above between the tested FP2 model and the one you are using you will most likely need to submit a driver request through your distributor to have support for your model added.

Thanks
Jeremy
 

Similar Topics

Hi all, This is actually a personal project, if that's ok. My uncle has some property that has a well, he wants to have the well automatically...
Replies
7
Views
2,502
please help i didn't solve this problem with rslogix. I counted but i am not using timer. How i will fix this situation? Please anyone solve this...
Replies
18
Views
4,950
Hi, Guys: we have safety relay 440R-G23216 with reset function, in our application we jumped Y1 and Y2, the reset button one wire connects to S33...
Replies
9
Views
3,329
Hi guys I have an issue on a micrologix 1400 1766-L32BXB , this morning I had an issue with 2 outputs on the base unit stuck open (constant...
Replies
13
Views
1,852
Thank for your kind reply mickey... we are using MITSUBISHI FX5U-32MT/ES TYPE PLC.. we are in need to control the Permanent magnet dc motor...
Replies
1
Views
2,149
Back
Top Bottom