Search found 656 matches

by Michael
Wed Oct 11, 2006 10:56 am
Forum: LabVIEW
Topic: adc200.vi in LabVIEW 8.0
Replies: 10
Views: 21266

Hello,

Please find the VI you requested attached to this post.

Please pst a reply and scroll down through the previous post to see the attached example.

Best regards,
Michael
by Michael
Wed Oct 11, 2006 10:51 am
Forum: LabVIEW
Topic: labview example for adc200 with USB-PP
Replies: 6
Views: 15135

Hello Florin,

You will need to delcare the port as 101, 102, 103 etc when using the USB parallel port adapter.

Ensure you have installed the correct drivers for the USB adapter.

Best regards,
Michael
by Michael
Wed Oct 11, 2006 10:20 am
Forum: LabVIEW
Topic: ADC 16 to Labview
Replies: 1
Views: 5702

Hello,

You will need to run the VI in continuous operation mode or add a loop with a switch to control continuous operation.

Best regards,
Michael
by Michael
Wed Oct 11, 2006 9:51 am
Forum: Hardware
Topic: EL370
Replies: 2
Views: 6378

Hello,

The software will support multiple loggers with dofferent connection types.

This may be the best way to configure your setup.

Best regards,
Michael
by Michael
Wed Oct 11, 2006 9:49 am
Forum: Hardware
Topic: Humidiprobe with Enviromon system
Replies: 1
Views: 5474

Hello Mark, The HumidiProbe is not compatible with the EnviroMon software. What settings are you using for sampling and recording? Are you sampling every second or minute? PicoLog data file size has a maximum of 1 million time stamps. With 1 sample a second this will give you 11 days continuous in o...
by Michael
Wed Oct 11, 2006 9:41 am
Forum:
Topic: Dr DAQ connection to a presario Compaq laptop
Replies: 1
Views: 4856

Hello, If the program appears to not find the unit then try selecting all the available LPT ports. Try LPT1, LPT2 and LPT3 to see if any of these give readings. This is because Windows can virtualise the parallel port and it could be going by a different number. If this doesn't help, then check and ...
by Michael
Wed Oct 11, 2006 9:39 am
Forum:
Topic: Net analyser main power suuply
Replies: 3
Views: 6235

Hello,

You can use a current clamp and differential input probe to measure voltage and current. Multiply the two using PicoLog calculated parameters to calculate power.

Hope this helps.

Regards,
Michael
by Michael
Wed Oct 11, 2006 9:37 am
Forum:
Topic: ADC42 and xp sp2 blocking data transfere
Replies: 1
Views: 4481

Hello,

Pico no longer supports the DOS program. We cannot offer any help with this. If anyone can help, please do so.

Best regards,
Michael
by Michael
Wed Oct 11, 2006 9:34 am
Forum: PicoLog
Topic: DrDAQ connected to WINXP via USB Parallel Port CRASHES pico
Replies: 12
Views: 17790

Hello,

THere is a problem with the DrDAQ and USB driver combination. We are working on it and I do not know when our software development team will have a fix.

Please bear with us!

Regards,
Michael
by Michael
Wed Oct 11, 2006 9:32 am
Forum: PicoLog
Topic: USB Printing error
Replies: 2
Views: 6575

Hello,

This is difficult as it appears to be related to your system. Firstly, is your printer connected by USB? Are yo using a hub for connection?

Basicly it sounds like the USB port is being occupied by either the ADC11 or the printer.

Please let me know how you get on.

Best regards,
Michael
by Michael
Wed Oct 11, 2006 9:26 am
Forum: PicoScope 5
Topic: Viewing a saved .psd trace without scope attached?
Replies: 2
Views: 4924

Hello, You will need to specify the correct device in the psw.ini file located in the installation directory. Please add the follwoing lines depending on the unit you are using. If no unit is attached, then specify ForceDevice=1110 for 10 bit, or ForceDevice=1112 for 12 bit devices. Many thanks, Mic...
by Michael
Wed Oct 11, 2006 8:28 am
Forum: Linux
Topic: PicoScope run under LINUX?
Replies: 23
Views: 73181

Hello,

We cannot commit to Linux availablity largely due to the various flavours of Linux.

I am sorry we do not have a definite answer for you.

Best regards,
Michael
by Michael
Wed Oct 11, 2006 8:23 am
Forum: Pre-Sales Advice
Topic: Twin climate chamber
Replies: 4
Views: 7287

Hello,

YOu can use thermocouple extension cables if you would prefer. THermocouples are susceptable to RFI and EMI so be careful about the choice routing of these wires.

Best regards,
Michael
by Michael
Wed Oct 11, 2006 8:20 am
Forum: Pre-Sales Advice
Topic: Measuring power factor and main power supply
Replies: 1
Views: 4026

Hello,

With our PicoLog software you will be able to calculate variables based on running data, IE calculate Watts but not KWHours.

If you take an input from a current clamp and voltage, ensure you use a differential input probe for safety reasons.

Best regards,
Michael
by Michael
Thu Oct 05, 2006 11:31 am
Forum: General Software Discussions
Topic: How to display the value correctly?
Replies: 1
Views: 3938

Hello, The A-D converter returns a value from LSB to MSB across the selected voltage range. Like this 16 bit resolution = 65536 bits so that would be bit range 0-65535. Now, the A-D will return 0 as the largest negative value and 65535 as the largest positive value. Zero volts will be half way in be...