Suchergebnisse

Suchergebnisse 1-18 von insgesamt 18.

  • Hello Tobias, you may try our new 2.0.x API, which does not require any additional external dll/so/dylib-files (as they were temporary extracted and loaded on startup). I've tested on Python 3.9.x and it seems to work. Code hasn't changed that much from 1.7, just language interfacing from C++ to Python/Java. So should be working as stable as 1.7. Just a note: Due to the fact that 32 bit systems are rare nowadays, 32 bit support has been dropped, so an 64 Bit OS + 64 Bit Python Interpreter is ass…

  • Auch wenn die Antwort etwas spät kommt: Wir können in diesem Fall leider kein Interface anbieten, dafür ist die Programmiersprache zu exotisch. Nach aktuellem Stand ist der einzige Weg etwas aus dem C++-Interface zu bauen. Sie könnten auch den Wrapper-Code der anderen Sprachen analysieren und daraus etwas bauen, aber davon würde ich abraten, da wir keine Interface-Kompatibilität bieten.

  • Hallo, die von der cebomsr...dll exportierten API-Funktionen sind von unserer Seite aus nicht dokumentiert, da wir uns die Möglichkeit offen halten wollen das Interface jederzeit komplett zu ändern. Welche Programmiersprache wollen Sie denn einsetzen?

  • Hallo, es freut uns immer wenn jemand Probleme oder fehlende Features in unseren Produkten findet und uns mitteilt. Wir sind darin bestrebt diese zu beheben bzw. hinzuzufügen. Leider ist das nicht immer sehr kurzfristig möglich. Zu Ihrem speziellen Wunsch werde ich Sie noch per Mail kontaktieren, mit freundlichen Grüßen,

  • Hallo, die Entscheidung, die Versionsnummer im Dateinamen beizubehalten, obwohl es intern ein Update gab, hat folgenden Grund: Ändert man den Namen, müsste in jedem Projekt in Profilab eine Neuverdrahtung stattfinden. Das wollten wir verhindern. Diese "1.0" sollte man deshalb besser als Interface-Version betrachten, denn dieses ist konstant geblieben. Das von Ihnen beschriebene Problem deutet darauf hin, dass Profilab die DLL wohl nicht korrekt lädt. Eventuell findet im 'Lade-vorgang' ein Verzei…

  • CEBO-LC Firmware Update?

    thoppe - - CEBO-LC und CEBO-Stick

    Beitrag

    Hallo, die Update-Funktion scheint wohl ein Problem zu haben, wir werden der Sache auf den Grund gehen. Für die Cebo-LC ist 1.3 nach wie vor die aktuellste Version der Firmware. mit freundlichen Grüßen,

  • Hallo, Sie können den Installer mit verschiedenen Optionen aufrufen: jrsoftware.org/ishelp/index.php?topic=setupcmdline Sollten Ihnen die Optionen nicht ausreichen, müssen Sie sich möglicherweise selbst etwas schreiben. mit freundlichen Grüßen,

  • Hello, you should not add cebomsr-1.4-x86.dll as reference, only cebomsrnet-1.4.dll is required. cebomsr-1.4-x86.dll and libusb-1.0-x86.dll must be located in the startup path of your application! Please try the following too: Put your .exe, cebomsrnet-1.4.dll, cebomsr-1.4-x86.dll and libusb-1.0-x86.dll into one directory and start your .exe from windows explorer or a command prompt. Report what happens.

  • Hello, cebomsrnet-1.4.dll load cebomsr-1.4-x86.dll or cebomsr-1.4-x64.dll (depending on architecture) at runtime, so they must be located in any path that is checked for .dll files. This is the working directory of your application as well as all directories listed in the PATH environment variable. cebomsr-1.4-x??.dll in turn requires an additional .dll file, which must be available in one of these paths as well -> libusb-1.0-x??.dll. These should be located in the same directory as the cebomsr-…

  • CEBO-LC unter Windeows 8.1

    thoppe - - CEBO-LC und CEBO-Stick

    Beitrag

    Hallo, ich habe eben bei den Control- and Measurement-tools ein generelles Problem behoben und eine neue Version hochgeladen. Versuchen Sie bitte, ob diese Version bei Ihnen funktioniert: cesys.com/fileadmin/download/c…c/cebo/CLCCM1.1-setup.exe

  • CEBO-LC unter Windeows 8.1

    thoppe - - CEBO-LC und CEBO-Stick

    Beitrag

    Hallo, die Control- und Measurement-Software wird derzeit nur auf Windows Vista und Windows 7 unterstützt. Es existieren momentan leider auch keine detailierten Pläne wann Windows 8.x offiziell dazu gehört.

  • Hello Simon, this is a known problem: Our library is based on libusb-1.0.x. Their developers seems to tend to high frequent API interface changes. Function 'libusb_get_port_number' was introduced in version 1.0.12 and deprecated in 1.0.16 (upstream-tracker.org/changelogs/libusb/1.0.19/changelog.html). So it looks like you have an incompatible version installed (< 1.0.12). Try to update the library if possible (maybe from an alternative repository).

  • Please try if this fixed version works for you. I've recompiled with static linking and 'ldd' lists no unusual dependencies. Please report back if this version works as expected. Thank you.

  • Sorry for the late response (especially Simon, it seems I missed your posting). I can verify this problem here. Poco should have been statically and not dynamically linked. I will try to fix this problem as soon as possible.

  • CEBO-LC in LabView

    thoppe - - CEBO-LC und CEBO-Stick

    Beitrag

    Hallo valereo, - Was genau heißt denn "unterbrochen" ? - Kommt ein auswertbarer Fehler aus der API ? - Ist das Gerät nach dem Abbruch im System noch vorhanden (Geräte-Manager) ? - Ist das Gerät durch einen Software-Neustart wieder ansprechbar oder muß es neu angesteckt werden ? - In welchem Aufzeichnunsmodus wird gearbeitet ? Allgemeine Tipps: Bitte mal anderes USB-Kabel und anderen USB-Port probieren (wenn möglich einen direkt auf dem Motherboard, an der Rückseite des Rechners).

  • Hallo, steht in der Statuszeile zufällig etwas wie "DEMO Mode" ?

  • - Windows 8 and 8.1 are partly tested only, there's no guarantee for compatibility now. - If the system contains devices which have no valid driver (device manager put a yellow triangle on them), enumeration of devices may fail. Both issues are addressed to be removed in the next version 1.4.

  • General USB Troubleshooting

    thoppe - - Developers blog

    Beitrag

    The past has shown that USB devices not always work on all USB ports and both sides don't like any cable. So below are some effects that indicate a possible communication problem due to incompatibilities. - The device isn't detected by the OS at all. - The device is detected but malfunctional (driver installation is rejected / VID/PID=0x0000). - The device is working, communication sometimes fail on various reasons. If one of the effects occurs, we always prefer the following steps: - Using othe…