The following two links helps to understand the LabVIEW FPGA scaling and division usage.
https://forums.ni.com/t5/Example-Code/LabVIEW-FPGA-Scaling-and-Division/ta-p/3996338
https://forums.ni.com/t5/LabVIEW/Dividing-in-FPGA/td-p/189324
Publishing LabVIEW tips, tricks and material links
The following two links helps to understand the LabVIEW FPGA scaling and division usage.
https://forums.ni.com/t5/Example-Code/LabVIEW-FPGA-Scaling-and-Division/ta-p/3996338
https://forums.ni.com/t5/LabVIEW/Dividing-in-FPGA/td-p/189324
Calling the sub vi's continuously inside loop makes sub vi over head. This causes delay in execution speed. To over come this issue we can make the sub vi as inline vi ( Refer following articles and discussion forum for more details).
In one of our project we set both inline & subroutine VI properties (wherever possible) to increase the execution speed of sub vi.
https://www.ni.com/docs/en-US/bundle/labview/page/vi-execution-speed.html
https://forums.ni.com/t5/LabVIEW/Inline-subvi/td-p/1279078
I was upgrading LabVIEW 7.1 code to LabVIEW 2020 (32 bit) which has activeX excel report generation. Code upgraded for Win 10 OS 64 bit & Office 365 - 64 bitVersion. While executing the EXE in some other Win 10 OS with Office 365 version machine got Excel Error "-2147319784".
To solve this issue ActiveX function used VI properties->Execution->Preferred Execution System changed to User Interface based on the https://forums.ni.com/t5/LabVIEW/What-is-error-2147417851/td-p/103921 forum suggestion.
EXE crashes while generating Excel report in Win10-64 bit OS with Office 2016-64 bit machine.
To solve this issue, we removed the “Save As” ActiveX function in code & replaced with Save function. After that it works in both Office 365 & 2016 (both 64 bit) with LabVIEW 2020 32 bit
Here development machine Office 365 version also important we used Version 1609
Hope this will help...
Here are some links which helps to understand LabVIEW Actor Framework.
https://labviewwiki.org/wiki/Actor_Framework
https://labviewwiki.org/wiki/Actor_Framework_is_not_as_hard_as_you_think_and_here_is_why%E2%80%A6
https://www.ni.com/documentation/en/labview-comms/5.0/prog-pattern/actorframe/
https://forums.ni.com/t5/LabVIEW/Actor-Framework-for-Dummies/td-p/3637691?profile.language=en
https://labvolution.com/labview-actor-framework-basics/
https://www.mooregoodideas.com/actor-framework/basics/AF-basics-part-1/
https://www.bloomy.com/support/blog/getting-started-actor-framework-part-i