![]() |
Wait on VISA Event - Druckversion +- LabVIEWForum.de (https://www.labviewforum.de) +-- Forum: LabVIEW (/Forum-LabVIEW) +--- Forum: LabVIEW Allgemein (/Forum-LabVIEW-Allgemein) +---- Forum: Instrument IO & VISA (/Forum-Instrument-IO-VISA) +---- Thema: Wait on VISA Event (/Thread-Wait-on-VISA-Event) |
Wait on VISA Event - eg - 23.04.2007 14:53 Hallo Leute, wie kann ich das VI Wait on VISA Event dazu bringen unendlich lange auf ein Event zu warten? Ähnlich wie "-1" bei Queues. eg Wait on VISA Event - eg - 24.04.2007 15:04 Noch was: Error -1073807315 occurred at VISA Wait on Event in SK_Task_Read_Parse_A.vi->SK_Interface_A.vi->SK_Main.vi Possible reason(s): VISA: (Hex 0xBFFF002D) The event queue for the specified type has overflowed. This is usually due to previous events not having been closed. 24.04.2007 15:53:33 error: Error -1073807315 occurred at VISA Wait on Event in SK_Task_Read_Parse_A.vi->SK_Interface_A.vi->SK_Main.vi Wie ist es zu verstehen? Was kann man dagegen tun? eg P.S. hier das BD dazu [attachment=6297] Wait on VISA Event - VDB - 24.04.2007 15:11 ' schrieb:Hallo Leute, wie kann ich das VI Wait on VISA Event dazu bringen unendlich lange auf ein Event zu warten? Code: VI_ATTR_TMO_VALUE Wait on VISA Event - eg - 24.04.2007 15:21 Hey, Danke VDB. Es klappt aber leider nicht. Ich bekomme den Timeout-Fehler. Error -1073807339 occurred at VISA Wait on Event in SK_Task_Read_Parse_A.vi->SK_Interface_A.vi->SK_Main.vi Possible reason(s): VISA: (Hex 0xBFFF0015) Timeout expired before operation completed. 24.04.2007 16:18:42 error: Error -1073807339 occurred at VISA Wait on Event in SK_Task_Read_Parse_A.vi->SK_Interface_A.vi->SK_Main.vi eg Wait on VISA Event - eg - 24.04.2007 15:32 Aber auch mit FFFFFFFEh geht es nicht. Komisch, spinnt es? eg EDIT es geht halt nur mit kleineren Werten, bis wieviel habe ich nicht ausprobiert. Wait on VISA Event - eg - 24.04.2007 16:36 Tja ich habe gedach ich bekomme damit [attachment=6303] diese Fehlermeldung weg. Error -1073807315 occurred at VISA Wait on Event in SK_Task_Read_Parse_A.vi->SK_Interface_A.vi->SK_Main.vi Possible reason(s): VISA: (Hex 0xBFFF002D) The event queue for the specified type has overflowed. This is usually due to previous events not having been closed. Aber nein, ich weiss jetzt wirklich nicht, ob ich etwas falsch mache oder ob das Event-Mechanismus bei VISA noch nicht so reif und so fehleranfällig ist. eg Wait on VISA Event - eg - 24.04.2007 17:22 <strike>Ok, ich habe die Fehlermeldung mit dem Überlauf der Queue weggekriegt. Unendlicher Timeout funktioniert aber immer noch nicht. Trotz allem Danke an alle. eg</strike> Leider doch nicht, ab und zu kommt die Fehlermeldung immer noch. eg |