INFO: Dieses Forum nutzt Cookies...
Cookies sind für den Betrieb des Forums unverzichtbar. Mit der Nutzung des Forums erklärst Du dich damit einverstanden, dass wir Cookies verwenden.

Es wird in jedem Fall ein Cookie gesetzt um diesen Hinweis nicht mehr zu erhalten. Desweiteren setzen wir Google Adsense und Google Analytics ein.


Antwort schreiben 

Challenging one



Wenn dein Problem oder deine Frage geklärt worden ist, markiere den Beitrag als "Lösung",
indem du auf den "Lösung" Button rechts unter dem entsprechenden Beitrag klickst. Vielen Dank!

18.01.2006, 06:10
Beitrag #1

kkronline Offline
LVF-Neueinsteiger


Beiträge: 1
Registriert seit: Jan 2006



kA



Challenging one
Hi all,
First of all i want to see the web pages in english, Can i know where i want to click.

i dont know how to simplyfy this , In h/w interface, user can select the modes by pressing the switches. There are 5 main modes. Each main mode has 8 sub mode. If user select the main mode 1 and sub mode 5 ( by selecting the h/w Switch interfaced with DIO lines), the corresponding 24 led names, 24 switch names and ROT,POTname ...etc has sent to LCD for display. If user changes the mode, the name of all controls of that particular mode will also sent to lcd for display.

So i need to collect the 24 led names, 24 switch names, 2 rot switch name. 4 pot name and sub mode name from the user for 40 modes(5 main mode * 8 sub mode). The name is restricted to 5 char.

I need to cluster all the names for each mode, and finally cluster the cluster of each mode and store into one file.

The key filter does not restrict to 5 char, if i press any key continuously. Kindly spend some time to fix this.
I attached my latest VI

Kindly help me

regs

Karthik


Angehängte Datei(en)
Sonstige .zip  lv_160106.zip (Größe: 147,3 KB / Downloads: 208)

Sonstige .zip  lv_160106.zip (Größe: 147,3 KB / Downloads: 192)

Sonstige .zip  lv_160106.zip (Größe: 147,3 KB / Downloads: 192)
Alle Beiträge dieses Benutzers finden
Diese Nachricht in einer Antwort zitieren to top
Anzeige
18.01.2006, 09:31
Beitrag #2

thomas.sandrisser Offline
LVF-SeniorMod


Beiträge: 1.298
Registriert seit: Sep 2005

xxxx
2005
EN

78759
United States
Challenging one
Hi Karthik,

it's a nice program :-)
I've attached your program with some statements within the block diagram.
I would recommend, first at all, to use the control editor to customize the cluster and to change the type to "strict type def"! I think, you know the advantages of this method...
You should use the error cluster anyway.
Dont's use property nodes for the "value" parameter only! Property Nodes always effects on front panel (UI (user interface) thread). However, if you need the value of an element, and you don't have the aim to change another property of the element, use instead of this a local variable.

There are not much code in your blockdiagram, but it looks big at first moment, because it's a little bit unstructured.
For example, use instead of two shiftregisters (for each mode (sub & mode) one -> after the value (signaling) property node, place a "build array"! Further advantages would be, that you only need one inrement for the array and one additional function "index array"...

If you have further questions, don't hestitate to ask...


Angehängte Datei(en)
Sonstige .vi  PanelConfig5.3.vi (Größe: 348,46 KB / Downloads: 193)
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden
Diese Nachricht in einer Antwort zitieren to top
30
Antwort schreiben 


Gehe zu: