Difference between revisions of "Program Examples"

From SoftMC-Wiki
Jump to: navigation, search
(Motion BUS)
Line 5: Line 5:
 
* [[Program Examples:TCP IP:TCPIP Multi Server|Program Example - TCP/IP Multi Server]] - How to setup a TCP-IP server that opens connections with multiple clients
 
* [[Program Examples:TCP IP:TCPIP Multi Server|Program Example - TCP/IP Multi Server]] - How to setup a TCP-IP server that opens connections with multiple clients
 
* [[Program_Examples:TCP_IP:TCPIP_TelNet_Server|Program Example - TCP/IP TelNet Server]] - How to setup a TCP-IP TelNet server with simple parser
 
* [[Program_Examples:TCP_IP:TCPIP_TelNet_Server|Program Example - TCP/IP TelNet Server]] - How to setup a TCP-IP TelNet server with simple parser
* [[Program_Examples:TCP_IP:TCPIP_Winsock_Client|Program Example - TCP/IP windows socket client]] - An example written in C langauge, corresponds to the [[Program_Examples:TCP_IP:TCPIP_TelNet_Server|TCP/IP TelNet Server]] example.
+
* [[Program_Examples:TCP_IP:TCPIP_Winsock_Client|Program Example - TCP/IP windows socket client]] - An example written in C language, corresponds to the [[Program_Examples:TCP_IP:TCPIP_TelNet_Server|TCP/IP TelNet Server]] example.
 
= File handling=
 
= File handling=
 
* [[Program Examples:File Handling:Open Read Write|Program Example - File Handling - Open Read Write]] - How to open a file with different permissions
 
* [[Program Examples:File Handling:Open Read Write|Program Example - File Handling - Open Read Write]] - How to open a file with different permissions
Line 14: Line 14:
  
 
= Others =
 
= Others =
* [[Program_Examples:sys_log|Program Examples - sys.log]] - How to send log messages from MC-Basic context to Linux sys.log
 
 
* [[Program_Examples:Operate_softMC_3_with_HMI| Program Examples - HMI]] - how to configure HMI with softMC 3
 
* [[Program_Examples:Operate_softMC_3_with_HMI| Program Examples - HMI]] - how to configure HMI with softMC 3
 +
 
=Caming Examples=
 
=Caming Examples=
 
* [[Program_Examples:Create_Motion:CAM_Table|Program Examples - Create CAM table and move axes]]
 
* [[Program_Examples:Create_Motion:CAM_Table|Program Examples - Create CAM table and move axes]]
* [[Program Examples:Camming by Virtual Master|Program Examples - Camming by Virtual Master]] - How to define a cam
+
* [[Program Examples:Caming by Virtual Master|Program Examples - Caming by Virtual Master]] - How to define a cam
 
* [[Program_Examples:Reverse engineering for cam table|Program_Examples - Reverse engineering for cam table]]
 
* [[Program_Examples:Reverse engineering for cam table|Program_Examples - Reverse engineering for cam table]]
 
* [[Program_Examples:Cam table with shutdown and restart|Program_Examples - Cam table with shutdown and restart]]
 
* [[Program_Examples:Cam table with shutdown and restart|Program_Examples - Cam table with shutdown and restart]]
Line 46: Line 46:
 
* [[Program_Examples_-_Robot_Helix_motion|Program_Examples - Robot Helix motion]]
 
* [[Program_Examples_-_Robot_Helix_motion|Program_Examples - Robot Helix motion]]
 
<br/>
 
<br/>
 +
 +
 +
=Advanced (Expert)=
 +
* [[Program_Examples:sys_log|Program Examples - sys.log]] - How to send log messages from MC-Basic context to Linux sys.log
 +
* [[Program_Examples:real time motion event tracer |Program Examples - real time motion event tracer]] - How to trace internal motion events

Revision as of 08:38, 16 February 2017

Communication

File handling

Motion Bus

Others

Caming Examples

Motion Examples



Advanced (Expert)