Page 1 of 1

Re: Gate changes

Posted: Wed Jun 21, 2017 2:48 pm
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