Evertox,
Don't know about the MCC DIO 24, but we just got a STMEPM system from
BIOPAC, and E-Prime controls that through a MCC USB-1208HS-4AO. And
that works through calls to the MCC Universal Library, which must be
installed. Basically, this is a library of I/O functions provided
through a .dll file. You have to use Declare Function in the User
Script area to gain access to the library functions from E-Prime
script, and then it's just a matter of calling functions in inline
script as needed. For the STMEPM, BIOPAC provides a sample EP2
program, as well as .txt files for each of the script elements for
easy copy & pasting.
Based on that, I would guess that in principle you could use the MCC
Universal Library to control the MCC DIO 24 card. Of course, in
practice that might still present a challenge. Then again, if it
only takes writing to a port address as Peter suggests then it all
gets very easy, e.g., you might just use WritePort in inline script.
-- David McFarlane, Professional Faultfinder