get value on ignition software from EL3403

usmania

Member
Join Date
May 2014
Location
munich
Posts
2
Hi,

i configured ignition software with beckhoff embedded PC CX8091 through OPC-UA. Now i connect EL3403 with CX8091. I want to measure the values of voltage, current and power through this on my ignition software. Will you please guide me how to program the CX8091 in this regard, that my measured values should be shown on software that i am using. thank you

regards,
usman
 
Bring the EL3403 into your system manager project and link your variables to the hardware.
for example declare a var
Voltage AT %I* : DINT;
Current AT %I* : DINT;
ActivePower AT %I* : DINT;

in your PLC code then scan that PLC project in system manager and link to the inputs.
 

Similar Topics

I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
10
Views
261
I want to set user security level based on the value of a tag in my PLC called "ActiveUser". That tag will contain the A-P code which we use for...
Replies
6
Views
226
hello. In Intouch, I want the color of the alarm window in the header menu to change depending on the priority value of the tag. To do this, I...
Replies
0
Views
86
I have a Type C to RS485 adapter connect to my Siemens RWF55. I use modscan to scan it to get a value from the Siemens controller. In the...
Replies
4
Views
106
I'm pretty new to PLC's, so forgive me if I use the wrong terminology and whatnot. We have an issue at work where we have a flow meter that is...
Replies
10
Views
297
Back
Top Bottom