¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

signed integer to negative number #simplwindows #s+ #simplwindows

 

I'm need a way to convert a signed analog from simpl to a negative text value in s+.
eg. 65534 to "-2"

The end goal being to read in temperature values that will range from -30deg to +50deg
So a value in of 65534 would read "-2.0¡ãC"

The positive numbers are easy. Just don't see anything in s+ to do the conversion unlike more high level languages

Cheers
-s


Re: Simple text output window

 

A good SIMPL solution?would be to use an ABUF, SAWPULSE and MSP. Define as many serial strings needed for your display on the abuf in an offset pattern known as a candy cane (see example below) . Each new incoming RS232 string drives the SAWPULSE which triggers the ABUF for 1 logic wave and moves each serial string down 1 position.

NEWRS232RX -Ain1 Aout1- DisplayLine1
DisplayLine1 -Ain2?Aout2- DisplayLine2
DisplayLine2 -Ain3 Aout3- DisplayLine3
DisplayLine3 -Ain4 Aout4- DisplayLine4
DisplayLine4 -Ain5 Aout5- DisplayLine5...
...

Regards
Tony Howard
?
T?|?B?|?T
?
?|?tony@...??|?+39 333 5971791




On Sat, Nov 28, 2020 at 3:31 PM ckangis <chris@...> wrote:
On Thu, Nov 26, 2020 at 12:48 PM, Thorsten K?hler wrote:
This is send out to a Formatted Text object on the Touchpanel
I haven't had time to test this, but isn't the Formatted text object just a single line field? i.e. it will only display one line of text???
Just something to look at, and maybe try a different text format/field...


error loading MC3 - using new 200+ libraries

 
Edited

1st time compiling/loading an MC3 with the new libraries
get

Error parsing the string: "? ? ?3? ? ? ? ? ? NOT REG? ? ? ? ? ? ?41794? ?(not resolved)? ? Not Specified? ? Not Specified". Reason: "CIPTableAdv::CreateEntry: Validation failed for field ip address in entry 6".
EAfnEthernetIPTableAdv_GetEntries call failed!

any ideas?
IPID 6 is a TCP/IP client - IP address doesn't exist on my network as i am testing
it is also the 1st IPID in the list

this is Home Elements

more testing:
looks like a toolbox issue - same error loading a previous lpz from May

not toolbox, tried machine with older software
tried another MC3 - OK, so seems to be the MC3 - trying initialize/restore...

restore seems to have fixed it


Din-Ap3 Muted....

 

Hi Everyone,
Someone could give me the protocol, again in order to do a Recovery Mode please. It is on a DIN-AP3 not recognized in USB and IP.
Thx a lot for your help
Karim


Re: CP3/PRO3 - Setup Webpage "Requested URL was not found"

 

Hey Lincoln,
It's OK, Crestron will let you spend your time to program your own interface to replace it! No Worries...:)

(Note: Sarcasm...)


Re: CP3/PRO3 - Setup Webpage "Requested URL was not found"

 

¿ªÔÆÌåÓý

It¡¯s a little disingenuous that the firmware release notes don¡¯t reference this at all.

?

SIMPL debugger also isn¡¯t really a viable replacement for monitoring IO because it only functions at the app level and requires a licensed install for Toolbox ¨C meaning it¡¯s completely useless for troubleshooting for a client who doesn¡¯t have access to Crestron software. And in more than one occasion it has served as the ¡°neutral arbitrator¡± to prove to an integrator or other person that commands are being sent (not to mention allowing testing of relays before a program is even involved)

?

I¡¯m disappointed that the solution to the flash EOL is to remove what is actually a valuable bit of diagnostic functionality rather than provide a true equivalent.

?

--

Lincoln King-Cliby, CTS, DMC-E-4K/T/D
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Diamond)
ControlWorks Consulting, LLC
Direct: (+1)440.771.4807 | Cleveland: (+1)440.449.1100? | Boston: (+1)508.695.0188 | DC: (+1)202.381.9070? | Fax: (+1)440.449.1106
Crestron Services Provider | Biamp Authorized Independent Programmers | Extron Qualified Independent Programmer

?

From: [email protected] <[email protected]> On Behalf Of Dave H - Crestron TS
Sent: Saturday, November 28, 2020 12:52 PM
To: [email protected]
Subject: Re: [crestron] CP3/PRO3 - Setup Webpage "Requested URL was not found"

?

3-Series FW v1.603+ removed the Smart Graphics Web XPanel at "" (attempts to load it will return a page saying "The requested URL was not found."). Crestron Toolbox software and/or text console commands should be used to configure control systems. Some replacements for common Web XPanel functions include:

  • for configuring settings (Ethernet, Program Loading, etc.)
  • for viewing realtime system performance
  • for viewing port (relays, inputs, COM ports, etc.) and signal activity
    • ex. Configuring
  • for console commands
    • MYCRESTRON command for DDNS Registration
      • See
    • APPLEHOMEKIT command for HK code
      • See & SIMPL Module Help File for instructions
        ?
  • See Also
    See Also OLH 1000740 re: Flash End of Life


Re: SG 2.15.08.23 - weather object not working

 

In a related story...
Since whatever Crestron comes up with as a replacement, it will probably be the same 'missing feature' app..
Has anyone found a way to provide a similarly functional weather app WITH the ability to set locations programmatically?
It is still shocking to me that when a client invests in 10+ TSW panels and various iOS apps, that each one needs to be set and updated individually!!!??

