7/30/2021 5:02 PM | |
Joined: 2/22/2008 Last visit: 8/6/2024 Posts: 2698 Rating: (208) |
If the Modbus registers also have floating point values, it would be easy to integrate them in the Logo controller with the F/I Converter incl. scaling 0.001, 0.01, 0.1, 1, 10, 100, 1000. If you only have UINT32 (unsigned integer with 32 bit), then you can use the attached converter. Of course, if you have greater values than 32767, then you lost the last 1-3 digits depend of your max. values. Maybe it's also possible to create an converter from SINT32 (signed integer with 31 bit plus sign), but often this makes no sense. Regards, Scorp AttachmentUINT32_SINT16.zip (722 Downloads) |
This contribution was helpful to1 thankful Users |
9/23/2021 8:36 AM | |
Joined: 7/30/2021 Last visit: 3/13/2023 Posts: 3 Rating: (0) |
Could you send us another time? When unzip then I open with LOGO! App V8 an error pop up! Attached image. |
9/23/2021 8:41 AM | |
Joined: 12/18/2014 Last visit: 11/11/2024 Posts: 34182 Rating: (4258)
|
Here's a version for LSC V8.0.
AttachmentUINT32_SINT16_0BA8.Standard.zip (694 Downloads) |
This contribution was helpful to1 thankful Users |
Follow us on