E300 OL relay generating data while DCed

matatata

Member
Join Date
Aug 2017
Location
Croatia
Posts
32
Im using studio 5000, in my software, Im using E300 overload protection relay to control a motor.



Studio 5000 Version 32.12
E300 Version 7


While controlling motor all seems to be ok, but while we were testing what would happen if we lose communication / power to E300 strange things seems to happen.


Some inputs of this datablock - AB:E300:I:3 - get written even without the communication with E300 relay(communication loss is instantaneous)


I tried to delete all instances where I m writting in this datablock and it still gets written. why?
 
What exact sub-elements of the Input tag "get written" ?

Do the values actually *change* and update ?

It is normal for the Input data to remain the last state from before the communications loss. A-B devices typically allow you to monitor the connection to be sure the data is valid, rather than implying there's something wrong by setting all the values to zero or another out-of-range value.

>delete all instances where I'm writing in this datablock

That's an Input tag, which will be automatically updated by the I/O connection. You should not have any logic or HMI that "writes" to any element of that tag.
 
What exact sub-elements of the Input tag "get written" ?


I've only noticed that one that Im using like ready / average current and some other



Do the values actually *change* and update ?


Bool values go from 0 to 1, average current goes from 0 to some value(could be the last value before disconnecting)


It is normal for the Input data to remain the last state from before the communications loss. A-B devices typically allow you to monitor the connection to be sure the data is valid, rather than implying there's something wrong by setting all the values to zero or another out-of-range value.


Ok, I was checking connection state by using gsv block and if the communication isnt good, I would just copy empty block to this one, and somehow, values kept changing. Even where there is a no chance of communication(only ethernet cable pulled out)



That's an Input tag, which will be automatically updated by the I/O connection. You should not have any logic or HMI that "writes" to any element of that tag.


I never had this problem or similar problems just to set these values to zero if i lose communication with that certain device, now im using a buffer and it solved the problem but still... i would like to know why it happens.


answers are in black
 
Never write values to an Input tag.

>if the communication isnt good, I would just copy empty block to this one, and somehow, values kept changing.

I think that the values *appear* to be changing because your logic is competing with the I/O connection automatic data transfer.

Use the value of the GSV EntryStatus, divided by 4096, to determine if the connection is running. 4= Running, anything else is a broken or re-establishing connection.
 
I think that the values *appear* to be changing because your logic is competing with the I/O connection automatic data transfer.

Use the value of the GSV EntryStatus, divided by 4096, to determine if the connection is running. 4= Running, anything else is a broken or re-establishing connection.


I would understand that it would be competing but, there is no connection, I'm not supposed to get this data, I only write in it when there is no connection


and that there is no connection i check with gsv, example in the picture

https://imgur.com/uJ2PYGD
 

Similar Topics

Hi, I'm using E300 as E3 Plus in emulation mode. E300 is Rockwell Automation's overload relay. But I get hardware fault when I enable Ground...
Replies
0
Views
454
Hi everyone, I have So many E300 Control module kept dead due to Module status fault. I am trying to flash them to higher version from lower...
Replies
0
Views
387
I'm working on a E300 overload relay and I'm trying to figure out where I can find information on the communications. I'm using a preconfigured...
Replies
7
Views
1,998
Hi, I'm currently trying to understand this product. A customer has asked if we can incoorporate it in a system he will be offered. The system...
Replies
4
Views
3,773
Hi, Anybody can advise, where can i do device logix of E300 overload relay ? I already updated the firmware to V5. When the time i use E3plus...
Replies
8
Views
6,765
Back
Top Bottom