Can I create PLC codes with variable-size arrays in the Simulink PLC Coder trial
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, I am trying the trial of the Simulink PLC Coder. It runs well if the Matlab block doesn't include variable-size arrays. But if I add variable-size arrays, it shows me that " Variable-size arrays are currently disabled for code generation. Consider selecting the 'Support variable-size signals' option on the Configuration Parameters > Code Generation > Interface page. " I tried to do what it said. But I couldn't find the item it shows me. I don't know if the trial version allow me to use the variable-size arrays. If you know anything, please reply me. Thank you very much!!!!!!!!
2 件のコメント
Aditya Venkataraman
2016 年 5 月 5 日
編集済み: Aditya Venkataraman
2016 年 5 月 5 日
Please help. I have the same issue, as well. I can't locate the option suggested in the menu. I looked online for a solution but there is no documentation on this.
Ruven Weiss
2016 年 6 月 21 日
I have exactly the same problem! Has anybody found an answer to this by now?
回答 (2 件)
Bill Chou
2016 年 6 月 22 日
Unfortunately Simulink PLC Coder does not support variable-size signals as outlined here:
0 件のコメント
sajjad allahgoli
2018 年 3 月 11 日
I have too this problem. i define a empty matrix for desired matrix like bellow: A= zeros(10,10); then you can define variable size matrix and generate its plc code. hope this helps sajjad
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink PLC Coder についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!