ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simple Error Handler for JSON Encoded Errors

Has anyone created anything like the Simple Error Handler; but that works well with JSON encoded errors?

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 1 of 14
(2,096 Views)

Wiebe has. Ask him. See here: https://forums.ni.com/t5/LabVIEW/Error-handling-using-Retain-all-errors/td-p/4142758

 

But as he says, it should be fairly simple. I never took the time though.

Certified LabVIEW Architect
0 Kudos
Message 2 of 14
(2,039 Views)

@thols wrote:

Wiebe has. Ask him. See here: https://forums.ni.com/t5/LabVIEW/Error-handling-using-Retain-all-errors/td-p/4142758

 

But as he says, it should be fairly simple. I never took the time though.


I'm doing a (short) presentation at GDevCon Amsterdam about the multiple errors feature.

 

I do indeed have a multiple error dialog, tweaked my needs, but pretty simple.

 

This reminds me I have to put this on GIT before the 8th...

 

Can it wait a bit?

0 Kudos
Message 3 of 14
(2,028 Views)

wiebe@CARYA wrote:

@thols wrote:

Wiebe has. Ask him. See here: https://forums.ni.com/t5/LabVIEW/Error-handling-using-Retain-all-errors/td-p/4142758

 

But as he says, it should be fairly simple. I never took the time though.


I'm doing a (short) presentation at GDevCon Amsterdam about the multiple errors feature.

 

I do indeed have a multiple error dialog, tweaked my needs, but pretty simple.

 

This reminds me I have to put this on GIT before the 8th...

 

Can it wait a bit?


I'm not in a hurry.  However I have started cobbling together my own "Very Simple Error Handler.vi"

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 4 of 14
(1,998 Views)

Here's what I came up with.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 5 of 14
(1,948 Views)

This time with the dependency included.

"If you weren't supposed to push it, it wouldn't be a button."
Download All
0 Kudos
Message 6 of 14
(1,935 Views)

wiebe@CARYA wrote:

@thols wrote:

Wiebe has. Ask him. See here: https://forums.ni.com/t5/LabVIEW/Error-handling-using-Retain-all-errors/td-p/4142758

 

But as he says, it should be fairly simple. I never took the time though.


I'm doing a (short) presentation at GDevCon Amsterdam about the multiple errors feature.

 

I do indeed have a multiple error dialog, tweaked my needs, but pretty simple.

 

This reminds me I have to put this on GIT before the 8th...

 

Can it wait a bit?


When you have a moment... drop me a link to the presentation please,  I have not looked into the newer error stuff as much as I want to (no specific need yet) so a guided tour would be tremendously helpful for when I do need it.

Thanks!


"Should be" isn't "Is" -Jay
0 Kudos
Message 7 of 14
(1,933 Views)

@JÞB wrote:

wiebe@CARYA wrote:

@thols wrote:

Wiebe has. Ask him. See here: https://forums.ni.com/t5/LabVIEW/Error-handling-using-Retain-all-errors/td-p/4142758

 

But as he says, it should be fairly simple. I never took the time though.


I'm doing a (short) presentation at GDevCon Amsterdam about the multiple errors feature.

 

I do indeed have a multiple error dialog, tweaked my needs, but pretty simple.

 

This reminds me I have to put this on GIT before the 8th...

 

Can it wait a bit?


When you have a moment... drop me a link to the presentation please,  I have not looked into the newer error stuff as much as I want to (no specific need yet) so a guided tour would be tremendously helpful for when I do need it.

Thanks!


Sure.

 

But do remind me, I might forget.

 

The link is not there, it might take a while after the 8th before it's online.

Message 8 of 14
(1,903 Views)

@paul_cardinale wrote:

This time with the dependency included.


Decode Text.vi does a lot more then my equivalent (that takes exactly the same inputs).

 

Are you expecting font changes? Or is it a reused VI?

0 Kudos
Message 9 of 14
(1,900 Views)

wiebe@CARYA wrote:

@paul_cardinale wrote:

This time with the dependency included.


Decode Text.vi does a lot more then my equivalent (that takes exactly the same inputs).

 

Are you expecting font changes? Or is it a reused VI?


It's an old VI from our library.

"If you weren't supposed to push it, it wouldn't be a button."
Message 10 of 14
(1,888 Views)