TSX Micro Internal Addresses

Join Date
Dec 2005
Location
Rio de Janeiro
Posts
2
Hi, friendly people !

I´m a guy from Brazil, really not so expert as many of you I have seen here.

I´m indirectly involved in the integration of a TSX Micro PLC from Modicon (Schneider) with a IFix (from Emerson) application.

I have been asked for the internal addresses of the TSX Micro cpu, to deliver to others of the team. I got the infomation below in this site, but it seems no so complete as we need.
------------------------
0xxxx discrete outputs and internal coils
1xxxx discrete inputs
3xxxx analog inputs
4xxxx analog registers
------------------------

For example, if I have an digital input like %I0.0, a digital output like %Q4.4, a analogic input like IW6.1, a internal floating like %MF4, how can I address them ?

I thank you for all help you can give me.

Wishing a nice year of 2005,
Roberto Camargo
 
Last edited:
You are correct the TSX Micro addressing like your example.

The IFix probably uses a Modbus format where 4xxxx is a word and 0xxxx is a coil. IFix knows how to handle double words and floating point when doing Modbus communications.

I am not certain, but I believe that the only TSX Micro conversion for Modbus communications would be:
4xxxx = %MWx-1, for example 40001=%MW0, 40002=%MW1, 40003=%MW2
0xxxx = %Mx-1, for example 00001=%M0, 00002=%M1, 00003=%M2
 
Thanks, Jim.....

For the first time I was preparing this problem to be presented, I made it complete. But then - Murphy is alive ! - my pc was reseted and I lost some parts of the problem.

If I was using a normal comunication, I believe I would not have this problem. The question has arised because we have a Digi One SP Ethernet to RS 485 converter between the two communicating elements..... I can say I know almost nothing about the Modicon line, but I think this is not the way Modbus works (may be I´m wrong....).

You gave me the answer thinking about the internal coil and the internal register. But I still could´nt apply this rules over the examples I presented, that are the situations I have to resolve.

Lots of thanks and my best regards,
Roberto Vieira de Camargo
 

Similar Topics

After updating a panel, I inherited another PLC for my "learning lab". It's a Modicon TSX Micro. I've not worked with a Modicon PLC yet, so I...
Replies
1
Views
128
My plc is stx micro 3722 My problem is err led is flashing I tried to re programme my plc with pl7 programme The pl7 tel me cant connect with...
Replies
0
Views
365
I'm working on a Schneider TSX Micro TSX3722001 with an alternately flashing ERR and TER led. The machine has been idle for about 3 years and I...
Replies
2
Views
986
Pure mind boggled at this one, can’t seem to figure it out. NO contact with - %M130(%MW11) How is this possible? Is the %MW11 0 it’s logic 0, 1...
Replies
5
Views
1,531
Hi All, i have PLC Modicon TSX 3722 Micro i need to know where should i put the socket of programming cable on Ter or Aux port. and i see the file...
Replies
0
Views
1,605
Back
Top Bottom