LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

increment decrement visible property

It would appear that (in LV 2012 SP1) the simple numeric control from the Classic palette shows following behaviour when accessing via VI Server:

 

Class Name = "Digital"

Increment / Decrement Visible = Error, property not found

 

?? What ??

 

It appears that these controls, although being a member of the "Digital" VI Server class do not honour the interface of the class of controls it belongs to.  Is this by design or is it a bug?

 

This caused me some headaches in the last 24 hours.  I was not aware that "Increment / Decrement Visible?" was one of those properties which may or may not be present (Like a valid "Caption" reference when a Caption is not visible.  At least here we have a check with "Has Caption?".

0 Kudos
Message 1 of 4
(2,781 Views)

Sorry, Error is actually Error 1504, Object not found

0 Kudos
Message 2 of 4
(2,759 Views)

error 1054

 

Use a customized Silver "Frameless Numeric" instead

 

I suspect the classic style was adopted from the "System Numeric" which behaves exactly the same way (LabVIEW 2013 SP1)


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 4
(2,727 Views)

Error 5014? 4150? I'll get there eventually.

 

So it's kind of expected then. Seems a bit weird that a plain "ByVal" property is sometimes not supported.  I knew that was the case with References (Text labels, Scales etc.) but not with these kinds of properties.

 

I live and I learn (and get lots of error codes wrong).

0 Kudos
Message 4 of 4
(2,714 Views)