LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using the general error handler on an embedded rt target

I would like to know how the general error handler can be best employed with Labview RT on a Compact Fieldpoint controller.  Clearly no dialogue options are valid so how can error information be accessed remotely - is there an error log file available on the controller?
0 Kudos
Message 1 of 3
(2,855 Views)
I think there are plenty of ways to handle errors with Labview RT on a Fieldpoint controller.
Usually I use the general error handler vi to catch the error and get the error message (sure, no dialog), then write the eroor message into a log file (ordinary text file created on the controller), and/or send the eroor message through TCP/IP network to the host. You can use FTP to open, read and tranfer the log file at host. Hope help.
 
Xu
0 Kudos
Message 2 of 3
(2,845 Views)
Yes you can view your errors anytime using ftp.   See the below tutorial.
 
 
Regards,

Seamus
0 Kudos
Message 3 of 3
(2,826 Views)