03-03-2023 01:34 AM
Vi is giving .NET error while communicating to F4T controller
Vikyath28_0-1677826554354.png
Vikyath28_1-1677826709180.png
But. If I ping the command through NI max, giving the reply with Time out error.
Vikyath28_2-1677827450168.png
03-07-2023 08:24 AM
Hi Vikyath28,
Any exception thrown when calling a .NET object property or method is converted into LabVIEW error 1172. This error means that LabVIEW received a .NET exception from the called API. The root cause of the error will be related to the .NET exception message, as 1172 is a generic error code for any .NET exception. To solve this problem, go through this article I have linked.
It will detail the necessary steps to:
Regards)
________
Best way to thank is to give Kudos / Mark as a solution.
04-16-2026 01:46 PM
Im getting the same error with a watlow controller. The code worked perfectly in labview development on a win11 PC. When compiled as a .exe and installed on another win11 PC the application runs and connects but randomly throws this error and the only way to re connect is to remove the usb connector from the pc and reconnect.