This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Log to Vis
#1
Hi, using an example of how to get log results to a vis frame. All works fine and have modified to only show actual message.
But I cant find a way to remove the start of each message line. like
* string: ID 1 Meter results
I only want in the vis frame to show ID 1 Meter results. on each line.

Any help would be appreciated
Reply
#2
You can remove the text part before the ":" like this:
Code:
text = text:sub(text:find(':') + 2)

Or you can use a separate log from this example: https://forum.logicmachine.net/showthrea...26#pid1726
Reply


Forum Jump: