Brian
Once again, thanks for the reply.
The words 'Not Supported' sound ominous!
Basically I set the DAQCard 6533 prior to entering the pattern generation loop. I configure group1, port 0 for 8 bit output using :
DIG_GRP_CONFIG(deviceNumber,1,1,0,1);
I then configure this group for pattern generation using:
DIG_BLOCK_PG_CONFIG(devicenumber,1,1,0,1,10,0);
I then configure the triggering for this group using:
DIG_TRIGGER_CONFIG(deviceNumber,1,1,1,0,0,0,0,0);
I perform error checking along the way.
I then go into the loop I showed in an earlier correspondance, where I output the pattern some 4000 times, each pattern output triggered from an externally generated pulse passed into StartTrig (ACK) pin on t
he card.
I am trying to do something here that can't be done? (please tell me it is possible to do it !!) Will I need to re-configure the group for each trigger, for instance putting the above initialisation code into the loop? Or is there another way of doing it? Or do I need a different card. I have had success doing it this way when I start my pattern with a zero. I get the same pattern generated from multiple triggers. My intial problem occurs when I start my pattern with a 1.
I hope the card is suitable as it was originally purchased after conferring with a local sales representative and some time has been spent developing the project since then. I would hate to have wasted all that time.
Thanks for your help.
Kind Regards
Jamie