DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Errors D2020 SP1

Hi, 

when i run my script, everything works. When i Debug the script, it gives me this error, object separated. I didnt separate nothing,i think you have some bug and i cant debug my script in D2020. in D2017 it was no problem.

Tuesday, the D2020 SP1 crashed maybe 20 times to me, as welkl when i just selected code in script panel, diadem crashed, lot of times i didnit click nowhere, i just wanted to select part of code and press CTRL+C but just by selecting text, Diadem crashed. Tuesday my head wanted to explode as i had to 20 times start diadem again and couldnt work. I reported multuiple errors few days before, but noone replyed to me, can you please send it to ur programmers. there is log im giving you with numbers of errors, so could you please check it and help me, cause im really struggling with this new version of diadem.

I have second computer, so im going to install it on the second computer. BUT: the d2020 sp1 offline installer guives me error and i cant install it, i made a topic about it as well, and i received no reply to this problem as well. 

We cant install it to our users as it gives me error, so we stay on D2020 till we dotn get it working. 

 

Lukas_Doubek_0-1603963244272.png

 

 

Lukas_Doubek_1-1603963542189.png

 

0 Kudos
Message 1 of 11
(2,942 Views)

To the admins of this forum: are you still reading it here? 🙂

0 Kudos
Message 3 of 11
(2,888 Views)

Hello Lukas Doubek,

I am sorry that you have so much trouble with the DIAdem installation and debugging. We can try to identify what happens on your system. Because it seems that something did not work correct with the installer download, I have copied the offline installer (ISO file) for DIAdem 2020 SP1 English to our FTP server (ftp://ftp.ni.com/outgoing/). The name of the file is: “ni-diadem-2020-en_20.1.0_offline.iso”. I have tested it by opening the ISO file and starting the file “Install.exe” in the main folder. It worked fine on my PC.

Please uninstall the current DIAdem 2020 SP1 on your PC and install DIAdem with the provided installer of the FTP server.

After the installation we should check whether the problems you have described are still happen. For this please go to script and enter these command lines:

dim iLoop

for iLoop = 1 to 5

  call logfilewrite("This is a test. Line no.: " & str(iLoop))

next

If this works fine, please set a breakpoint in the FOR loop and test it again.

If this works fine, please select a text and copy it to the clipboard.

If this works fine, please run the tests with your script.

If something does not work as expected, please try to describe what happens and provide corresponding data so that we can try to reproduce it.

0 Kudos
Message 4 of 11
(2,882 Views)

Thanks for info, i will try to reinstall it with ur installer.

 

Just to be sure we understand the situation: i didnt manage to install d2020 sp1 from offline installer, so i did it with the PM.

 

So i will try ur offline installer. And as well i got second computer (real PC, not notebook im on now), so i will try that PC as well.

0 Kudos
Message 5 of 11
(2,878 Views)

Could you please copy the installer again on the FTP?

 

i got problems downbloading through our firewall, and i got a collegue ready to download it for me, but the file is missing.

thanks

0 Kudos
Message 6 of 11
(2,858 Views)

The installer is again on the NI FTP server.

Message 7 of 11
(2,855 Views)

So 🙂

 

i installed it, and it seems the strange errors are gone. i had run my script in debug mode and it didnt write me that objects were separated or some other unexpected errors. if i run the script on one crash test, it takes about 2 minutes to finish. on debug mode as its slower it takes like 15minutes, and i got no error runnning it with this installation.

And even the problem with AUTOQUIT is gone. it doesnt give me KERNEL ERRORs

 

But.... i installed it on second computer, the one i got problems with i will reinstall and test now. If it will not be good, like this we clearly see, that the problem will be with the computer.

 

Thanks a lot for help

 

 

 

 

0 Kudos
Message 8 of 11
(2,840 Views)

new type of error i got today, i was just debugging script when this occured..

 

looks like diadem doesnt want me to program no more and want me to look on post card...

 

poroblems.png

0 Kudos
Message 9 of 11
(2,746 Views)

Hello Lukas Doubek,

 

Interesting. I have never seen this or similar things in DIAdem. It seems that syntax editor – which is a .NET component – throughs this problem. I can see that you use the internal debugger. This debugger can be used for smaller scripts quit well. For bigger scripts I would recommend an external debugger. I would assume that this will help.

 

Greetings

Walter

0 Kudos
Message 10 of 11
(2,736 Views)