C++ in Unity Pro

Schtiel

Member
Join Date
Oct 2006
Location
West
Posts
91
Has somebody an experience in programming Modicon PLCs in Unity using C++ language? Is it possible? Is there a SDKC for Unity Pro?
 
Use Unity EFB Toolkit to develop EFs in C language

Yes Unity provides a SDK-C companion software called EFB toolkit. You'll be able to create some EFs and then enrich the existing libraries of Unity. Of course you can do the same with internal DFB but there is two advantages with developping in C. First, EFs runs faster than DFB so ou reduce scantime. Second, it's of course completely protecting your know-how. Once the EF is created, nobody can open and read what is inside. Main drawback, it's not possible to modify the inputs/outputs and inside program of an EF while used as an instance, whether it's still possible with a DFB.
Hope that helps.
 

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
137
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
381
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
631
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,849
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
752
Back
Top Bottom