Programming Premium PLC via Ethernet

Schtiel

Member
Join Date
Oct 2006
Location
West
Posts
92
Hi! I have Premium PLC with built-in Ethernet port but I don't have any programming cable.
Can I connect to PLC using Unity Pro and download program to it (without downloading configuration and IP address using, for example, USB cable)?

i.e. does Premium PLC have a default IP address?

Thanks in advance
 
Hi

the following should help

How do I derive the default IP address of the TSXETY5103, TSXETY4103 and
PORT?
Document Number: RESL168082
Revision: 1.0



Question
How do I derive the default IP address of the TSXETY5103, TSXETY4103 and
PORT?


Answer
The default IP address for the TSXETY5103, TSXETY4103 and PORT is in the
following format 85.16.xx.yy.
The first and second octets are always fixed at 85.16.
The 3rd and forth octets are the decimal equivalent value of the last 2
hexadecimal pairs of the MAC address.

Example Format: 85.16.xx.yy.
ETY MAC Address: 00.80.F4.01.05.36

xx = 05 (hex) = 5 (dec)
yy =36 (hex) = 54 (dec)

Hence derived IP address: 85.16.5.54
 
Another method is to use a program like BootP turbo to set the IP address from the MAC address (printed on the front of the cpu).
You should be able to find BootP turbo on the web and download for free
 

Similar Topics

We are having Unity Pro XL v5.0 through which Premium PLC is communicated, when I was trying to connect It is not going directly to programming...
Replies
5
Views
4,652
First of all, Good day to all!!! I'm only new here, and a newbie on automation. Now, I'm looking for any help to start programming & diagnostic...
Replies
8
Views
17,991
Hello guys! I am currently working with a Modicon Premium P57354M Processor. I have found the TSX PCX 1031 download/upload cable but I can't...
Replies
0
Views
7,249
Hello All, I am stumped on how to convert a %MW to a %MF using Machine Expert Basic and a Modicon M221. The help files show a word to a double...
Replies
4
Views
123
Hi, I am trying to set up a plc. I've never done any programming with ladder logic previously. I'm trying to set up a a program to turn a device...
Replies
7
Views
244
Back
Top Bottom