Search found 11 matches

by Philemon
Thu May 26, 2016 7:53 am
Forum: C and C++
Topic: Error: The sample time interval is out of range
Replies: 10
Views: 12361

Re: Error: The sample time interval is out of range

Hello!

I did email you but I couldn't download the file cause it wouldn't allow me, I needed some authorization. Could you please send it again?

Thanks again!
Phil
by Philemon
Mon May 16, 2016 11:58 am
Forum: C and C++
Topic: Error: The sample time interval is out of range
Replies: 10
Views: 12361

Re: Error: The sample time interval is out of range

Also, forgot to tell,
i work with Eclipse Mars 2, on windows 7.
by Philemon
Mon May 16, 2016 11:16 am
Forum: C and C++
Topic: Error: The sample time interval is out of range
Replies: 10
Views: 12361

Re: Error: The sample time interval is out of range

Hello Hitesh, I see. So, this time that each reading needs, is excactly equal to the conversion time. right? or a little bit more? The actuall values are (in the format of: (interval,conversion_time,channels): *All uses of HRDLRun() in block mode - (334, HRDL_60MS, 5), (200, HRDL_100MS, 2) error-> s...
by Philemon
Mon May 09, 2016 7:08 pm
Forum: C and C++
Topic: Error: The sample time interval is out of range
Replies: 10
Views: 12361

Re: Error: The sample time interval is out of range

Hello Hitesh, For the value of Rate: i am using this value to overcome the difficult (for me) concept of interval. i was thinking that, instead of asking the user to insert the conversion time and the interval, to ask him to input the conversion time and the rate (samples per second (Hz)). i do that...
by Philemon
Thu May 05, 2016 10:54 am
Forum: C and C++
Topic: Error: The sample time interval is out of range
Replies: 10
Views: 12361

Re: Error: The sample time interval is out of range

Hi Hitesh, thanks for the reply. here is the code for the two functions i use for setting the channels and interval int SetChannels() { int i, choise=0, yn, more, choiseChannel, choiseRange, existance=0, errorCode; char line[80]; for(i=0; i<16; i++) { s_channelSettings[i].enabled = 0; s_channelSetti...
by Philemon
Wed May 04, 2016 8:18 am
Forum: C and C++
Topic: Error: The sample time interval is out of range
Replies: 10
Views: 12361

Error: The sample time interval is out of range

Hello all, I keep getting this error (The sample time interval is out of range) while running ADC-24. i cant understand what does it mean. i didnt find anything in the manual for the range of the interval other than it has to be longer than (conversionTime)*(NoOfChannels). Also, there are times that...
by Philemon
Thu Apr 28, 2016 10:42 am
Forum: C and C++
Topic: Compiler does not finds definition of HRDL functions
Replies: 7
Views: 9801

Re: Compiler does not finds definition of HRDL functions

Hello again,
i solved it! :)
i copy-pasted the libraries in the project file and i add a library path to that file and it worked!
thanks for the interest! :)
phil
by Philemon
Tue Apr 26, 2016 1:39 pm
Forum: C and C++
Topic: Compiler does not finds definition of HRDL functions
Replies: 7
Views: 9801

Re: Compiler does not finds definition of HRDL functions

Also, i am using MinGW. the error that coming up now it that: undefined reference to '_imp_HRDLRun' for example.
by Philemon
Tue Apr 26, 2016 1:35 pm
Forum: C and C++
Topic: Compiler does not finds definition of HRDL functions
Replies: 7
Views: 9801

Re: Compiler does not finds definition of HRDL functions

I'm using Eclipse 4.5.2
by Philemon
Mon Mar 28, 2016 9:52 am
Forum: C and C++
Topic: Compiler does not finds definition of HRDL functions
Replies: 7
Views: 9801

Compiler does not finds definition of HRDL functions

Hello to all, First of all, i would like to say that i'm not very familiar with some terms, so you might see some mistakes. i'm sorry for that! :) now, my problem is that I am writing a program to run the ADC-24 High-resolution data logger. the thing is that my compiler, when i compile my program, p...