thiagoralves / OpenPLC_Editor

OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime
GNU General Public License v2.0
429 stars 207 forks source link

cannot get the right string in DebugVaribalePanel #88

Closed biggwatermelon closed 1 year ago

biggwatermelon commented 1 year ago

i compile the code and want to invoke the OnExportGraphButton function in DebugVariablePanel.py, the result i got in code is like [1. 0. .0], but the result i got after i click the 'export graph' btn is [1; 0.000;], i'm so confused. Thanks for you apply