Profile

Larry Mitchell

Contact Details

My Content

1 to 6 of 6 total
Posted By Larry Mitchell 05-26-2026 16:11
Found In Egroup: Facility Control
\ view thread
Hi Taylor - Your code worked for me. I am still having some trouble with concatenation of the strings (made a variable CombinedMessage and have the line CombinedMessage += Message; to add the new to it). If I can't make the concatenation work, I'll be back. Appreciate the assist! ------------------------------ ...
Posted By Larry Mitchell 05-23-2026 17:03
Found In Egroup: Facility Control
\ view thread
Same topic, followup question: The entire UDP message that I am trying to capture is actually 20 separate "messages". Trying to make a for loop and build an array message. Debug either shows an "function reserved" error OR never shows my loop going above 2. Here's the code: var x = 20; for (var ...
Posted By Larry Mitchell 05-21-2026 09:40
Found In Egroup: Facility Control
\ view thread
That worked and I found my error. Thank you! ------------------------------ Larry Mitchell Mavrick Productions ------------------------------
Posted By Larry Mitchell 05-20-2026 10:06
Found In Egroup: Facility Control
\ view thread
Hi Richard - Appreciate the advice and assist. Your explanation of how to update labels (and the example of how to direct write the parameter) helped a lot. Is there a way to test the listener? Looking at WireShark, I can see UDP data passing on the correct port. But in dashboard, the initial value ...
Posted By Larry Mitchell 05-19-2026 20:26
Found In Egroup: Facility Control
\ view thread
Evening. I am sure that I am missing something simple. I am trying to display some UDP data in a label on a custom dashboard. I've created the listener and created the label. Just not certain that my code for capturing the listener's input is actually working because nothing displays. Any suggestions ...
Posted By Larry Mitchell 03-26-2017 20:13
Found In Egroup: Facility Control
\ view thread
Hi James - Jumping into this thread late, but Dashboard is the *RIGHT* interface for the project that I'm working on and Raspberry PI is the *RIGHT* hardware interface. What, specifically, are the java libraries that are necessary for Dashboard to run? No, I'm not a linux geek, ...