Home AMX User Forum AMX Design Tools

$SC command?

Hello All
I have a client with an old VPT-CP panel that would now like a warm/cool page added. I have made these as pop-up pages. I want the page to flip to the source page after the pop up is done. Normally I'd just code this but since this is a 1-way RF panel I can't do that. I was talking to tech support and they suggested that I use the 'string output' section of TP3 to do what I want. He suggested a $SC command and then have the panel flip to the source and then activate the pop up page. I wrote the code down as he told me but can't seem to get it to work. Since I have never done this myself I am somewhat at a loss . Any help would be much appreciated.
Here's what I had written down.

"$SC 1,"'@PPO-warm'""

Comments

  • Joe HebertJoe Hebert Posts: 2,159
    "$SC 1,"'@PPO-warm'""
    Is @PPO a valid command? Try PPON instead and see if that works.
  • Thomas HayesThomas Hayes Posts: 1,164
    Opp's the 'N' is in my code I just missed posting it here.
  • What firmware version has the VPT? On panels with serial numbers starting 962 and 963, the onboard commands are only supported in firmware version 5.03.
  • DHawthorneDHawthorne Posts: 4,584
    There is no '@' in the PPON command. the '@' version is @PPN, if you use PPON, it's just PPON.
Sign In or Register to comment.