tcp speed with profibus.

Hi guys.

I have a problem..
? try to transfer tcp speed with dsqc 352 profibus unit (S4C M2000 controller). couldn’t find a way to add system output related with tcp speed to the profibus module.
profibus module does not accept AO integration, although system output for tcp speed is AO.
any opinion?:grinning:

thx

Hi

You could put the tcp speed on a sim unit and then read the value of the analog signal in a background task (task1) and set there a group output on the profibus unit. You should ad a wait time in the background task of minimum: WaitTime 0.2;

Best regards

Marcel

tnx a lot..