Wago 750-880

musman

Member
Join Date
Nov 2014
Location
Munich
Posts
20
Hello, I am writing a program to collect measurement data from wago 750-495 (POWER MEASUREMENT MODULE) and then send this data to SQL Database via GPRS Modem.

I have written POU for collecting the data and I have also written POU for sending the data to SQL Database. The problem is that both POU's are separate. What I want is to send the data from Power Measurement POU to SQL POU.

How can I do it? Can I link these two files by declaring global variables? or Is there any other way?
 
Variables from one POU to another can be accessed by preceding the variable name with the name of the POU. For example if your POUs are named PMM and SQL you can access the variable called VoltageR in PMM from SQL as follows:

PMM.VoltageR

Good Luck,

Yosi
 

Similar Topics

I am looking for Wago target files for Codesys V2.3 but can't seem to find them anywhere anymore (Codesys V3 seems to be more prevalent). Does...
Replies
1
Views
10,053
how i can send an email with wago 750-880 using smtp.gmail.com? the google smtp use ssl connecction. tank you in advance.
Replies
7
Views
7,050
Hello, I'm trying to interface a Turck VT250 HMI with a WAGO 750-880 over modbus TCP. I'm using QViS for the Turck and Codesys for the WAGO. The...
Replies
2
Views
2,479
Hello, I am in possession of a WAGO PFC 200 750-8216 which I was successfully able to set up as a Modbus RTU Master to a slave device using...
Replies
0
Views
72
I have a project to setup base programs across multiple PLC platforms that can be used for Modbus communications to various sensors that have...
Replies
0
Views
113
Back
Top Bottom