LabVIEW Web UI Builder and Data Dashboard

cancel
Showing results for 
Search instead for 
Did you mean: 

script code in event for thin client

Hi,

 

For the LabVIEW Web UI BUilder the script code in the event, is there any examples for me to refer ? I want to include 'if', 'if...else' structure and 'for' structure, is this possible to include to the event ? How i write the format ?

Can somebody guide me on this????

0 Kudos
Message 1 of 2
(6,530 Views)

ADDITIONAL

 

a=runtime.GetProperty("D-DD.Value")

if (a>5): {
a==0
}
else: {
a==a+1
}

runtime.SetProperty("D-DD.Value",a)

 

above is my code for button click event but after i click the button, the 'if' loop not implemented, so just need all expert to help and guide me.

thank you

0 Kudos
Message 2 of 2
(6,521 Views)