¿ªÔÆÌåÓý

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

Re: Transfer Project File to BPC-8

 
Edited

Using an SIO in SIMPL with Ka 00 00 for Off, Ka 00 01 for On and \x0D in the delimeter works for me (no quotes).


Re: Q_SYS Crestron Certified Modules version 5.0 and 5.1 #cp4 #q-sys

 

I started using Mat's modules years ago and have never had any issues. Really like that they use the component (code name).
?
Although this is obviously not as convenient as named controls. I just use the named controls to find the component in QSys designer and use the code name.?
I'd rather go to the extra effort than have to fight with database modules.?


Re: Transfer Project File to BPC-8

 

they're actually not a part of the syntax, it's more of a Crestron thing - we were told way back when in P101 it's the 'preferred' way, kind of best-practice, that all strings and especially the ones with mixed ASCII/hex characters are enclosed within quotes on the Crestron side of things, i. e. when they are entered in SIMPL symbols. so no, the command is actually ka 01 01\x0d, but when you enter it into a SIO symbol it's recommended that you add the quotes.


Re: Transfer Project File to BPC-8

 

Igor, so are you saying that the syntax should include the ""?? I was only entering the command inside the quotes.


Re: Transfer Project File to BPC-8

 

The exact syntax is "ka 01 01\x0d" for Power On or "ka 01 00\x0d" for Power Off, so there should be no space before the CR character (\x0d). Also, only the CR is in hex notation, the rest of the string is plain text. It is recommended to enclose the strings you put in the SIO (or directly in the COM port driver) in quotes so I left those there deliberately.


TCL blocking port for IP Control

 

Has anybody been able to use a TCL NXTFrame Model:?55A300W with IP Control on Crestron Home? I signed into the google account to enable the IP control in the settings. I have tried the driver on Crestron Home but it gives the error *blocked indefinitely. When I look at the driver it states that it uses port 6000. I have called TCL and they said its a Crestron issue. I called Crestron and they said its a TCL issue.?
?
?
?
?
?
?


Re: Transfer Project File to BPC-8

 

Should the syntax be ka 01 00 \x0D?? Or, should the syntax be as ka\01\00\x0D?


Re: Controlling Extron AXI 22 AT D dante interface

 

Hi,
?
Although the commands to control the AXI are Extron standard DSP commands, the control method is different: Dante is used.
Unless you are a Dante developer there is practically no way to get any info how control via Dante works.
?
There are two ways to control the AXI:
1. via DMP as mentioned by the OP
2. direct control from an Extron IPL/IPCP PRO xi or Q xi controller (IPL PRO or IPCP PRO without the "xi" will not work!). A GCP driver or python module to control the AXI is available.
?
Best regards
Crestronfreak55
?
?
?
?


Topics in Home Automation - New Article in Residential Tech Today

 

¿ªÔÆÌåÓý

High blood pressure is dubbed the "silent killer" because it often presents no noticeable symptoms for years while silently damaging blood vessels and vital organs like the heart, brain, kidneys, and eyes. This undetected damage significantly elevates the risk of severe health issues and even death.??

Earlier this year, I wrote an article on innovative products that were shown at the Consumer Electronics Show (CES).? One product included in this article was the Withings BPM Vision, a smart blood pressure monitor designed for accurate and easy in-home use.? My latest article goes into much more detail on this potentially life-saving, smart home product.

You can find the article here:


For those interested in earlier articles that I've written, you can find those here:



For these interested in even earlier content that I wrote, you can find it all here though older content has formatting issues due to a transfer from blogspot to wordpress.



Thanks


Re: DIN-8SW8-I - can it switch 230v LED light globes

 

It¡¯s basically a 8ch relay so yes it can. I use it to switch many different items - as long as it can handle the wattage or use it to control a contactor which has larger switching capabilities.?


CEN-GW1 and Discovery Tool

 

