Hello!
Is it possible to make connection from PC to Fanuc CNC machine from Delphi?

I have fwlib32.dll, but
Code:
 Ret:= cnc_allclibhndl3('192.168.1.10', 8080, 5, m_Fwlib);
give me timeout after 5 seconds with error code -16.

This code is working in C#, so HW is OK.

I would probably need better definition for
Code:
  function cnc_allclibhndl3(IPaddr :String; Port :Word; TimeOut :Integer; FlibHndl :Word):SmallInt; stdcall; external 'fwlib32.dll';
Regards,
Matija

Similar Threads: