LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW bug or just a poor error message (1082) ?

Solved!
Go to solution

Hi folks,

 

I tried to do something yesterday in LabVIEW 2022 (Q3) that I wasn't sure would work but thought I'd give it a go . . . I have an Enum holding a list of RAL colours and in hindsight realised there will be a need to add to this list after my code is built.  So I started working on a little sub-vi to do just that and got an error when I tried to run it . . .

 

LabVIEW-Error-1082.JPG

 

my enum is a type def, not a strict type def . . .

 

I'm assuming that this is a bad error message and what it really means is "don't be an idiot, you can't edit an enum at run time"

 

Test code to reproduce error . .  .

error1082.png

 

enum is attached.

 

 

0 Kudos
Message 1 of 3
(860 Views)

Unrelated to the question, but a small warning that LV2023Q1 crashes when the snippet is dropped on the BD (for me). LV2022Q3 works fine. (same crash for other snippets)

 

 

Certified LabVIEW Architect
0 Kudos
Message 2 of 3
(850 Views)
Solution
Accepted by SimonGn

Hi Simon,

 


@SimonGn wrote:

I'm assuming that this is a bad error message and what it really means is "don't be an idiot, you can't edit an enum at run time"


Yes, it's a bad error message and it really means the quoted senstence… 😄

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 3
(842 Views)