Search found 4 matches

by Niel
Thu Jul 29, 2010 7:47 pm
Forum: General Software Discussions
Topic: Assistance offered for VEE support
Replies: 6
Views: 11962

Re: Assistance offered for VEE support

No experience with that, and the Pico support for VEE is limited, but I'd say LONG_MAX is probably a constant of value 2147483647 (= 7FFFFFFF in hexadecimal) and the L (and LONG) would be a long (32 bit) integer. Have a look in the Pico install folder for limits.h. Example of a .vh file for the ADC2...
by Niel
Wed Jul 28, 2010 7:11 pm
Forum: General Software Discussions
Topic: Assistance offered for VEE support
Replies: 6
Views: 11962

Re: Assistance offered for VEE support

It is probably calling an internal function that uses a float, or a table with a float in it, or something like that. With VEE you can use only double precision floating point numbers. You can try changing the header type definitions from float to double. I do not know if that will work, probably no...
by Niel
Sun Mar 25, 2007 8:09 pm
Forum: General Software Discussions
Topic: Assistance offered for VEE support
Replies: 6
Views: 11962

In VEE go to Flow -> Repeat -> Until Break. There are also Next and Break objects in the same menu. Do you need accurate timing? If so, then the Delay object will not be good enough. Windows has a timer counter into which you can hook with a DLL. One of our software engineers created a DLL for me to...
by Niel
Wed Jan 10, 2007 7:51 pm
Forum: General Software Discussions
Topic: Assistance offered for VEE support
Replies: 6
Views: 11962

Assistance offered for VEE support

Hi, I'm an electronic engineer in New Zealand. My job is developing ATE (automated test equipment) for the electronic products that our company manufactures ([url]www.trutest.com[/url]). We currently have 5x ADC212/50 scopes in our factory measuring the performance of electric fence energizers. If a...