Jump to content

intern0

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by intern0

  1. Thank you so for your work. The code works fine now but when I get the data in the file it comes like 

    Value1 0.000    0.000    0.000    0.000    0.000    0.000    0.000

    From txt:

    0.000    0.000    0.000    0.000    0.000    0.000    0.000    0.000
    0.000    -1809.400    0.000    0.000    0.000    0.000    0.000    0.000
    0.000    0.000    -1809.400    0.000    0.000    0.000    0.000    0.000
    0.000    0.000    0.000    -1809.400    0.000    0.000    0.000    0.000
    0.000    0.000    0.000    0.000    0.000    0.000    0.000    0.000
    0.000    0.000    0.000    0.000    0.000    0.000    0.000    0.000
    126.856    0.000    0.000    0.000    0.000    0.000    0.000    0.000
    0.000    -1809.400    0.000    0.000    0.000    0.000    0.000    0.000
    0.000    0.000    -1809.400    0.000    0.000    0.000    0.000    0.000

    For that reason I can not draw a graph form a single channel as it gives a value 0 when not reading the channel value. 

    Is it also possible to get the value as: Value1 Value2 Value1 Value3 Value4 Value5 Value5 Value7 Value8 and draw sperate graph from each channel? 

    Thank again for your time. I am truly grateful to you. 

    With decoded.vi

  2. Thank you but I am getting nothing at all. I would to mention that "In Place Element Structure" is not working by itself. One expert recommend me to use this and told me "You need to define the array constant with the appropriate number of elements for all channels. That snippet is just a sketch (it's not meant as "reliable working code")!" I am stuck here for 4 days and can not make it working. If you could help me, I would appreciate that. Thank you. After parsing the value I usually get the values as follows for your reference 

    Value1

    Value2

    Value3

    Value4

    Value5

    Value6

    Value7

    Value8

    Value1

    so on

    My Latest VI

    Workingon.vi

  3. I am using WFdebug then getting data from that device. After debug the values come as follows 

    Channel 01  Converting RTD sensor InBuff= 476.449 Converted hex value to AD420 = FFC5 
    Channel 02  Converting RTD sensor InBuff= -1809.400 Converted hex value to AD420 = 5BEF 
    Channel 03  Converting RTD sensor InBuff= -1809.400 Converted hex value to AD420 = 5BEF 
    Channel 04  Converting RTD sensor InBuff= -1809.400 Converted hex value to AD420 = 5BEF 
    Channel 05  Converting pH  sensor InBuff= 0.000 Converted hex value to AD420 = 0000 
    Channel 06  Converting pH  sensor InBuff= 0.000 Converted hex value to AD420 = 0000 
    Channel 07  Converting pH  sensor InBuff= 0.000 Converted hex value to AD420 = 0000 
    Channel 08  Converting pH  sensor InBuff= 1.813 Converted hex value to AD420 = 2126 [8A
    Channel 01  Converting RTD sensor InBuff= 476.499 Converted hex value to AD420 = FFC5 

    so on.

    After I connect it with Write to Delimited Spreadsheet following message come up These cannot be wired together because their data types (numeric, string, array, cluster, etc.) do not match. Show the Context Help window to see what data type is required.
    The type of the source is double [64-bit real (~15 digit precision)].
    The type of the sink is 1D array of
        double [64-bit real (~15 digit precision)].

    Thanks

  4. I am currently working on a project where I have an Waterfeature8 instrument and and I have to get all 8 channels data. I want to get that 8 channels data comes in 8 rows continuously and record it or use it for graph and other purposes. As I am new using LabVIEW, I got to this point by getting help from another forum. Please guide me through this. Thanks

    Workingon.vi Industrial-monitoring-kit-wf8-datasheet.pdf

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.