2
« on: August 08, 2016, 04:52:19 AM »
Ok I have got the F2424 connecting to the nano10 using netcommands but I am thinking Modbus will be a lot easier so will try the modbus connection tomorow.
The f2424 is the one hanging off the 4g network.
The nano is at the main office.
All I need to do for now is get the f2424 to connect to the nano, pass/write dm1 to dm100 to the nano and read dm101 to itself all in the same positions. So the F2424 will mirror the values in Dm1-100 to the nano and mirror the Nano 101-200 back into itself.
I know its a basic command but can someone give me an idea?
I think I need to use
to write f2424 dm 1-100 over to the nano
WRITEMB2 4,1,41001,DM[1],100
and to read the nano 101-201 back to the f242
READMB2 4,1,41101,DM[101],100
Regards, Peter