08-20-2015 01:41 PM
Please ignore my last post gents.
The issue was not with the SEH central handler vi's but was a problem with writing the error information to the FAT32 file system on the RT target (too many files in a FAT32 folder result in a very long file write time) .
David Spall
11-17-2015 04:17 AM
Hello,
I'm just getting started with the Structured Error Handler but I'm a bit confused about something. The SEH docs give an example of when the same error would need different classifications:
'a "file not found" error when opening a critical configuration file implies a very different response than a "file not found" error when opening a log file'.
However, if in this example I'm using the same file read VI to open my configuration file as I am my log file, then they'll be genreating the same error code. As far as I can tell, you can only list an error code once in the Specific Error Handler express VI, and therefore it can only have one classification. Am I misunderstanding something?
Thanks,
Christian.
11-17-2015 04:30 AM
11-17-2015 04:33 AM
Oh I see, thanks! It looked to me in the first instance as if the configuration was being copied across to new instances of the express VI, but now I see that's not the case.
Christian.
11-17-2015 04:37 AM
05-12-2016 09:51 AM
Hi,
I've just installed SEH and tried to use it. I need to use Repeteating Error Handler functionality. I write simple code but the loop never ends (I don't have any errors from init function so it should stop after first try).
Am I doing something wrong ?
Kamil
05-12-2016 04:31 PM
Change the conditional terminal on the while loop to a " Continue if True" condition. The example that comes with the SEH VI palette is incorrect.
http://zone.ni.com/reference/en-XX/help/371361K-01/lvhowto/changing_the_continuation/
07-01-2017 09:05 PM
I've upgraded to LabVIEW 2017 and can no longer configure the SEH. Is there a way to make it work in this version of LabVIEW?
07-02-2017 08:16 PM
@HawaiiKeith wrote:
I've upgraded to LabVIEW 2017 and can no longer configure the SEH. Is there a way to make it work in this version of LabVIEW?
I had to reinstall the GXML library with LabVIEW 2017, and now it works.
02-20-2018 04:49 AM
RTEH VIs missing on RT targets
I've installed SEH v2.1.10.1 on LabVIEW 2017 but the palette doesn't give me the RTEH versions when editing a VI on my RT target (cRIO-9063), but instead shows the SEH VIs.
I tried to revert to the previous SEH version (2.0.6.9) which was works fine in this regard.
Any ideas?