10-11-2006 05:05 AM
10-12-2006 03:47 AM
10-12-2006 07:10 AM
Wow, thanks, thats really a smart solution. Thank you very much.
I also need to move the arrows up an down, I guess, this is not possible with this kind of solution?
I added my current solution which is much more complicated, but I can move the arrows in all directions (this example is arrows up). Attention: you need the "Wingdings 3" font on your system to get the arrows. Maybe you can give me some hints to simplify my implementation.
Thank you very much,
Magnus
10-12-2006 08:23 AM
10-16-2006 03:27 AM
Sorry for bothering you again, but LabView seems to interprete the "left" property of an array in another way than the "top" property. The array with the down-triangles moves completely over the whole screen and does not rotate like the array with the right-triangles. Did I use the wrong property?
Could you give me a small example for an implementation with a picture ring? I have no idea of that.
Thank you very much,
Regards,
Magnus
10-16-2006 12:40 PM
I don't have LV 8, so I can't see your code, but here's the one going down.
The picture ring is a numeric control where every number is represented by an image. You can modify the value of the array elements to change the direction of the arrows. To import the images into it, I simply placed some LV decorations on the panel and then copied and imported them.
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).