| <div id="<?php echo basename(__FILE__,'.php');?>" class="newsheader"> |
| 4DIAC Tutorial Videos |
| </div> |
| <div class="news"> |
| <span class="left"><?php $date="2015-04-20 13:49"; echo $date;?></span> |
| <span class="right">Age: <?php echo date_diff(date_create(date("Y-m-d h:i", strtotime($date))),date_create(date("Y-m-d h:i")))->format("%a days");?></span> |
| </div> |
| <p>We proudly present our first set of <a href="https://www.youtube.com/watch?v=i9dqLrf7DGo">tutorial videos</a>. They cover the topics on what is IEC 61499, how to install 4DIAC, how to create a 4DIAC project, Basic Function Blocks and how to export and create/compile a running FORTE with custom FBs! |
| <br>Please note that the videos are in German, so any support on translating them is welcomed and supported!</p> |
| <?php include 'greeting.html';?> |