Closed 158545614 closed 3 years ago
Is that using the latest Beta Build (v1.2.54)? I haven't been able to reproduce it yet.
I found another bug and I've added .vim creation support. But I can't replicate this error :-(. Can you send my the class example?
this pitcure show the other bug?
what is the differences about these two method? they seem to both can read/write attributes。which one is better?
Interesting...
Interesting...
Do you reproduce these bugs?
Interesting...
Hi Do you replicate these errors??
I've not found the issue yet. You can always help he out and probe some values in the VI: C:\Program Files (x86)\National Instruments\LabVIEW 2020\resource\Framework\Providers\Open_GDS\ClassProviders\Provider_LvNativeClass\ClassWriterNative_class\DialogCreateMethod.vi ...to see what's going on. To debug this VI (or any OpenGDS VIs), open the VI, enable "Allow debugging" (VI Properties/Execution), add a Break Point on the BD in the VI and save it. Then restart LV and when this VI gets called the BD will open and you can debug it. After the VI gets closed, the debugging stops working so to debug it again, you have to restart LV and repeat the process.
BTW regarding the Property Method:Get/Set or Property Node:Read/Write, if you use the Property Node:Read/Write, you can read and write object attribute values using a standard Property Node VI (QD: rn). You could of course use thee Read/Write VI as normal SubVIs but that's not their intention.
BTW regarding the Property Method:Get/Set or Property Node:Read/Write, if you use the Property Node:Read/Write, you can read and write object attribute values using a standard Property Node VI (QD: rn). You could of course use thee Read/Write VI as normal SubVIs but that's not their intention.
I've not found the issue yet. You can always help he out and probe some values in the VI: C:\Program Files (x86)\National Instruments\LabVIEW 2020\resource\Framework\Providers\Open_GDS\ClassProviders\Provider_LvNativeClass\ClassWriterNative_class\DialogCreateMethod.vi ...to see what's going on. To debug this VI (or any OpenGDS VIs), open the VI, enable "Allow debugging" (VI Properties/Execution), add a Break Point on the BD in the VI and save it. Then restart LV and when this VI gets called the BD will open and you can debug it. After the VI gets closed, the debugging stops working so to debug it again, you have to restart LV and repeat the process.
Did you open this project? is it correct??
There is no issue with the project when I use it?!?!?
There is no issue with the project when I use it?!?!?
I find this _property ctl seems not correct. what is the problem?
There is no issue with the project when I use it?!?!?
it seems labview'bug??
create read/write method VI name is not correct