In SIMPL is there an easier way to convert an analog int to hex for a serial send than to take the analog, feed it into a divmod/16d then feeding the R&Q through an Analog Equate/Analog Initialize and write it as an individual character pair?
toggle quoted message
Show quoted text
On Jul 7, 2017, at 3:24 PM, Martin Kupferman
martin@... [Crestron] <
Crestron@...> wrote:
?
I wrote a SIMPL+ module to control the videohub over rs422 last year, I will upload it to the files section in a few minutes.
?
It is based on arrays, so if you need 72 outputs, just edit the variable on the module to 72 and magic!
?
?
So I'm working on updating the Blackmagic router module in the files section to work with more than 16 inputs. I have a VideoHub72 I'm trying to control. If anyone is interested in a copy of it, please let me know, I'll upload a copy to the files after I get everything working correctly. I'm new to programming, so if anyone would like to look at it and give suggestions on my train wreck of coding I'd appreciate it. ;)
-Mike