From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create my own special Button?

I'm programming with LabView6.1 and I want to create my own Button. More precisely: a triangular file to increase or decrease a value in a global variable.
I've no idea how to realize it. Some leading steps would be very helpful. THKs
0 Kudos
Message 1 of 8
(2,576 Views)
http://zone.ni.com/devzone/conceptd.nsf/webmain/A9FBCAA7A3D7922186256A3000652B56?opendocument
0 Kudos
Message 2 of 8
(2,576 Views)
Thanks, but is it possible to create a NEW button? I don't want to change an existing one. Is there any possibility to create a new one or is there no feature like this included in Lab-VIEW 6.1?
0 Kudos
Message 3 of 8
(2,576 Views)
Hi,

find an interesting solution @:

http://openg.org/projects/project.cgi?ID=29

In this way you can do whatever you want - your mother in law might appear on pressed button ...... buuuuhhh;
another interesting solution you can find in attached file

regards
wha
Message 4 of 8
(2,576 Views)
Thanks 😄

That's exactly what I need. But be sure I don't want to see my mother in law 🙂

regards
U'r Beast
0 Kudos
Message 5 of 8
(2,576 Views)
I think in this case in the same way .......

wha
0 Kudos
Message 6 of 8
(2,576 Views)
> Thanks, but is it possible to create a NEW button? I don't want to
> change an existing one. Is there any possibility to create a new one
> or is there no feature like this included in Lab-VIEW 6.1?

What does NEW mean? Each time you drop a button from the palette, it is
a unique button that can be colored, resized, and customized with
external graphics. The behavior of the button can be customized a bit
using the Mechanical Action setting. If you want to change something
besides these settings, and you are on windows, you best bet is probably
to write an ActiveX control.

LV supports both windowed and windowless ActiveX controls. You can
write whatever you like and use the ActiveX container to host it in LV.
You can also add i
t to the palette, like LV does for the 3D graph.

Is that what you were looking for? Please be more explicit with what
you want to do.

Greg McKaskle
0 Kudos
Message 7 of 8
(2,576 Views)
Thanks for request, but the problem is already solved by "wha@atmel".
Your hints are helpful, but I'm not very familiar with LabVIEW because I started programming with it about 1 month ago. So sometimes little steps to the product may help more than thousands of tips.

CU, Beast
0 Kudos
Message 8 of 8
(2,576 Views)