04-15-2022 09:36 AM
I am using OV v1.2.2 and trying to feed classifier output data to LabView via the TCP write function in OV. As of now, raw data fed into LabView from OV results in strange string entries. I would like to be able to write a box similar to the matrix display one (in that the matrix display box takes the probability stream and displays it as a probability between two choices) that outputs the translated stream data. Is this a feasible idea? If so, could anyone point me in the right direction?
I'm somewhat familiar with the skeleton generator, but I am not sure how to implement the boxes. I've got an IDE editing software and I am aware that I need to add the plugin information to an ovp_main.cpp file, but I am not sure how to access this file.
04-15-2022 12:51 PM - edited 04-15-2022 12:56 PM
OK, I am not familiar with your data source. Perhaps you could give us a link? A quick Google got me nowhere useful Except Outdoor Voices.
When you say "Strange string entries" what exactly do you mean? The TCP Read will return a string that is essentially an array of U8 values. What exactly is returned? Have you tried changing the string display format? What are you expecting? And, of course, it always helps us help you if you attach your code!