C++ for PLCNext realtime

Dear Phoenix Contact Team! I meant to make the Eclipse IDE environment (according to your video instructions) suitable for C ++ programming for the PLCNext technology. So far everything has worked - except for the last point - my problem now is that no plcncli data can be found. Where could the problem be (but this folder contains the plug-ins that are required here) Many thanks for the help

Hello plcnextstarter, please open the console and verify the installed Targets via commandline “plcncli get targets” Could you send me the Output, please? Thanks & Best Regards Eduard

Thanks for the quick reply, The first message is the one in screenshot 1. If I drag the SDK folder one directory in front of it, the message from screeshot 2 appears. After the report in the community, I have currently also tried the previous Eclipse versions and unfortunately also failed. best regards PLCNextStarter


Hello plcnextstarter, 1. please verify the Target entries in following file and delete the target listed twice: C:\\Users\\YourUserName\\AppData\\Roaming\\plcncli\\settings.xml 2. Please also verify the Target Name ( “AXCF2152” ) in following setting File and correct it, if needed: C:\\Users\\YourUserName\\AppData\\Roaming\\plcncli\\sdk-properties.xml e.g. the following line is included if the SDK 2021.0.0 LTS (21.0.0.35466) is installed : If the settings are corrected, please execute the command “plcncli get targets” again. Thanks & Best Regards Eduard

Hello plcnextstarter, As discussed during the remote session, the cause of the error was the deletion of the SDK directory. In this case the plcncli tool tries to access this (deleted) directory and cannot find it. The solution is to remove the SDK in plcncli before deleting the SDK folder (please see the related How-To in Attachment). Best Regards Eduard

How to add, exchange and build PLCnext Targets.pdf

I got the same message. For me it helps if I delete the folder %TEMP%/.net and than restart eclipse. [attachment]Screenshot 2021-05-05 115601.png[/attachment]

Screenshot 2021-05-05 115601.png

thank you for your help!!. that was the problem