Jump to content

intern0

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by intern0

  1. Thanks to you, I have managed to finish it somehow. However, I am still not sure why I am getting those 0’s. Is there a way to get the time stamps as well to that write to spreadsheet file? Thank you.
  2. Thank you so much for all of your help. I will try to fix the problem of getting 0. Any hint why that might be happening?
  3. I can extract the channel value separately and delete all the 0 from the array this way I can get the graph and value from its not efficient way to do it. That's why looking for better solution.
  4. 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
  5. Thank so much for your time. I don’t have access to LabVIEW now. I will check this and will update you. Hopefully it will work or I don’t know what I will do. Thank you again
  6. If I can store those values and get graph from the 8 channels separately, I would be happy. Please help me finish this. Thank. I am willing to adapt new way if required and cant be done within a day. Thank you again.
  7. Hi, Thank you. I am new in learning LabVIEW (Self learning). I study more in future but my project due tomorrow. I have changed according to your instruction but still nothing from the array (Channel) nor getting anything from Write Delimited Spreadsheet VI . I have set channel to different values. This my latest VI. Workingon.vi
  8. 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
  9. 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
  10. I am Working on a small project where I put to 8 bit channel data in 8 rows and graph from there. I have reached to point of getting parsing data. But I want to store it into arrays but I do not know how to do it. My VI for now. Channel and value.vi
  11. 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.