Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Disappearing icons and text
Has anyone experienced buttons (icons and indirect text) disappearing from touch panels, even though the signals are still high in debugger and they still appear on the XPanel version of the exact same project and program? Rebooting the panel brings them back, but only temporarily. The rate at which they disappear seems random. This has happened on both TSW-760 and TS-770 panels. I am using the dynamic horizontal list in VTPro and the "use visible items" and "use indirect text" options to drive them from SIMPL. |
Re: Tips for debugging startup welcome
¿ªÔÆÌåÓýActually, it should work right away if you don?t do a ¡°reload program¡±. ? Cheers, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von Jonathan Troutman ? Does anyone have any tips for using Debugger during startup? I have some analogs that are getting updated during startup and I'm trying to figure out where/when. ? With my current approach, I have text console and debugger (console secondary) open and connected. I'm sending a progreset command in console, waiting for the "running initial solution" message, then jumping over to Debugger and choosing the "Reload Program" option. ? Someone please tell me there's a better way. Is there a way to restart a program slot and have debugger keep going? Is there some other magic trick I could try. Any suggestions would be appreciated. ? Regards, Jonathan |
Re: Tips for debugging startup welcome
¿ªÔÆÌåÓýIn that same context menu where you are selecting Reload, select ¡°Reset Program¡± and that will restart the program for you, and debugger will track. ? Caleb Radecky |
Manager, Online Products & Services ? From: [email protected] <[email protected]> On Behalf Of
Jonathan Troutman
Sent: Friday, September 6, 2024 12:17 To: [email protected] Subject: [crestron] Tips for debugging startup welcome ? Does anyone have any tips for using Debugger during startup? I have some analogs that are getting updated during startup and I'm trying to figure out where/when. ? With my current approach, I have text console and debugger (console secondary) open and connected. I'm sending a progreset command in console, waiting for the "running initial solution" message, then jumping over to Debugger and choosing the "Reload Program" option. ? Someone please tell me there's a better way. Is there a way to restart a program slot and have debugger keep going? Is there some other magic trick I could try. Any suggestions would be appreciated. ? Regards, Jonathan |
Tips for debugging startup welcome
Does anyone have any tips for using Debugger during startup? I have some analogs that are getting updated during startup and I'm trying to figure out where/when.
?
With my current approach, I have text console and debugger (console secondary) open and connected. I'm sending a progreset command in console, waiting for the "running initial solution" message, then jumping over to Debugger and choosing the "Reload Program" option.
?
Someone please tell me there's a better way. Is there a way to restart a program slot and have debugger keep going? Is there some other magic trick I could try. Any suggestions would be appreciated.
?
Regards,
Jonathan |
Re: SNMP metrics for Pro3 processors
They would NEVER do that. On Fri, Sep 6, 2024 at 8:49?AM Jeremy Weatherford via <jweather=[email protected]> wrote:
|
Re: SNMP metrics for Pro3 processors
To check a marketing feature checkbox.? :) On Wed, Sep 4, 2024 at 8:11?PM Elliott Balsley via <ebalsley=[email protected]> wrote:
|
Re: Q: How to: Construct - open a touchpanel project as an XPanel
If you are using contracts in your program then you need to open up your Simpl and resync the contracts- even if you do something simple as change a button label in Construct. Which I think is crazy- never had to do that the ol VTPro method.? |
Re: File /Bosch DICENTIS.zip uploaded
#file-notice
Wired, for wireless the Bosch CCS 1000 module will work. |
Re: Q: How to: Construct - open a touchpanel project as an XPanel
Figured it out.
OK for those of you that will need to do this:
?
In Construct:
* Select the hamburger menu On the main project in Solution Explorer
* Project Properties
* Set the Web XPanel IP ID & Save
* Clean & Build Solution
?
In Toolbox:
* Connect to processor
* Web Pages & Mobility Projects - Select Archived File in Project Format
* Project File - Select your ch5z file
* Project Management - Load Project As: CH5 XPanel
* Send the project
?
In Browser:
* https://processor ip address/construct ch5z project name/index.html?ipId=0x03
?
Notes:
* I had to enter the IP ID as hex to get mine to work
* Make sure the construct ch5z project name matches exactly what has been loaded in Toolbox
?
Hope this helps others as wading through Crestron documentation is pretty grim now |
Re: SNMP metrics for Pro3 processors
I have looked through all those MIBs using SnmpB browser and didn't find anything useful, beyond a few basics like model name, program name, software version.? I was hoping for CPU, memory, disk, network stats and digital and analog input values.? Sigh.? I don't understand why someone spent the time creating all these MIB files if this is all there is. On Tue, Aug 20, 2024 at 9:42?AM Jeremy Weatherford via <jweather=[email protected]> wrote:
|
Re: HD-MD8X2 questions
Yeah, what CrestronFreak said... your table doesn't look correct, it confirms your code and IP table don't match.? Your program is creating a "slot" at IP ID 10 for the 8x2, and your 8x2 is configured to try to connect as IP ID 3.? ?Which is usually where touchpanels would end up anyway.? He recommends changing your code to move the 8x2 to IPID 3, but if it were me, I'd do the opposite, I'd "REMM 03 192.168.1.160" and then "ADDM 10 (your PRO3's address here" |
Re: CSA-PWS10S-HUB-ENET and Cresnet
Like I said, it have bit a while since I did this.? But basically I believe the CSA-PWS10S-HUB-ENET is acting like a Cresnet hub.? So you have to add all the devices to your CP3 main Cresnet on slot-1 or you add a CSA-PWS10S-HUB-ENET also to your CP3 and add the devices to slot-1 of the CSA-PWSxx..? The I believe you use toolbox network device tree to connect to the CSA-PWS10S-HUB-ENET and set all the ID's to the same as you defined them in your CP3 program.? I remember it was really non-intuitive but it was something like this. |