Date: 23.09.2025
Version: 5.3.3
Application: SmartFunctionKit Pressing
by: DC/PRM-LT-CN 
___________________________________________________________________________________________________________________
_____
|   |  ATTENTION
 | |
  |	We do not give guarantee for operability, or the absence of errors in the code examples or description.
	The usage is on your own risk!
  O
____________________________________________________________________________________________________________________

Content:
---------
The fieldbus example consists of 2 Parts:
	- Readme.txt with the description
	- example project for Omron NX1P2 with support for Ethernet/IP

The coded examples are just suggestions, which can be used to create an own project for the master control.
The examples do not claim to be exhaustive.
The project is made by Omron Sysmac Studio V1.58, you need to use Sysmac Studio version V1.58 or upper to open it.
The fieldbus protocol need to be EtherNet/IP, it is not compatible by using EtherCAT to connect Omron PLC with Rexroth Smart Function Kit For Pressing. 

Project "SFK_MARSTER_PROJECT_OMRON"
--------------------------------
This project is a template, which has all necessary components to get the master control work. Please activate the fieldbus protocol in the web-frontend.
You can get more details about the configurations in the software manual.
You need configure the fieldbus-protocol as EtherNet/IP.
There are several functions and function blocks in example project to help customer implement the control of pressing, which is 
1. SFK_Command: Send the command to pressing and get the status feedback;
2. SFK_Fast_Variable_Access: Read and write the variable of pressing by fieldbus data;
3. SFK_SerialNumberConverter: Convert the string serial number to the format that pressing can regonize;
4. SFK_GetNotification: Get the pressing status data from fieldbus data;

In the SFK_Main_Ladder you can also find examples for using the "SFK_Command" function block.
 There is also an example for getting the notifications from the SmartFunctionKit, by using the "SFK_GetNotification".
Additionally you can find the fast variable access by using the "SFK_fast_variable_access".


@Updates:
-----------------------------------------------------------------
23.09.2025 || creation