LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW and "USB to 1-wire" (DS2490)

Hello Benoit,

 

Thanks for all your help. I modified few of your driver VIs based on my need by going through the documentation of DS2505 and now it is working as expected 🙂

0 Kudos
Message 51 of 55
(1,196 Views)

Good 🙂 I knew it.

One way to thank the community to gives this driver for free, is to share what you found to make your device working.

If I have some free time, I'll post the driver with your modification included and your name in it as well 😉

 

Benoit

0 Kudos
Message 52 of 55
(1,191 Views)

 I am still waiting for the details of your finding and your modification.

0 Kudos
Message 53 of 55
(1,149 Views)

Hi Benoit,

 

I apologize for the delay in response. Please find the changes that I have done below along with the modified code attached.

 

  1. In TM First VI, used all the values instead of the first 7 values in the array
  2. I was interested in only Writing and Reading values from the EEPROM and the scratchpad size for the EEPROM I was using is only 8 bits. So I modified the code to write 8 bit data to the scratchpad, program the EEPROM with this data and continue the same routine till all the values are written. Also I am not doing any CRC checks.

The code attached was created to suit my project needs (not in a generic manner) and was created in LV2016 32-bit.

0 Kudos
Message 54 of 55
(1,138 Views)

hi,
I have a problem, maybe one of you has already done something like this. I would like to read out the voltage via the TMEX with my 1-wire device. Unfortunately I use LabView 2009, so most of the things here are of no use to me.

0 Kudos
Message 55 of 55
(290 Views)