zpassha

FX5U ENET/IP communication with EX260-SEN1

3 posts in this topic

Good day, I have Mitsubishi SN 18xxxxx with new firmware 1.111 and attached FX5-ENET/IP module to communicate with SMC EX260-SEN1, have you any example how send data into SMC over Ethernet/IP? Thanx for reply

Share this post


Link to post
Share on other sites

Open your Communication with the Ethernet-IP Module

FX5ENETIP_1.bSet_CommunicationStartupRequest_D:=TRUE;

Send Words:                     

U2\G60001:= Value_Current;                                                              //My Module is the 2.nd Intelligent Module, use "U1" for 1.st

Send Bits:

U2\G60007.1:= Lamp_Welding;

Receive Words:

Value_Current_from_TP := U2\G12000;

Receive Bits:

bPowder_On_Button:= U2\G12019.2

Use an EDS file like the attached one in your Ethernet Configuration Tool (See recent Posts from me)

 

 

ex260_sen1_2_3_4_22_v21.zip

1 person likes this

Share this post


Link to post
Share on other sites

Thank you for your reply, I read your topics before, and now when you say me about buffer variables I read a documentation  about fx5 enet/ip module and all is running perfectly. Tnx a lot

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now