3/29/2022 4:29 AM | |
Joined: 12/18/2014 Last visit: 9/8/2025 Posts: 35934 Rating:
|
The real problem is that the LOGO! is only designed for integer values (whole numbers in the range -32,768 to 32,767). Decimal places of any kind are always only for display purposes. 2 decimal places are displayed for the gain, but this is only optical. It's actually an integer, multiplied by 100. So a gain of 1.00 is an integer of 100. If you set an amplification of 0.1 followed by an additional amplification of 2.25, the mathematical result is 0.225, but not in the LOGO!. If I were you, I would choose a gain of 2.25 and one decimal place in the display. You can compare both variants in the attached example. AttachmentDifferent_Gains_0BA8.Standard.zip (353 Downloads) |
Last edited by: ixo65 at: 03/29/2022 04:31:12 |
|
Follow us on