Hi Nikolay, ... We have seen this problem before. The answer is in our FAQ at the link: http://www.softintegration.com/support/faq/windows.html#plot If your...
Hello all, I downloaded the binary .zip file of ChOpenCV for Windows, and I'm having trouble installing it. Can anybody offer any suggestions? Do I need to run...
Which are the minimum requierements(RAM,ROM, procesing, etc) to implement CH on a microcontroller, the ones I'm interested in are Atmel AVRs and ARM7. Regards....
Dear Kevin, Please follow the instructions indicated within the readme file. Under "Installation Instructions," it states to run 'make install.' Do this from...
Thanks Stephen, that worked. ... Under "Installation Instructions," it states to run 'make install.' Do this from within a Ch Shell. If you unzipped the...
Hello all, I must admit to being rather confused about ch. Is it possible to compile a 'ch' script on a linux machine using gcc? Below is a snipit of code...
... Ch Professional Edition has some extensions to C for rapid application development and deployment. Graphical plotting and computational array are two major...
... That's really too bad as the ability to compile code that uses 'computational arrays' was my primary reason for looking at ch. ANSI C arrays/pointers are...
... This really a deficiency in C which is not as high level a language as Ch. C still has a systems implementation history and hiding loops in an array...
... ANSI ... Computations of computational arrays and advanced numerical functions are internally implemented in C. If you use computational arrays and...
Graham, After reading Harry's response, I see that a very good point is raised. Is there any way you can share with us the performance results you obtain with...
While this may be a valid point, script performance wasn't the main reason I was investigating ch. Our current development cycle for low level algorithms in...
OK - very good points and good to know. So, this takes me back to the possibilty of enhancing Ch to generate standard C. I suspect this is a major effort, and...
You may check if high-level Ch OpenCV and Ch ImageMagick packages at http://www.softintegration.com/products/thirdparty/#graphics can be used for your ...
Hello to all! I have installed Ch professional and the cgi and control system toolbox on Ubuntu. I have also configured Apache and tested the web based control...
... please use gnuplot> set terminal png ... please use Plot.outputType(PLOT_OUTPUTTYPE_STREAM, "png"); "png color" settings has been deprecated in Ch Prof...
Hi All Is there any way to use SIGL for real time charts/plotting. (I have 19 values per second and I need to display them in real time) Any suggestions would...
... ChSciTE is an IDE to execute C programs in Ch. Ch is an C/C++ interpreter, not a compiler. It cannot create an executable binary program. You need a C...
... You can sort the array first, then set values for the first and last elements of the sorted array. See a sample code c:/Ch/demos/lib/libch/numeric/sort.ch ...
Hi, For a case in embedded ch, say a ch script (in complete c code) is embedded into another c code, are there any way to monitor the running status of the...
... such a feature will be considered in our next release. In the mean time, you can call back and let your main application to check the variable value of...
... is ... running ... process ... variable i ... to ... Yup, it is a great idea, though it may be better if the tested c code in the ch script keeps...
I am new to Ch. I installed Ch Version 5.5.0 build 13031 October 26, 2006. It will run some commands, but won't run others. Here is an example where it won't...