

- #CRESTRON SIMPL VOLUME STRING HOW TO#
- #CRESTRON SIMPL VOLUME STRING SERIAL#
- #CRESTRON SIMPL VOLUME STRING DRIVER#
- #CRESTRON SIMPL VOLUME STRING CODE#
#CRESTRON SIMPL VOLUME STRING SERIAL#
#CRESTRON SIMPL VOLUME STRING DRIVER#

#CRESTRON SIMPL VOLUME STRING HOW TO#
The problem now in simpl+ is how to handle the 100's of different strings coming in without endless if-else statement etc. I couldnt find a symbol to do this so im tackling it in simpl+. Based on the result of the incoming string, some arbitrary digital signal will go high, low etc. The remote sends a serial string (created by me) via IP to signify which button was pressed & whether it was a press, hold or release. I have to track the press, hold or release states of every button laid out so far. I am trying my hand at combining a 3rd party ip based remote control to communicate with my processor. On Thu, at 3:24 PM, jose_isaac2000 wrote: View the help file for the XSIG symbol to see the protocolĭocumentation, it's pretty straightforward. TCP/IP to trigger digital joins high/low based on incoming messages. I would assign each button a number, and use the XSIG protocol over Subject: Re: Re: assign large amounts of strings into string array This is assuming that the data in *this* array will not change. If you do this in S+, declare the string array as a global, then populate the array elements in Main(). In S+, you cannot declare and populate a variable at the same time like you can in C# and other C environments. This may have been answered already since there are more than a few replies. The above syntax is legal in Netlinx which is what im used to. I refuse to believe it has to be done 1 element at a time.
#CRESTRON SIMPL VOLUME STRING CODE#
How then do i hard code large amounts of strings into a string array? the above is abbreviated-i actually have to store 70+ strings. Sorry if this has been discussed but i am new to simpl+ and could not find the answer in any documentation or on the boards. To: assign large amounts of strings into string array Not knowing what the ultimate application is, of course, it seems like you might be able to do what you want with an SIO in SIMPL (perhaps add an MNOT and an MMV if you need to derive separate press and release commands.įrom: On Behalf Of jose_isaac2000 Thursday, J12:22 PM

Looking at your sample (and I admit, the reputation that AMX programmers have with regard to SIMPL+), the first question I have is are you sure that this needs to be done in SIMPL+?
