Unity Pro

low_rad

Member
Join Date
Aug 2006
Location
Strängnäs
Posts
6
Hello.

My question is, how do I transfer a PL7_counter to the PLC with Unity Pro? I know I have to program it offline. But after that I don't know.

When I put the counter in the program and download it to the simulator it ask me to confirm "stop". That's not really an option during working time.

If someone can tell me how to do it I'd be greatful.

Patrik
 
Hello


You can't download program without stopping Unity PLC, if you have done offline edits to program. (after offline edit, you have to download whole program to PLC, and stop command is allways needed.)

If you want transfer edits without stopping PLC:

You have to go first to online with original PLC program. After that you can make online edits to program, and download them to PLC without stopping PLC. (build changes command)

If online edit is not possible for some reason, program warms of this.

PL7_counter edit/transfer is not possibly at online. You have to use different counter type, or you have to make your own counter to PLC, if you don't want stop PLC.

p.s If you make offline edit, take all data to file first from PLC, because data is lost when you download whole program to PLC. (PLC makes cold restart after whole program is downloaded, and this mean that at least all memory bits are reseted to zero...)
After you have donloaded program to PLC, you have to transfer data from file to PLC. After that you can start PLC again.

Data is not lost when online edits are done, but is is good to take data to file also before online editing...
 
Last edited:

Similar Topics

Hello, I am using Unity pro V15. I have Quantum CPU 671 and Ethernet NOE 77101 configured. I have configured IO scanning on NOE. I have attached...
Replies
5
Views
191
HELLO MY FRİENDS ı have problem. ı tought you can solved thıs problem for me. First of all When I checked all the cable connections of the...
Replies
0
Views
411
Hi All, I haven't installed Unity Pro in years and needed to install it recently. I initially tried installing Version 11.1 and the whole...
Replies
3
Views
739
Hello i want to implement a Read_var / Write_var functions to communicate with a modbus tcp device at the moment i use the unity simulator at the...
Replies
4
Views
1,951
Hi, I've exported a PL7 application to the .FEF file succesfully. Imported the .FEF file in my Unity Pro project, but two of the five sections in...
Replies
0
Views
781
Back
Top Bottom