Gate changes

Discussion about Gate Builder and variables database creation.
Post Reply
User avatar
admin
Site Admin
Posts: 373
Joined: Tue Nov 17, 2009 1:18 pm

Re: Gate changes

Post by admin »

Dear Sir,
about your question:
1 - You have to use code:

Code: Select all

Function void setValue()
#startup

    while(WindowIsOpen())

        if (GetDigGateValue("MyFirstGate", 0) != GetDigGateValue("MySecondGate", 0)) then
            SetDigGateValue("MySecondGate", 0, GetDigGateValue("MyFirstGate", 0));
        end

        Sleep(500);
    end
end
2 - Yes, but vpn (or other network) must be set on Microsoft Windows.

Best regards
Post Reply