How do I detect connection error in WinCC flexible?

Hi Ruki.

You have 2 S120 VFDs connected directly to the TP1200, without a PLC ?
Not sure if that can work. I have never tried it.
If you can have a lifebit or continously incrementing counter from each VFD then you can do this:

Have 2 internal tags for "connection_1_ok" and "connection_2_ok".
On system event 140001 set both "connection_1_ok" and "connection_2_ok" to 0.
On the lifebit or counter from the VFD 1, add the OnChange event and the function Setbit "connection_1_ok".
On the lifebit or counter from the VFD 2, add the OnChange event and the function Setbit "connection_2_ok".

If one of the VFDs goes offline, both "connection_1_ok" and "connection_2_ok" will go off, followed by the one that is still online going on again.
Essentially, you tell the panel that the drive is a 300 PLC, and then access parameters as DB#[ParamNo].DB[XBWD][ParamOffset], or something like that. Documentation is hard to find, and the support has come and gone a couple times as product families change. I think I heard it works in Unified now, though.
 
Essentially, you tell the panel that the drive is a 300 PLC, and then access parameters as DB#[ParamNo].DB[XBWD][ParamOffset], or something like that. Documentation is hard to find, and the support has come and gone a couple times as product families change. I think I heard it works in Unified now, though.

Yep
Been in the panels for years

Unified does support it and DCC with S120
along with G drives



 
Last edited:

Similar Topics

Siemens question: If communication between HMI and PLC fails, how can I detect that in the HMI for multiple connections? Thanks Pavol
Replies
16
Views
5,733
I have an SM3000 on the same network with a few compactlogix plcs. One of the issues with the SM3000 is that it periodically loses its ethernet...
Replies
1
Views
1,550
Does anyone know of a way to detect if someone is online with the controller in ControlLogix (from logic) I'm thinking that maybe there is a CIP...
Replies
7
Views
390
Hi all, I am trying to find a way of detecting a motor is not isolated before attempting to run an inverter. We would normally use a 4 pole...
Replies
19
Views
3,080
Hello everybody, I have a vendor system that has some remote monitoring (read only) and remote control (read/write) data that is available via...
Replies
7
Views
2,873
Back
Top Bottom