LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView absturz bei anderem Windowsbenutzer

Moin moin,

 

ich habe folgendes Problem:

Ein anderer Benutzer vom Windowsrechner kann das VI starten und ausführen, jedoch stürzt es nach einer gewissen Zeit ab. Wenn ich es mit meinem Windowsaccount ausführe kommt es nicht zum Absturz. Beide Benutzer haben Adminrechte und auch eine Linzens.

Bei dem Programm wird im Hintergrund ein zusätzliches SubVI ausgeführt und die Daten vom Hauptvi über Globale Variablen übertragen (nur falls es vlt daran irgendwie liegen könnte. Außerdem habe ich alle SubVIs in eine LBB zusammengetragen und eine Verknüpfung auf den Desktop gemacht.

 

Vielen Dank für eure Hilfe.

Grüße

Chris

 

PS: Ich kann(darf) die VIs leider nicht hochladen.

0 Kudos
Message 1 of 4
(1,345 Views)

Can you give more details on how this "Absturz" manifests itself?

0 Kudos
Message 2 of 4
(1,323 Views)

Hi Chris,

 

when writing in this LabVIEW forum you should write in English. For German LabVIEW discussions you can use the www.labviewforum.de!

 


@Chriz123 wrote:

Bei dem Programm wird im Hintergrund ein zusätzliches SubVI ausgeführt und die Daten vom Hauptvi über Globale Variablen übertragen (nur falls es vlt daran irgendwie liegen könnte. Außerdem habe ich alle SubVIs in eine LBB zusammengetragen und eine Verknüpfung auf den Desktop gemacht.


You really need to explain the kind of "Absturz"!

  • Are there any errors?
  • Do you get error message dialogs?
  • Do you have some error logging implemented?
  • Does your VI just stops working?
  • Does LabVIEW stop working?
  • Does your computer stop working?
  • Do you see a BSOD?
  • Do you get smoke from your computer?
  • Why do you start a "VI"? Why don't you create an executable?
  • What is an "additional subVI"? Do you only use one subVI at all? (This would be very bad program design!)
  • How many global variables do you use? What is their datatype? Why do you use global variables?
  • Why do you use LLBs? (I guess you are talking about LLBs when you write "LBB"…) They are not recommended anymore since a lot of years!
  • What is the VI doing?
  • Which files does it access?
  • Where are those files located? Are all users allowed to access those files?

So many questions, so little information from your side…

 

Without any code we probably cannot help much.

When you aren't allowed to upload the actual VIs/project then you should be able to create an example VI which shows the same behaviour as the actual VI!?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 4
(1,289 Views)

"eine Verknüpfung auf den Desktop gemacht"

 

Since each user has his own desktop, this could be the source of the problem.

0 Kudos
Message 4 of 4
(1,262 Views)