Input Box Values Clearance Upon Pressing Enter Key in Ignition SCADA

#Working Fine with Hitting Enter and Value Passing into the Label
if event.keyCode == event.VK_ENTER:
# set Label text to Text Field value
event.source.parent.getComponent('DisplayTag').text = event.source.text
event.source.text = ''
 
Last edited:

Similar Topics

Replies
1
Views
2,244
in intouch can I get any input box to enter the date time ?/ now i am manually entering date and time .... if there any active X controls are...
Replies
4
Views
3,921
I have a 120V relay, 120V DI card and a analog input. I was wanting to know if i could put a 24V DI and well as a 120V DI card on the same plc...
Replies
1
Views
63
Hello, I'm looking for a dirt cheap digital display + input, that would be wired to an analog input and analog output. This would be for my home...
Replies
10
Views
251
Hello, I am trying to read a barcode scanner input using a cognex dataman 280 barcode reader, store it another string, the compare with another...
Replies
1
Views
70
Back
Top Bottom