thiagoralves / OpenPLC_Editor

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

cannot get the right string in DebugVaribalePanel #88

Closed biggwatermelon closed 10 months ago

biggwatermelon commented 10 months 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