Search found 2 matches

by scosu
Fri Aug 27, 2010 11:09 am
Forum: C and C++
Topic: PL1000 overflow problems
Replies: 2
Views: 4515

Re: PL1000 overflow problems

no, there are no other high priority processes. The overflows are not handled different.

We solved the problem by increasing the sampleinterval from 10µs to 50µs per active channel.
by scosu
Tue Aug 24, 2010 1:00 pm
Forum: C and C++
Topic: PL1000 overflow problems
Replies: 2
Views: 4515

PL1000 overflow problems

Hi, we bought some days ago a picolog 1216 and created a program to stream the values from 6 channels to a csv file. The problem is that the channels in the value array we get from the getValues function, normal [Channel1, Channel2, Channel3,...], swaps randomly if there are overflows. So the values...