• We have a problem with the digital io driver.
    We used the PicoMod6 and switch to the PicoMod7 and now our Digital OUT ist not working any more.


    Do I have to make speciall changes in the registry?
    Has the driver name changed?


    We use the following registry entries:
    reg open \Drivers\Builtin\Digitalio
    reg set value UseAsIOA dword 8192
    reg set value IRQCfg1A dword 8192
    reg set value IRQCfg0A dword 0
    reg set value IRQCfg2A dword 0
    reg set value DataInitA dword 0
    reg set value DataDirA dword 0
    reg set value Prefix string "DIO"
    reg set value Dll string "PM6_DIGIO.dll"
    reg set value Order dword 151
    reg set value Index dword 1
    reg set value Ioctl dword 4
    reg set value Port dword 1
    reg set value FriendlyName string "Digital I/O driver for PicoMOD6"
    reg save

  • Hello,


    there are no know issues about DIO on PM7/7A (assume you talk about PM7A). Please do not modify "DLL" value while use the driver which comes with the image, definitely the DLL is not called pm6...! Use default for values which do not refer to IO pin adjustment.
    For IO pin adjustment refer https://www.fs-net.de/assets/download/docu/common/en/DeviceDriver_FSS5PV210_FSVYBRID_WIN_eng .pdf, but these values shoult be same/compatibel to PicoMOD6.


    Hope this resolve the problem.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Please reset the board to delivery state by bootloader command "R" ... and repeat your complete configuration task.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Hello, below the default DIO settings.


    ;================= DIO =====================
    [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\DIGITALIO]
    "Prefix"="DIO"
    "Dll"="FS_DIGIO.dll"
    "Order"=dword:97
    "Index"=dword:1
    "Ioctl"=dword:4
    "Port"=dword:1
    "FriendlyName"="Digital I/O Driver"

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.