unity pro handling

sambuddha

Member
Join Date
May 2014
Location
kolkata
Posts
7
hello everyone i m new to plc..can anyone suggest how to change data type of input of MUL operator...in unity pro software using modicon plc...actually i want to change it to REAL from INT,,,
 
Hi Sambuddha.

In order to convert values from INT to REAL...use the Libset Function block "INT_TO_REAL"
u can also use ST statement like:
pump_RPM_Real=INT_TO_REAL(pump_RPM_Integer)
 

Similar Topics

Dear all, I need to know whether the way I am handling the below mentioned scenario is correct or not? Scenario: 1. Through HMI(Graphics...
Replies
0
Views
1,943
Hello, I am using Unity pro V15. I have Quantum CPU 671 and Ethernet NOE 77101 configured. I have configured IO scanning on NOE. I have attached...
Replies
5
Views
189
HELLO MY FRİENDS ı have problem. ı tought you can solved thıs problem for me. First of all When I checked all the cable connections of the...
Replies
0
Views
410
Hi All, I haven't installed Unity Pro in years and needed to install it recently. I initially tried installing Version 11.1 and the whole...
Replies
3
Views
736
Hello i want to implement a Read_var / Write_var functions to communicate with a modbus tcp device at the moment i use the unity simulator at the...
Replies
4
Views
1,948
Back
Top Bottom