Hello Guest it is April 19, 2024, 05:53:49 PM

Author Topic: Can't save edited screen load script  (Read 1531 times)

0 Members and 1 Guest are viewing this topic.

Re: Can't save edited screen load script
« Reply #10 on: August 22, 2021, 06:14:58 PM »
I assume I should change mine to match yours?


Re: Can't save edited screen load script
« Reply #11 on: August 22, 2021, 06:17:57 PM »
I assume I should change mine to match yours?
Right of "Screen load Script" where says "pageid=0" if you click once with the mouse will get some "..." click there and will open the editor of load script.
There you will make the changes you want
« Last Edit: August 22, 2021, 06:20:50 PM by Greekart »
Re: Can't save edited screen load script
« Reply #12 on: August 22, 2021, 06:37:12 PM »
That did the trick! Cycle start button is working.

Here is what I ended up with.

[mc.ISIG_INPUT0] = funtion (state)
    if (state == 1) then
        Cyclestart()
    end
end

Thank you for taking the time to help. Much appreciated. Now I have a few other things to fix and I will be able to start making parts!!
Re: Can't save edited screen load script
« Reply #13 on: August 22, 2021, 06:39:16 PM »
That did the trick! Cycle start button is working.

Here is what I ended up with.

[mc.ISIG_INPUT0] = funtion (state)
    if (state == 1) then
        Cyclestart()
    end
end

Thank you for taking the time to help. Much appreciated. Now I have a few other things to fix and I will be able to start making parts!!

No problem, wish you the best!