Search found 5 matches

by
Tue Jul 11, 2017 4:16 pm
Forum: Code - Code Builder
Topic: Save an Input dialog value
Replies: 7
Views: 6616

Re: Save an Input dialog value

Dear Sir, please try to disable Windows Firewall and any type of antivirus. Thanks Dear Admin, I disabled the Windows Firewall and the Windows Defender, and the result is the same, I also tried with 46820, 9200 and others. What is the correct configuration in the TCP and Web Options ? Disable or en...
by
Tue Jul 11, 2017 3:28 pm
Forum: Code - Code Builder
Topic: Save an Input dialog value
Replies: 7
Views: 6616

Re: Save an Input dialog value

admin wrote:Dear Sir,
try to set http port in project configurtion to 88 (for example) and try to start Runtime. Do you have the same error?

Best Regards

Yes admin, i tried with 88, 90, 140, 144 and the error is the same. What can i do?
by
Mon Jul 10, 2017 10:42 pm
Forum: Code - Code Builder
Topic: Save an Input dialog value
Replies: 7
Views: 6616

Re: Save an Input dialog value

Dear Sir, sorry but I don't understand what do you want to do, something like this? Function void callDialog() real temp; temp = InputDialog("Enter the desired temperature", "title", ""); while (WindowIsOpen()) if(temp < 35)then SetDigGateValue(out,1,1) else SetDigVate...
by
Sun Jul 09, 2017 1:37 am
Forum: Code - Code Builder
Topic: Save an Input dialog value
Replies: 7
Views: 6616

Save an Input dialog value

[*]Hi Sielco Team, If I want to do an Input dialog once save a variable, and then have running a code until the end of it (with a lot of cycles between). How can I do it? Every cycle the code ask me with the Input dialog, and I just want to save an initial value. Like: temp=InputDialog(Enter the des...
by
Fri Jun 16, 2017 5:50 am
Forum: Tags - Gate Builder
Topic: Gate changes
Replies: 1
Views: 3160

Gate changes

Hi Sielco Support Team, I have a few doubts about the development software ( I have Winlog Pro 3) 1. How can i change the value of a gate, 0 to 1, (from the 1st device), when a gate (from another device) change from 0 to 1 ? I know that its only a conditional logic, but i have not find how to do thi...