Programming Premium PLC via Ethernet

Schtiel

Member
Join Date
Oct 2006
Location
West
Posts
91
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,597
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,901
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,194
Hello colleagues, Some time ago I started my adventure with programming. With your help and the courses, things are starting to come together...
Replies
13
Views
589
Dear All, I need a sample PLC program to count the output pulse of a mass flow meter so that a specific amount of mass (for example 100gm)can be...
Replies
2
Views
79
Back
Top Bottom