User Tools

Site Tools


mycnc:server_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mycnc:server_api [2019/10/22 12:13] ivanmycnc:server_api [2019/10/22 12:42] ivan
Line 36: Line 36:
 ====Server API, Pendant control emulation==== ====Server API, Pendant control emulation====
  
-Server API has a command to simplify Pendant control emulation. This command can be used for writing third-patry Pendant control device drivers.+Server API has a command to simplify Pendant control emulation. This command can be used for writing third-party Pendant control device drivers.
  
 ==SetPendant== ==SetPendant==
Line 126: Line 126:
 ===Manipulation through PLC procedure=== ===Manipulation through PLC procedure===
  
-Server API command "RunPLC" loads and runs PLC procedure on the controller end with a given parameter. We can run a PLC procedure that manipulates Hardware outputs to get a similar result. Normally every profile configuration contains PLC procedures for Hardware outputs manipulation :+Server API command "RunPLC" loads and runs PLC procedure on the controller end with a given parameter. We can run a PLC procedure that manipulates Hardware outputs to get a similar result. Normallyevery profile configuration contains PLC procedures for Hardware outputs manipulation:
  
 ==M62== ==M62==
Line 204: Line 204:
 ===Manipulation through running G-codes=== ===Manipulation through running G-codes===
  
-Server API command "SinglePlay" will run a G-code line (or a number of G-code lines separated by the ";" symbol). It's possible to control binary outputs by running M-functions "M62""M63". P-parameter set binary output number to control.+Server API command "SinglePlay" will run a G-code line (or a number of G-code lines separated by the ";" symbol). It's possible to control binary outputs by running M-functions "M62" and "M63" (similar to the method described above). P-parameter sets the binary output number to control.
  
 //M-code:// ''M62'' //M-code:// ''M62''
mycnc/server_api.txt · Last modified: 2022/09/07 15:33 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki