Profile

Michael Quach

Contact Details

My Content

1 to 10 of 10 total
Posted By Michael Quach 06-05-2026 14:39
Found In Egroup: Facility Control
\ view thread
Hi David, If you're okay with using a single toggle button for the stream stop and start, you can edit the following for the card1State and card2State params: Change the widget hint from Toggle Buttons (22) to Toggle Button (13) Under the Style tab -> Toggle On -> Background (URL), set the "Start ...
Posted By Michael Quach 06-04-2026 17:20
Found In Egroup: Facility Control
\ view thread
Hi David, I've attached an example panel below to help out with your question. In the example panel, we use the parameter card1state to store whether the streams for card 1 should be started or stopped when we hit the confirmation button. It's a temporary variable, and has the states 0 = Stopped, 1 ...
Posted By Michael Quach 05-22-2026 17:35
Found In Egroup: Facility Control
\ view thread
Hi Simon, The listener object returned by ogscript.getListenerById() has the following methods exposed: start() stop() isStarted() To help answer your other questions and provide examples, I've attached a panel below. If you're looking for a non-persistent connection, you can use a RossTalk listener ...
Posted By Michael Quach 06-11-2024 15:57
Found In Egroup: Facility Control
\ view thread
Hi Dave, I've attached an example panel snippet below making use of ogScript to send a GET request and receive the response. To read the response, a callback function needs to be added as an argument to the HTTP ASync Message block: The callback function is defined here: From the callback, ...
Posted By Michael Quach 05-10-2024 15:02
Found In Egroup: Facility Control
\ view thread
Hi Jeff, To clarify, because the 3rd party device is sending a UDP String to DashBoard, a GPI trigger unfortunately can't be used as a receiver, since it listens to TCP/IP messages rather than UDP messages. Instead a UDP listener can be set up to receive the UDP string from the 3rd party device. ...
Posted By Michael Quach 05-08-2024 14:03
Found In Egroup: Facility Control
\ view thread
Hi Max, This is a known issue regarding version 9.9.1 and 'Send TCP Messages (String)' 's underlying rosstalk.sendMessages() ogScript command. The issue has been resolved in 9.10, which is releasing within a week. In the meantime, if you replace the existing ogScript command to be ...
Posted By Michael Quach 05-08-2024 11:23
Found In Egroup: Facility Control
\ view thread
Hi Max, Would you be able to post the ogScript being used to send the TCP message, as well as the DashBoard version where you've experienced this issue? Thanks, ------------------------------ Michael Quach ------------------------------
Posted By Michael Quach 02-02-2024 10:50
Found In Egroup: Facility Control
\ view thread
Hi Aaron, To amend my previous answer and give an easier way to accomplish this, I've attached another grid below. The tag adds the joystick parameter to its oid attribute, so that it can correctly register when this parameter value is changing - such as when the button is pressed down. It ...
Posted By Michael Quach 02-01-2024 17:07
Found In Egroup: Facility Control
\ view thread
Hi Aaron, I've attached an example grid below, modified from your provided grid. This example grid has been simplified, but the changes here can be adapted to fit your controller parameters and device context. One way to accomplish what you're looking for is to attach your existing task to ...
Posted By Michael Quach 10-25-2023 14:11
Found In Egroup: Facility Control
\ view thread
Hi Mark, I believe the original post can be found here: https://rossvideo.community/communities/community-home/digestviewer/viewthread?GroupId=205&MID=22789&CommunityKey=94781415-eb0f-4f9a-b891-c44d41d870c8&ReturnUrl=%2fcommunities%2fcommunity-home%2fdigestviewer%3fcommunitykey%3d94781415-eb0f ...