Sending data to a Megelis HMI

jnegrete

Member
Join Date
Nov 2006
Location
Guayaquil
Posts
23
Hello guys,

I'm programming PLC Modicon M340. I have reviewed the manual and the manufacturer says that this PLC can not handle variables with "flotating coma"(??? is that the right word?).

Problem is that in my aplication I'm reading REAL variables on analogic channels and I have to send this data to a Magelis HMI, and I don't know what kind of variable type to use in order to send it to the HMI. The HMI can accept WORD, DWORD, STRING, BOOL. Can some of you give some advice?

Every suggestion will be good. Thanks in advance.

Joaquin
 
Convert your data into word and in Magelis you can use INT for data type with 16 bits of data length.
You can also use data type is INT in Magelis with 32 bits of data length if you put it as DWORD in PLC.

Try that

Cheer,
 
Yip it can handle Floating point. Then in the xbt just set up the variable for floating point aswell
 

Similar Topics

Hi Everyone, We have Silo System which has temperature sensor and these sensor data will be communicating through RTU unit to the Dedicated PC...
Replies
2
Views
613
Hello, Thanks in advance. How can I send more than 82 characters using AWA or AWT? to Zepra Printer via serial Rs232 communication? Normally I...
Replies
1
Views
763
Hi all I have a project on the go and would like to send data from a Siemens 1500 to a Siemens 1200 What is the best function to use ,would it be...
Replies
12
Views
4,427
Hi all, I've only worked on Profinet once before to talk between a few S7-300 PLCs. I managed to get the system communicating by using the "GET"...
Replies
4
Views
2,558
Hi Friends, I want to Integrate data from a DSE 8610 Power sharing Module onto a PC via Modbus. Which amongst the two methods below is better...
Replies
4
Views
2,045
Back
Top Bottom