Delta WPL soft Programming

Salmanahm

Member
Join Date
Jan 2012
Location
Hamilton
Posts
10
Hi forum members.
I am programming a delta DVP32ES plc with TP04 HMI. When I convert number of input pulses per 10 seconds to m/min by dividing it by a constant I get the final answer in binary floating point. I can see the floating point hex code like 1FA68B8 in online mode infornt of my counters and constants.
How can I see decimal numbers in HMI display instead of floating point ?
 
Hi forum members.
I am programming a delta DVP32ES plc with TP04 HMI. When I convert number of input pulses per 10 seconds to m/min by dividing it by a constant I get the final answer in binary floating point. I can see the floating point hex code like 1FA68B8 in online mode infornt of my counters and constants.
How can I see decimal numbers in HMI display instead of floating point ?

Hi,

I am also looking for the same answer . If you have the answer please help me . I have to display binary float into decimal float in HMI .

Thanks in advance .:site:
 
Binary floating point is not visible in Simulation of WPL Soft. You dont have to convert it to Decimal floating point. Just choose Double word and floating point in the HMI software TP Editor and you will see the correct numbers with decimals.
Simulation will always show show strange numbers
 
Hi

I think you should convert it from floting to int in your PLC (DINT/INT) then show this register on your HMI.
I am familiar with Delta HMIs but not much with there PLCs.(very poor)
Usually the problem is to show floting then INT since they have stupid drivers.
 
Binary floating point is not visible in Simulation of WPL Soft. You dont have to convert it to Decimal floating point. Just choose Double word and floating point in the HMI software TP Editor and you will see the correct numbers with decimals.
Simulation will always show show strange numbers

Hi thank you for your response and time .I will try what you have said thank you again.

Hi

I think you should convert it from floting to int in your PLC (DINT/INT) then show this register on your HMI.
I am familiar with Delta HMIs but not much with there PLCs.(very poor)
Usually the problem is to show floting then INT since they have stupid drivers.

Thank you Arikby .
I used some maths and converted it from binary to decimal but I cant read the number after "."

Now I think after following salamahm instruction I will be able to display the data accurately .
Thanks again:site:
 

Similar Topics

Good Day to all of you, this is my first post, i will try to explain as best as possible, english is not my natural language. I am performing an...
Replies
0
Views
32
I'm trying to write a data in Arduino using MODWR function block .I used the code I got from online for both PLC and Arduino. I made the wiring...
Replies
4
Views
115
I have downloaded COMMGR 1.15 software on my laptop. After downloading it works. When I stop and start the program again it doesn't work. It is...
Replies
2
Views
152
commentaire communiqué siemens s7-1200 avec vfd delta ? (cablage et sur tia portal )
Replies
0
Views
128
How i Can connect Delta plc, with Beckoff remote IO cards?
Replies
2
Views
174
Back
Top Bottom