Levent1970

FX5U and FX5-ENET/IP

26 posts in this topic

If you have on both Modules the MS in Green, your Communication is OK.

My Example:

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

You can Take in FX5-ENET_IP Users Manual Page 147 the Adresses for Class1 input ( Input starts with Un\G12000 and ends Un\G14999) and Class1 output [ Output from Un\G60000 to Un\G62999) 

Edited by Levent1970

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