9/12/2008 4:23 PM | |
Posts: 21 Rating:
|
Hi; Please can you tell me how can I convert REAL value to INTEGER value in S7??? Thanks a lot!!! |
9/12/2008 4:44 PM | |
Posts: 75 Rating:
|
Round, Trunc (Truncate) or Ceil |
This contribution was helpful to
3 thankful Users |
9/13/2008 3:59 AM | |
Posts: 17 Rating:
|
Some examples for each type of conversion.
|
This contribution was helpful to
1 thankful Users |
9/14/2008 9:48 AM | |
Joined: 10/31/2005 Last visit: 4/22/2025 Posts: 366 Rating:
|
Since Real is 32 bit and Integer is 16 bit, you need to be careful not lose useful information. Regards |
Follow us on