AdvancedHMI Software

General Category => Open Discussion => Topic started by: MrPike on June 12, 2021, 10:15:32 AM

Title: tool to convert data types
Post by: MrPike on June 12, 2021, 10:15:32 AM
Is anyone aware of a tool or application that can be used to convert between data types such as INT,DINT,REAL etc. outside of doing it in a PLC program?  I would like to have a handy stand-alone "calculator" to reference when programming.  I'm not sure if Excel can do this??  If not, I may attempt to create one.  Thanks. 
Title: Re: tool to convert data types
Post by: Godra on June 12, 2021, 06:21:04 PM
https://github.com/GitHubDragonFly/Number_Type_Converter
Title: Re: tool to convert data types
Post by: MrPike on June 25, 2021, 09:54:55 PM
Thanks Godra, just what I was looking for
Title: Re: tool to convert data types
Post by: Godra on June 27, 2021, 02:18:25 AM
There is an updated description in that repository, about dealing with floating-point numbers and using byte logic instead.