Difference between revisions of "Program Examples"

From SoftMC-Wiki
Jump to: navigation, search
Line 1: Line 1:
= Refer to =
+
= Communication =
 
* [[Program Examples:Serial Com:Serial Com Example|Program Example - Serial COM]] - How to setup a serial connection
 
* [[Program Examples:Serial Com:Serial Com Example|Program Example - Serial COM]] - How to setup a serial connection
 
* [[Program Examples:TCP IP:TCPIP Simple Server|Program Example - TCP/IP Simple Server]] - How to setup a simple TCP-IP server
 
* [[Program Examples:TCP IP:TCPIP Simple Server|Program Example - TCP/IP Simple Server]] - How to setup a simple TCP-IP server
Line 6: Line 6:
 
* [[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 langauge, corresponds to the [[Program_Examples:TCP_IP:TCPIP_TelNet_Server|TCP/IP TelNet Server]] example.
 +
= 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
 
* [[Virtual Entry Station (VES)|Program Example - Virtual Entry Station (VES)]]
 
* [[Virtual Entry Station (VES)|Program Example - Virtual Entry Station (VES)]]
 +
= Motion BUS =
 
* [[Program_Examples:CANOpen:DS402_CAN_Drive_Setup|Program Example - DS402 CAN Drive Setup]] - How to setup drive for cyclic synchronous position operation
 
* [[Program_Examples:CANOpen:DS402_CAN_Drive_Setup|Program Example - DS402 CAN Drive Setup]] - How to setup drive for cyclic synchronous position operation
 +
* [[Program_Examples:Shared_Objects|Program Examples - Shared Objects]] - How to create, link and use shared objects with softMC
 +
= 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
 +
 +
=Motion Examples=
 
* [[Axis Setup Procedure|Program Example - Axis Setup]] - How to set up the basic configuration of an axis.
 
* [[Axis Setup Procedure|Program Example - Axis Setup]] - How to set up the basic configuration of an axis.
 
* [[PLS_SETUP_PROCEDURE|Program Example - PLS Setup Procedure]] - How to set up a PLS data structure.
 
* [[PLS_SETUP_PROCEDURE|Program Example - PLS Setup Procedure]] - How to set up a PLS data structure.
Line 16: Line 24:
 
* [[Program_Examples:Backlash_Compensation|Program Examples - Backlash Compensation]] - Position Backlash Compensation
 
* [[Program_Examples:Backlash_Compensation|Program Examples - Backlash Compensation]] - Position Backlash Compensation
 
* [[Program_Examples:Backlash_Compensation_Table|Program Examples - Backlash Compensation using Compensation Tables]] - Position Backlash Compensation using compensation tables
 
* [[Program_Examples:Backlash_Compensation_Table|Program Examples - Backlash Compensation using Compensation Tables]] - Position Backlash Compensation using compensation tables
* [[Program_Examples:Shared_Objects|Program Examples - Shared Objects]] - How to create, link and use shared objects with softMC
 
* [[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
 
 
==Motion Examples==
 
 
* [[Program_Examples:Homing|Program Examples - Homing]] - How to set homing parameters and issue a homing procedure
 
* [[Program_Examples:Homing|Program Examples - Homing]] - How to set homing parameters and issue a homing procedure
 
* [[Program_Examples:Create_Motion:Position_Mode|Program Examples - Move Axis in Position Mode]]
 
* [[Program_Examples:Create_Motion:Position_Mode|Program Examples - Move Axis in Position Mode]]

Revision as of 13:18, 25 January 2017

Communication

File handling

Motion BUS

Others

Motion Examples