![]() |
NC Initialization - Printable Version +- Delta Tau Forums (http://forums.deltatau.com) +-- Forum: Delta Tau Data Systems (http://forums.deltatau.com/forumdisplay.php?fid=1) +--- Forum: Power PMAC-NC (http://forums.deltatau.com/forumdisplay.php?fid=26) +--- Thread: NC Initialization (/showthread.php?tid=3151) |
NC Initialization - chasshannon - 10-20-2020 When I initiate the log on in NC16. I keep getting a initialization failure. Any Ideas? RE: NC Initialization - Eric Hotchkiss - 02-18-2021 This is a known issue. The FunctionPlc has a timer that is too short. Open the "ppnc_function.plc" within the IDE project. I am attaching a screenshot. Scroll down to the first if statement. It should look like the code box below. Code: // -------------------- Handshake GUI Initialize Bit - Login -------------- Change the timer to 1 to 2 seconds. You will have to $$$***, SAVE, $$$, Build and Download, SAVE, $$$ and reconnect with the NC software after making this change. |