LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

doubt on data convertions

Hi,

      I have been developing application in labview and following the other's implementaion by some one. I have attched the picture others data transactions and i am not undestand what "*" represents there. I have circled black color "representing command code" and read value in RED color with star at ending. Can any one please help me what that star represents.

Thank you.

0 Kudos
Message 1 of 29
(3,976 Views)

 

I can't see   ' * '   in your attached image,

 

 

AshwiN,

0 Kudos
Message 2 of 29
(3,967 Views)

Maybe received string in PMBus Address ends up with * symbol?

 

0 Kudos
Message 3 of 29
(3,955 Views)

OH my dear, I have attached the wrong picture. You can find star symbol in the below picture. Sorry, for your inconvenience.

0 Kudos
Message 4 of 29
(3,948 Views)

I think it's the end character of the reply.

Kind regards,

- Bjorn -

Have fun using LabVIEW... and if you like my answer, please pay me back in Kudo's 😉
LabVIEW 5.1 - LabVIEW 2012
0 Kudos
Message 5 of 29
(3,937 Views)

Yes, looks like asteriks is the end of the reply.

 

What device do You communicate with?

0 Kudos
Message 6 of 29
(3,934 Views)

At the moment, the device is NDM1-12-120 and I am monitoring the device with their provided GUI. In part of that, I just check the data transactions with I2C snippet and i save the given document. In that, they are sending 3.3 or 54.3(just examples) in two bytes. Indeed they are using PMBus protocol with linear format. You cab find the exact converstions at http://pmbus.org/docs/Using_The_PMBus_20051012.pdf (see from 67 slide). I am not undestand how they are converting. Please some can explaine me. The same thing i am using in labview.

0 Kudos
Message 7 of 29
(3,930 Views)

Look into "String/Number Conversion" palette.

 

Attach ouput of "VISA Read.vi" with last character deleted ("*") to the "Number To Fractional/Exponential/Engineering string.vi" (one of these three - parameters depend upon protocol).

 

That's all You need, If I cought You right.

0 Kudos
Message 8 of 29
(3,921 Views)

No, I don't think the given functions are not useful for me. I just need to read the two data byte value which is in hex. For instance, i want to read C34D(in hex) from read visa and after i want convert that value to 3.3volts according to the given formula and method in the following document. C34D is come from convertion of binary value in the document. I don't know how to do this. can you help me.

0 Kudos
Message 9 of 29
(3,894 Views)

I forgotten the document and here it is.

0 Kudos
Message 10 of 29
(3,892 Views)