Delta PLC Query

  • Thread starter Automation_Engineer
  • Start date
A

Thread Starter

Automation_Engineer

Hello Everyone,

I'm facing a problem with Delta PLC. Previously i used DVP14SS11r PLC. Now I'm trying to download the previous Program from DVP14SS11r to DVP14SS211r. I have changed PLC from SS to SS2 Series. Everything is OK but when it goes to field only the Extension module is working. There is problem in PLC. Can you people please give any solution for my problem??

Shall we not use SS2 series instead of SS series?

or Shall we change the addressing?
 
A

Automation_Engineer

I have tried that also. It's working.

Should we change the addressing while converting to another series of PLC??
 
Maybe you write simple program like this to check I/O that there are something wrong or not

--|X00|-----(Y0) (For PLC Internal I/O)
--|X01|-----(Y1)
.
.
.
--|X100|---(Y100) (For PLC External Module)

If This Program is OK, change PLC Type to SS2 and Run Program again. Then lets see the result.
 
Top