Search found 4 matches

by martinGolf
Tue Oct 25, 2011 10:19 am
Forum: PicoLog
Topic: more than 8 channels when triggering problems
Replies: 3
Views: 8287

Re: more than 8 channels when triggering problems

Hi Hitesh, thanks for getting back to me. Code is as follows: void collect_block_triggered (void) { unsigned long nSamples = 1000; short nChannels = 12; unsigned long nSamplesPerChannel = 1000; unsigned long nSamplesCollected; usForBlock = 100000; short channels [12]; channels[0] = 1;//PL1000_CHANNE...
by martinGolf
Mon Oct 24, 2011 8:25 am
Forum: PicoLog
Topic: more than 8 channels when triggering problems
Replies: 3
Views: 8287

more than 8 channels when triggering problems

Hi, I'm trying to capture a block of data on 12 or more channels in trigger mode with a PcoLog. When using 8 or less channels then all works correctly. When setting up more than 8 channels and setting the trigger then the sample data in the interleaved buffer is mixed up. i.e. Data for a particular ...
by martinGolf
Sun Oct 03, 2010 6:45 am
Forum: C and C++
Topic: MS Visual C++ 6.0 or Visual Studio 2005 lib file?
Replies: 2
Views: 5140

Re: MS Visual C++ 6.0 or Visual Studio 2005 lib file?

oops!

Sorry. The pl1000.lib file IS in the PL1000 SDK. Just didn't see it.

Have to get some new glasses I guess.

Martin :)
by martinGolf
Sat Oct 02, 2010 8:35 am
Forum: C and C++
Topic: MS Visual C++ 6.0 or Visual Studio 2005 lib file?
Replies: 2
Views: 5140

MS Visual C++ 6.0 or Visual Studio 2005 lib file?

Hi, just received my new picoLog and was eager to start the integration into our huge golf simulation system software but can't because there's no lib file in the SDK that is compatible with MS C++6.0 or Visual Studio 2005. I’ve managed to successfully compile the PL1000 example code with a few adju...