Dave H - I apologize if Crestron is finally going to rectify this (would love to know) - I only started B**ching about this ~7 yrs ago...


Re: SG 2.15.08.23 - weather object not working

 

True Blue Support noticed the issue and reported it to the Smart Graphics team last week. Smart Graphics team confirmed they replicated the observed behavior, noted the update to point to the new weather service hasn't released yet, and the SG update will be re-pushed soon (with weather functionality corrected). For now, rolling back to the previous version will get it working.


Re: CP3/PRO3 - Setup Webpage "Requested URL was not found"

 

3-Series FW v1.603+ removed the Smart Graphics Web XPanel at "https://IP-ADDRESS/setup" (attempts to load it will return a page saying "The requested URL was not found."). Crestron Toolbox software and/or text console commands should be used to configure control systems. Some replacements for common Web XPanel functions include:

  • for configuring settings (Ethernet, Program Loading, etc.)
  • for viewing realtime system performance
  • for viewing port (relays, inputs, COM ports, etc.) and signal activity
    • ex. Configuring
  • for console commands
    • MYCRESTRON command for DDNS Registration
      • See
    • APPLEHOMEKIT command for HK code
      • See & SIMPL Module Help File for instructions
        ?
  • See Also
    See Also OLH 1000740 re: Flash End of Life


Re: CP3/PRO3 - Setup Webpage "Requested URL was not found"

 

I not sure that it's 'just' FW (this may be an issue with the latest FW though) as we have seen this issue on a couple sites with various older FW, BUT I think it may be something with specific PCs and their setups/updates, etc...
I had a collegue have a problem with a particular processor/fw and I didn't...

Yippee, more fun!!


Re: Simple text output window

 

On Thu, Nov 26, 2020 at 12:48 PM, Thorsten K?hler wrote:
This is send out to a Formatted Text object on the Touchpanel
I haven't had time to test this, but isn't the Formatted text object just a single line field? i.e. it will only display one line of text???
Just something to look at, and maybe try a different text format/field...


Re: Simple text output window

 

Will splitting the text into multiple dynamic number subpage references help?


Yamha MTX5 Control

 

Has anybody recently controlled the Yamaha MTX5 units recently and is there still a problem with simpl windows 4.11 or later?

I can connect to the unit on the suggested port but not getting any feedback and using their module it is not controlling anything.

Thanks

Tim


Re: Looking for Source Code #programming #crestron

 

It's Randy Klein, go get em!? :D

All kidding aside, I think I have run into those same initials on a couple SD and surrounding area jobs.? The actual name doesn't come to mind though, sorry cant be of help.
--
Ryan Baldwin
CEO | XS Design Studios
rbaldwin@...
760.712.2240


Re: Simple text output window

 

¿ªÔÆÌåÓý

Hi,

?

yep, i could do it in SIMPL+ but i thought it to be a too easy problem to start the SIMPL+-Compiler for that.

Seems i was wrong¡­

I tried the scrollable text widget ¨C what it does is if you have more text that fits into the box on the panel, then you can scroll the text back and forth with a touch of the touchscreen or the text box can do it for itself (automatically scrolling the text slowly back and forth).

?

Cheers, Thorsten

?

Von: [email protected] <[email protected]> Im Auftrag von Steve Kuehn
Gesendet: Freitag, 27. November 2020 15:59
An: [email protected]
Betreff: Re: [crestron] Simple text output window

?

[Edited Message Follows]

One way would be to write a SIMPL+ program to load just enough to not overflow you text box and display just the end of the text. Shouldn't be too hard to write. It will however take longer to load as you will have to refresh the whole page every time new text comes in.

Also, while I have not tried it, there is a Scrollable Text widget in VTPRO that may do what you want it to do.


Looking for Source Code #programming #crestron

 

Good morning all and Happy Thanksgiving!!

I inherited a project in the San Diego area.? The previous dealer was a company called Digital Ear and the programmer was?RTK.? The previous business was called?The Patio On Goldfinch.? I am reaching out to see if anyone knew the programmer "RTK" in hopes I can track down the source code.

Thanks!!
--
Matt Grisafe
AV Programming Associates

760-632-6996


Re: Enttec DIN-ODE MK2

 

Will test this theory soon, it seems to be exactly my confusing problem?




Re: Enttec DIN-ODE MK2

 

Thanks a lot!




On torsdag, november 26, 2020, 22:11, dblpnt <dbl.pnt@...> wrote:

The sACN Sender Direct socket module right out if the database definitely needs 0-255d at the inputs.


Re: Enttec DIN-ODE MK2

 

Thanks a lot for your?hint




On torsdag, november 26, 2020, 15:40, MSTC <kol.mstc@...> wrote:


Make sure that you are feeding it the right analog range like maybe it needs 0 to 255 instead of 0% to 100%.?


Sent from my pocket computer . . .


Re: Simple text output window

 
Edited

One way would be to write a SIMPL+ program to load just enough to not overflow you text box and display just the end of the text. Shouldn't be too hard to write. It will however take longer to load as you will have to refresh the whole page every time new text comes in.

Also, while I have not tried it, there is a Scrollable Text widget in VTPRO that may do what you want it to do.