Hi,
I have a TSX MICRO 3722 and I want to establish character mode comunication trough it's TER port with a Magelis XBTN400.
I mention that I don't want to use HMI specific designing software, I just want to establish character mode comunication.
It is possible?
Thank you
TSX MICRO character mode comunication with Magelis XBTN400
-
- Posts: 10
- Joined: Sat Apr 27, 2013 11:01 am
-
- Posts: 8
- Joined: Wed Sep 11, 2013 9:47 am
-
- Posts: 10
- Joined: Sat Apr 27, 2013 11:01 am
Re: TSX MICRO character mode comunication with Magelis XBTN4
Thank you for your attention. Yes, this is the physical link, I have this cable, and more to that ->, the pins 5 and 7 must to be connected toghether because, doing that the terminal port will be set on character mode communication.
The question is, can I send and recive messages to the HMI trough character mode communication method? And I repeat I don't want to use any hmi designing program, I want to test a serial transmission established by my code with OUT_IN_CHAR, something like that.
The ideea is that I have on my table a TSX3722 PLC, and a XBTN400 Panel, and I had never before programmed a serial character(ASCII) communication and I want to test one now.
Thank you.
The question is, can I send and recive messages to the HMI trough character mode communication method? And I repeat I don't want to use any hmi designing program, I want to test a serial transmission established by my code with OUT_IN_CHAR, something like that.
The ideea is that I have on my table a TSX3722 PLC, and a XBTN400 Panel, and I had never before programmed a serial character(ASCII) communication and I want to test one now.
Thank you.
-
- Posts: 392
- Joined: Fri Dec 18, 2009 3:02 pm
- Location: Киев
Re: TSX MICRO character mode comunication with Magelis XBTN4
Test with a computer instead of panel
-
- Posts: 10
- Joined: Sat Apr 27, 2013 11:01 am
Re: TSX MICRO character mode comunication with Magelis XBTN4
I don't have serial port on my computer ( notebook ).
-
- Posts: 392
- Joined: Fri Dec 18, 2009 3:02 pm
- Location: Киев
Re: TSX MICRO character mode comunication with Magelis XBTN4
1) You need USB_to_RS485 adapter. XBTN400 not support symbol mode.
2) You can implementation Modbus-Slave protocol used symbolic mode.
3) Are you know, that communication possible through Modbus or Uni Telway protocol?
2) You can implementation Modbus-Slave protocol used symbolic mode.
3) Are you know, that communication possible through Modbus or Uni Telway protocol?
-
- Posts: 10
- Joined: Sat Apr 27, 2013 11:01 am
Re: TSX MICRO character mode comunication with Magelis XBTN4
I am wandering where I have to set the address of a slave device. How do I know where to send a message if you can help me please.
Thank you.
Edit: How and where do I set the address of the HMI, to communicate with the TSX PLC in the UNITEL-WAY communication mode?
Thank you.
Edit: How and where do I set the address of the HMI, to communicate with the TSX PLC in the UNITEL-WAY communication mode?
-
- Posts: 10
- Joined: Sat Apr 27, 2013 11:01 am
Re: TSX MICRO character mode comunication with Magelis XBTN4
Nobody haven't programmed in UNITEL-WAY protocol?
-
- Posts: 392
- Joined: Fri Dec 18, 2009 3:02 pm
- Location: Киев
Re: TSX MICRO character mode comunication with Magelis XBTN4
Specify your task.
-
- Posts: 10
- Joined: Sat Apr 27, 2013 11:01 am
Re: TSX MICRO character mode comunication with Magelis XBTN4
I have an magelis XBTN400 wich supports UNITEL-WAY protocol, and a TSX MICRO PLC wich also supports UNITEL-WAY protocol.
I want to programm data transfer with communication functions like DATA_EXCH between PLC and Magelis display on the TERMINAL port
and I want to know where I have to configure or specify the address of the magelis display.
Tank you.
I want to programm data transfer with communication functions like DATA_EXCH between PLC and Magelis display on the TERMINAL port
and I want to know where I have to configure or specify the address of the magelis display.
Tank you.
-
- Posts: 392
- Joined: Fri Dec 18, 2009 3:02 pm
- Location: Киев
Re: TSX MICRO character mode comunication with Magelis XBTN4
Exchange between the terminal and the controller with Unitelway protocol does not need to call communication functions
-
- Posts: 10
- Joined: Sat Apr 27, 2013 11:01 am
Re: TSX MICRO character mode comunication with Magelis XBTN4
I know, but I want to do that, consider that the display is just a device wich supports Unitelway, how do I address it from PLC, and how I do to programm a communication with it?
-
- Posts: 392
- Joined: Fri Dec 18, 2009 3:02 pm
- Location: Киев
Re: TSX MICRO character mode comunication with Magelis XBTN4
use DATA_EXCH not possible between PLC and Magelis display, Magelis is UNITE Client, PLC is UNITE Server.