Is it possible to convert the IEEE754 to Real Function Block application for 800xA SV5.1 ?
I need to implement this solution on an 800xA system so it would be greatful to get it in an AFW file.
Voted best answer
Hello,
Find the attached doc for the code. Use the codes to create your own FB.
Regards
Vijayaram.J
Answers
The real_to_dword() and dword_to_real() system functions do this. You can also use real_to_words() if you need to swap the byte order for sending, but there is no corresponding function for receiving.
Add new comment