Visu current and power information

Hello,

In my program under AS4, i want to have information current & power output from the Acopos to see in my visu powerpanel.

Please, can you indicate me where i can find in AS4 those information to program in Visu windows ?

Or how can i configure the trace test in AS4 to have those information ?

Thank you

Yoann

Hi Yoann,

from ACOPOS parameter view we have

844: Inverter: Output: Power

214: CTRL Current: Actual stator current quadrature component

219: CTRL Current: Actual stator current direct component

Hi Christoph,

Thank you for the code.

Is it possible to associate those code to a windows into the visu of a powerpanel ?

Hi Yoann,

of course, it is absolutely possible to display these values in the visualization.

The values are loaded on the drive side into the PLC and can then be shown in the visualization without any issue. It is also possible to display the values over time in a trend view.

Regarding the visualization itself, the main question is whether you are using mappView or VC4. And of course you need the Automation Studio project.

From your question, I assume you might not yet have extensive experience with our system. That’s completely fine — even though reading a few axis datapoints and displaying them in the visualization is not a big task, it does require some basic knowledge of the motion system, PLC and especially visu (VC4 or mappView).

1 Like

Hi Samuel,

With AS4 i develop my program under motion ACP10 + visu VC4.

I’m not an expert, but i arrive to program some widows to read or control the Acopos via powerpanel & AS4.

1 Like

Hi Yoann,

the first step is to cyclically read out the parameters with a function block running on PLC.

e.g. MC_BR_InitCyclicRead could be an approach.

After this the values are inside PLC variables so you can access them with VC afterwards.

Ok, thank you for your help !

1 Like