Profile

Daniel Bailey

Contact Details

My Content

1 to 7 of 7 total
Posted By Daniel Bailey 07-31-2025 04:43
Found In Egroup: Facility Control
\ view thread
Following up from Richards post as the file didn't seem to attach. The example below uses a parameter we created called subWindowString in the definition of the NDI window so that it is evaluated when window is loaded: NDI window has an ID of NDI_Window. And whenever subWindowString is changed we ...
Posted By Daniel Bailey 12-15-2023 08:10
Found In Egroup: Facility Control
\ view thread
Hi Garrett, It may be as simple as ensuring that the Ultrix has been added as a connected device in the Ultritouch. If that alone doesn't solve it then try this version, there are 3 things to be aware of: I'm using IP addresses in the context to avoid any issue that the Ultritouch ...
Posted By Daniel Bailey 12-12-2023 06:58
Found In Egroup: Facility Control
\ view thread
Hi Garrett, I've just tried running this against the latest Ultrix code and all seems to be working correctly. I also tried changing the dest indices and running a couple of instances on the same dashboard instance, both were working correctly. If you'd like to drop your panel code in here I'll ...
Posted By Daniel Bailey 08-15-2023 17:07
Found In Egroup: Production Switchers
\ view thread
Hi Ken, Apologies for the delay. I've looked into this and can see the same behaviour. Those "both tallies on" controls are only for TSL UMD V3.1. TSL UMD V5.0 commands are displayed directly as instructed. I've submitted it as a bug/feature request and there is some development underway ...
Posted By Daniel Bailey 04-15-2022 16:50
Found In Egroup: Facility Control
\ view thread
Hi Giovani, I assume got the TES context into your panel by using "Add Device from basic tree" in the visual logic, unfortunately I don't have a TES card to test against but I can say that the object ID you have identified isn't the problem if that's how you got it. This is the object ID of the context, ...
Posted By Daniel Bailey 04-14-2022 11:14
Found In Egroup: Facility Control
\ view thread
Hi João, Yes that should be fine, once you've got your code to control the GPIO you could drop it into the param listener callback function. If there are only a few then you could just quickly drop it in like this: var listenerObj = paramObj.addParamListener( function(param, changedIndex) ( ...
Posted By Daniel Bailey 04-13-2022 17:48
Found In Egroup: Facility Control
\ view thread
Hi João, Have a go with the panel code below. I thought you'd prefer to use the real source name from the Ultrix so removed your old label and replaced it with a simpler one then added some ogscript called "DestListener" to write to it. It will overwrite the label with the source name when there's ...