According to the error message you listed, I believe the problem is with a numeric representation used in your application. Specifically, the LabVIEW DSP module allows for only certain representations of numeric values. If you are using a representation other than these supported values (such as U64), you will receive a similar error. Please take a look at the
Data Types Not Supported by Embedded Targets knowledgebase that discusses this in more depth. If you double click the error when displayed on the error list, LabVIEW will show you the wire which contains the inappropriate data type.
As another test of the timing functions specifically, I would suggest constructing a while loop that writes an increasing U8 value to the LED bank. You can use the Wait VI (with a U32 constant or control) to set the rate of the updates. I have verified that this will successfully perform a binary count on the LEDs of the Speedy-33. Please post back if you still receive this error after taking a look at the data types used in your application. Thanks,
Mike D.
National Instruments
Applications Engineer