Hi everybody, Is there any sample project that communicates 2 devices with profinet using Codesys platform on the devices? BR, Necati.
This may help you. https://forge.codesys.com/forge/talk/Engineering/thread/3da9ded84e/?limit=250#62b3
As you mentioned, I have SP19 Patch 1. Your method worked successfully. Thanks for your detailed explanation. ππππ BR. Necati.
Hi, I have a text file at location "D:\temp\startup". When I try to open the startup file as shown attached figure, file open function returns "FFFFFF.." value? If you have any suggestion for solving problem, could you please help me? BR Necati.
Hi, I have a text file at location "D:\temp\startup". When I try to open the startup file as shown below, file open function returns "FFFFFF.." value? If you have any suggestion for solving problem, could you please help me? BR Necati.
Hi, There is no clear/delete button on attached log page. Is there any way to clear logs in the PLC? BR Necati.
if you can change brigness via terminal in Linux or Command Line in Windows, of course you can also change via code by using "SysProcessExecuteCommand" function. To try this method you need to apply below modification. Connect to the target device. Find and open the runtime configuration file "...codesys/CODESYSControl.cfg" with an editor. Before [CmpLog], add [SysProcess] and allow line. [SysProcess] Command=AllowAll For more detail please find: https://forge.codesys.com/forge/talk/Engineering/thread/64904fac37/...
You can use PWM for this purpose. Assume that you have 0 to 500 unit analog PID output. Convert this value to percentage and use it as ON time.