Watching this to quickly learn what I need to know to set up persistent variables and saved recipes in my program. I love how straightforward and helpful the video is, with a step by step walkthrough. It's friendly for all levels of experience.
@electricalautomation2 жыл бұрын
Glad it was helpful! Thank for watching!
@yossig9922 жыл бұрын
What happened to the beckhoff playlist? it was amazing.
@morezghodsi38382 жыл бұрын
Hi, Please teach Analog wiring for the potentiometer and in the Twincad. TNX a lot
@electricalautomation2 жыл бұрын
Please view PID23 - Beckhoff TC3 PID03 - Analog Input Wiring, Configuration, and 'SCALE' programming kzbin.info/www/bejne/f6q6n3t5gJeCa6M
@Tracks7774 жыл бұрын
lovely stuff
@electricalautomation4 жыл бұрын
Thanks for watching
@CBakerDev3 ай бұрын
Does the 2nd method with the UPS module automatically handle saving persistent data if the PLC loses power or if someone clicks "Activate Configuration", "Restart TwinCAT System", or "Restart TwinCAT (Config Mode)", or do I have to manually trigger the START parameter of NT_Shutdown?
@junlv-i3y Жыл бұрын
Thank you, That's exactly what I want
@electricalautomation Жыл бұрын
Great!Enjoy!
@luiggitello85462 жыл бұрын
Hi! Thanks for your work, you are the only person on the planet that masters Twincat LOL. I have QUESTION: I tried to use the FB_WritePersistentData method, but at restart all my variables went to "0". What could be the problem? IDK where it went wrong
@electricalautomation2 жыл бұрын
Hi My friend, Thanks for watching! Which controller you are using? Have you declare the variables under "PERSISTENT" 10:50? Also note, you need to trigger "write persistent" 18:24 if the controller lose the power.
@industrialautomationkotttu884110 ай бұрын
Thank you
@franciscocarlos88974 жыл бұрын
Show top demais.Obrigado
@electricalautomation4 жыл бұрын
If you are using CX9020, you could also view the video 'BK09. How to Retain/Persistent Variables using Beckhoff TwinCAT3 CX9020 U900 UPS' kzbin.info/www/bejne/qKvJaHSbqrp2n8k. The method is working in my projects.
@mosadsallam35722 жыл бұрын
Thanks
@industrialautomation34704 жыл бұрын
I think you should only trigger the START, when fb is not BUSY.
@electricalautomation3 жыл бұрын
100% Agree. Thanks! Also I would recommend only use HMI and manual trigger button to turn ON (Trigger) the START, as shown at 14:20. Or use a cyclic main to call this PRG, properly 1s - 5s cycle time (not too short) to keep triggering the START.
@industrialautomation34703 жыл бұрын
@@electricalautomation Can you trigger it cyclically? Could there be an issue, with writing data too often, like if it using flash for storing the data?
@electricalautomation3 жыл бұрын
@@industrialautomation3470 Cyclically calls at 'ms' level would be challenging, that is way at 14:20 I talked to recommend using HMI and button to trigger 'persistent' to save some setting parameters values. If you do need to store data frequently, then using the controller with UPS module.