Change Size of Array in PLC

后端 未结 0 340
梦如初夏
梦如初夏 2021-01-28 16:14

is it possible to change the size of an array in an TwinCAT-PLC using ADS, in this case pyads?

VAR CONSTANT
    min_a   : INT := 1;
    max_a   : INT := 234;
END_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题