Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: DSC PowerSeries Neo
?
? Furthermore, the package in the??does not contain any drivers nor module. It only has these few illogical files: SecuritySystem_DSC_PowerSeries-Neo_IP.dat SecuritySystem_DSC_PowerSeries-Neo_IP.dll libSecuritySystem_DSC_Shim.so ? Wonder what's the purpose of these files? I'm really lost now. Please help!!! |
C# TCP Client to connect to MC4 via Hostname
Hello, I am writing a TCP client class in VS2019 using System.Net.Sockets TCPClient.?
I created a test server on the MC4 at TCP port 9001. The MC4 IP is 10.0.0.57 and the MC4 hostname is?MC4-00107FE73CAB My Client class first checks if the IP address is pingable and then connects via IP Address Everything is working great except now I am trying to ping test and connect with the HostName of the MC4 and nothing works. string hostName = "MC4-00107FE73CAB" _client = new TcpClient(); _client.Connect(hostName, port); Any help would be appreciated Thanks |
Re: Toolbox (Latest Version Bug)
This issue was identified back in late August and being tracked under BR 7307. In the meantime, rolling back Toolbox or using the SETCRESNETIDBYPPN cmd in Text Console are both viable workarounds. Toolbox - Network Device Tree View - Changing CNET ID on 1 Device Affects All Devices With Same ID During installation CNET devices all initially report at their default CNET IDs (ex. HZ-KPCN @ 1C). NDTV is used to adjust CNET ID on devices to ensure they're unique and match the program. TB 3.12.1 NDTV uses SETCRESNETIDBYPPN <NEW CNET ID> <TSID> cmd to only affects the one device w/ spec'd TSID. TB 3.12.2 NDTV uses SENDCNETPKT <OLD CNET ID>FD<NEW CNET ID>, causing all devices with same CNET ID to change. Customers must roll back Toolbox to correctly set unique CNET IDs using NDTV. |
MTX-3 PTX-3
I have a few of PTX-3 and MTX-3 that apparently hang during boot up. ?They light up, then go dark, then light back up with splash screen and there is no further progress. ?The MTX-3 shows the progress bar on the bottom but it is frozen.
They do not respond to the OLH Recovery power button/side button procedure (unless the power button must be held for more than a minute . . ) TIA Kol |
Re: DIN-PWS60 question
While I haven't had any DIN-PWS60 failures yet, I have seen a lot of other Crestron power supply fail.? In many cases the power LED on either the power supply or the end devices lights up yet the end device does not work.
The easiest thing to do is sub the power supply and if the end device then works, you know you have a bad power supply.? Alternatively you can monitor the power supply output with an oscilloscope.? That will very quickly reveal if the power supply it outputting the right voltage and is ripple free. |
DIN-PWS60 question
I'm not sure if I have a spoiled DIN-PWS60.
When it's not hooked up to other DIN equipment, it has a GREEN light. When it's hooked up to DIN-AP4, the Power button on DIN-AP4 is blinking in amber color. I have replaced the fuse, still same blinking. Anyone has any clue what problem am I facing? Is it a bad DIN-PWS60 or bad DIN-AP4? |
Re: Toolbox (Latest Version Bug)
Previous versions of Toolbox had the "Clear ID" option not greyed out, I don't know why Crestron greyed it out a few versions ago, I rolled back my Toolbox to version 3.03.252.00 on a 2nd laptop I had onsite with me and cleared each device before changing it. This speeds up the process quite a bit. I have seen this type of thing happen off and on for years, mostly with lighting devices, and made it a habit of clearing before changing a Cresent ID. I sent a request to True Blue to un-grayout the clear button about 3 weeks ago.
Mark Dodson Programmer - AVSOURCE markd@... | 704.313.8331 |
Re: Converting Cryptography Example from JavaScript to S#
¿ªÔÆÌåÓýThanks Richard! While the code example didn't include uppercasing the result, the
documentation did.? I've actually tried it both ways and I can't
get either one to work.? I have posted the issue with the manufacturer's development group
but I've been waiting 6 days and still haven't received any
response from them.? Earlier today I pinged another contact I have
with the company to see if they can help me get the issue
resolved.? Thanks again for your help Jay On 10/6/2022 1:43 PM,
richard.k.mullins@... wrote:
I quickly spun up your code (with the adjustments to use long for the timestamp - ) and tested against a hmac calculator and the results come out the same. |
Does anyone have an AirMedia 2 series operating system image?
I'm sure a few on here have had the issue with older AM-200s where the OS fails to boot completely. Repairs always replace the SD card that runs the OS.
Considering that this?always happens with the 200s for us, rather than putting a system partially offline for two weeks to repair, we want to change the cards and flash the image ourselves, saving time + money for the customer. I don't want to risk harvesting one of our last few remaining new AM-200s for an image, and obviously the 3200 software isn't compatible. Would anyone have or be willing to try creating an image of the AM-200 firmware? Most likely a doable thing, and if it works flashing to a new device it's a great fix for a relatively common problem? ? |
File /CP4 Samsung QB43B v1 (TA).zip uploaded
#file-notice
Group Notification
The following files and folders have been uploaded to the Files area of the [email protected] group. By: Antoine Dervin <antoine.dervin@...> Description: |
Re: Converting Cryptography Example from JavaScript to S#
I quickly spun up your code (with the adjustments to use long for the timestamp - https://dotnetfiddle.net/BIOq4U) and tested against a hmac calculator and the results come out the same.
One thing I found curious though, you are uppercasing the result in the c# code, but that isn't present in the javascript code. |