Hi All,
I just did a TBx Discovery Tool/Remote Search via the local processor and it returned (2) instances of the CEN-GW1 - Same IP and Host name.
I hadn't noticed this before.
?
Is this 'normal'??
?
We're only using it for EX right now; however, I do have two IP-ID entries in it...
?
Ideas??? ?TIA!


Re: Transfer Project File to BPC-8

 

I am sending these via a BPC-8.? I'll try the xx xx xx\x0D instead of 0x0D.


Re: Transfer Project File to BPC-8

 

¿ªÔÆÌåÓý

I have always sent ka 01 01\x0D

And ka 01 00\x0D without issue

?

Perhaps try in that exact syntax?

?

?

?

From: [email protected] <[email protected]> On Behalf Of jhuerta via groups.io
Sent: Tuesday, May 6, 2025 2:16 PM
To: [email protected]
Subject: Re: [crestron] Transfer Project File to BPC-8

?

So these are the rs232 commands I am trying to send to the LG TVbut none are working.

Power On = ka 01 01 0x0D

Power Off = ka 01 00 0x0D

HDMI 1 = kb 01 08 0x0D

HDMI 2 = kb 01 09 oxoD

?

I also tried the CR as \r and \0x0D, but that didn't work either.

ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown senders or unexpected emails.


Re: Transfer Project File to BPC-8

 

If these are in a SIO then it should be \x0d


Re: Transfer Project File to BPC-8

 

So these are the rs232 commands I am trying to send to the LG TVbut none are working.
Power On = ka 01 01 0x0D
Power Off = ka 01 00 0x0D
HDMI 1 = kb 01 08 0x0D
HDMI 2 = kb 01 09 oxoD
?
I also tried the CR as \r and \0x0D, but that didn't work either.


Controlling Extron AXI 22 AT D dante interface

 

HI guys,
?
I'm trying to control AXI22 AT D dante interface, thought that it would be easy as Extron has very clean SIS command for every product of theirs, but this has given me issues, where the interface SIS cmd is not meant to be controlled from control system directly to it, instead we need to have a DMP to act as a middleman to relay the cmd to it.
CP4->DMP128->AXI22
?
Unfortunately there is no DMP in the system and i tried out every possible method to control it, anyone has experience with the dante interface, pls share with me.
Thanks in advance!


Re: Q_SYS Crestron Certified Modules version 5.0 and 5.1 #cp4 #q-sys

 

Make sure you eliminated and replaced every single vestige of the 4.2 modules, including all the CLZ files. Physically deleted. It's not enough to just remove them from the programming logic, they have to be gone-gone-GONE.


Re: Transfer Project File to BPC-8

 

Awesome!? Worked like a charm.? Thanks.


Re: Transfer Project File to BPC-8

 

Once the desired configuration file is loaded onto the BPC-HPLIR via the included USB cable, it can be transferred to a BPC-8 unit by completing the following steps:
1. Remove the clear plastic dust cover from the fiber-optic cable connector, and insert the connector into the small IR port on the lower right side of the BPC-8 faceplate (see the illustration below). Hold the cable securely in position. Connecting the BPC-HPLIR to the BPC-8
2. Press the TRANSFER button on the BPC-HPLIR. The green LOAD LED lights. Keep the fiber-optic cable in place until the LOAD LED turns off.
3. When the file is transferred successfully, the BPC-8 backlight flashes several times. NOTE: ?If the file is not transferred successfully, the Button 1 LED (upper left) on the BPC-8 blinks several times. If this situation occurs, press the TRANSFER button again until the transfer succeeds. Wait at least one second between presses.
4. Repeat this process for each BPC-8 that supports identically equipped rooms.?

On Tue, May 6, 2025 at 9:42?AM jhuerta via <jhuerta=[email protected]> wrote:
Thanks Anthony, but the HPLIR comes with a toss link cable to connect to the button pad.? I am just seeing how or where the connector goes.


Re: Transfer Project File to BPC-8

 

Thanks Anthony, but the HPLIR comes with a toss link cable to connect to the button pad.? I am just seeing how or where the connector goes.