{}

브랜드

Impact-Company-Logo-English Black-01-177x54

슈나이더 일렉트릭 코리아 웹사이트에 방문해 주셔서 감사합니다.

슈나이더 일렉트릭 코리아 웹사이트 방문자 분들 모두 환영합니다.
FAQ 검색
How do I configure a READ_VAR in an M340 or M580 PLC to read a Floating Point (REAL) number?

Issue:
Configuring a READ_VAR in an M340 or M580 PLC to read a Floating Point (REAL) number


Product Line:
Unity Pro/EcoStruxure Control Expert


Resolution:
The READ_VAR can only be configured using INT Arrays or Direct Address Arrays. In actuality, the READ_VAR brings in the contents of the remote memory location undisturbed. If at the remote device %MW100 was configured as a real number, this real number occupies %MW100 and %MW101. The READ_VAR will read this back as %MW100 INT and %MW101 INT. You should then create a variable of data type REAL and locate it to %MW100, it will display the same number as the remote device in REAL format. There are other ways to use the data once you have it in the local PLC, but this was just meant to clarify the process.
***Note: if your REAL data comes in on an ODD numbered %MW, you will need to move it to an EVEN numbered %MW as M340 REALs must start on an EVEN number.

You can also use the WORD_AS_REAL block to "convert" those 2 registers into a REAL type variable.

슈나이더 일렉트릭 Korea

자세히 알아보기
제품군
유용한 문서
자세히 알아보기
제품군