HI all,
I would like to know about step for upload program from AB Plc.I never use in this Plc.
Can It be upload when machine runnning?Machine must not stop when I upload program.
What kind of cable to upload program? RS232,Does it work?
Thank you
[?]: Upload program from AB plc?
-
- Posts: 10
- Joined: Thu Aug 16, 2007 7:38 am
- Location: Thailand
-
- Posts: 159
- Joined: Fri Aug 10, 2007 10:02 pm
- Location: Europe
-
- Posts: 10
- Joined: Thu Aug 16, 2007 7:38 am
- Location: Thailand
Thank you Gremlin
I use SLC5/03 controller it have 2 ports for communication.
Built in DH485 channel and RS232 channel supporting DF1.
I have RS232 cable for computer with serial port.I am not sure
it can be work for upload program.
When upload program I should be select in Run,Remote or Program?
Please advice
Thanks
I use SLC5/03 controller it have 2 ports for communication.
Built in DH485 channel and RS232 channel supporting DF1.
I have RS232 cable for computer with serial port.I am not sure
it can be work for upload program.
When upload program I should be select in Run,Remote or Program?
Please advice
Thanks
-
- Posts: 159
- Joined: Fri Aug 10, 2007 10:02 pm
- Location: Europe
you will have to configure a driver in RSLinx for DF1 protacol and point it to your comm port,
if you are using df1 you will have to sto the machine to upload
you will b ok with DH+ int wont affect scan times of plc
of usibg DF1 put switch in prog ( be carefull plc will stop and data tables will be reset when you restart)
you cab do it live with no efect on plc with DH+
if you are using df1 you will have to sto the machine to upload
you will b ok with DH+ int wont affect scan times of plc
of usibg DF1 put switch in prog ( be carefull plc will stop and data tables will be reset when you restart)
you cab do it live with no efect on plc with DH+
-
- Posts: 7
- Joined: Thu Jun 15, 2006 2:33 pm
- Location: Czech Republic
upload ...
to incpong22 :
UPLOAD - this mean transfer user program form PLC to PC (PLC keep running)
DOWNLOAD - this mean transfer user program from PC to PLC (PLC must be in PROG mode - this will stopping your program)
UPLOAD - this mean transfer user program form PLC to PC (PLC keep running)
DOWNLOAD - this mean transfer user program from PC to PLC (PLC must be in PROG mode - this will stopping your program)
-
- Posts: 10
- Joined: Thu Aug 16, 2007 7:38 am
- Location: Thailand
Re: upload ...
When I upload program If I should select key switch to run mode I willBond007 wrote:to incpong22 :
UPLOAD - this mean transfer user program form PLC to PC (PLC keep running)
DOWNLOAD - this mean transfer user program from PC to PLC (PLC must be in PROG mode - this will stopping your program)
be able to trannsfer program from PLC with machine not stop.Is it correct?
Thanks