Jump to content
OMRON Forums

NC Initialization


chasshannon

Recommended Posts

  • 3 months later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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.

 

// -------------------- Handshake GUI Initialize Bit - Login --------------
if (CommandReg == UI_Initialize)
{
CommandReg = UI_None
// Send Initialized Handshake - Dwell 100 msec for slower PC's
call timer(0.1)
send1 "Initialized"
}

 

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.

ncfile.png.ef2c3277b5a8505ca874f162a6d1f411.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...