Skip to content

Kiel the Coder

AV programming through trial and (mostly) error

  • Website
  • Twitter
  • LinkedIn
  • GitHub
  • Email
  • Home
  • About
  • Favorites
  • Resume
  • Contact

Month: May 2021

Setting Up the AV Programmer for Success

Nice post on rAVe Pubs from my old colleague and friend, Murphy Daley. http://www.ravepubs.com/setting-up-av-programmer-success/ Thank you, Murphy!

Kiel av, programming Leave a comment May 27, 2021May 27, 2021 1 Minute

CWS: Part 4

This post is going to be the last one covering CWS (for now). We've created an API that lets us view the current system settings, now we just need a way to update them. In this part, I'll go over how to take in and apply new settings. Some Utilities To make our lives easier, … Continue reading CWS: Part 4 →

Kiel programming Leave a comment May 26, 2021May 25, 2021 6 Minutes

Wayback Weekend: Windows 2000

Way back before there was The Cloud, there was Windows 2000. I used Win2K extensively in computer labs at ITT Tech. Say what you will about that school, I did at least get practical, hands-on experience with computer environments while going there. Maybe I didn't end up getting a job in traditional IT, but the … Continue reading Wayback Weekend: Windows 2000 →

Kiel retro Leave a comment May 24, 2021May 20, 2021 2 Minutes

Into the Cloud!

The brutal truth. Ever since our company was acquired nearly four years ago, I've wondered what the long-term plan for traditional AV (audiovisual) services was going to be. If you look at an IT business pie chart, AV is a tiny sliver compared to giants like telephony, managed services, and cloud. At times, I've felt … Continue reading Into the Cloud! →

Kiel av, work Leave a comment May 19, 2021May 18, 2021 8 Minutes

Short Take: Recover a VTZ

Today I was asked if it is possible to recover a VTZ (compiled touchpanel layout) from a physical panel and use it on a replacement panel. In this particular case, they want to take the layout off a TST-902 panel and use it on a new TSW-760 that is being installed. The client doesn't have … Continue reading Short Take: Recover a VTZ →

Kiel short take Leave a comment May 13, 2021May 13, 2021 2 Minutes

CWS: Part 3

In this part, we'll build out a system configuration page that uses CWS to make changing system settings easier. System Settings Let's create a new class that represents our system configuration. I'm going to save this as SystemSettings.cs: using System; namespace CwsDemo { public class SystemSettings { public const int MaxInputs = 8; public const … Continue reading CWS: Part 3 →

Kiel programming Leave a comment May 12, 2021May 11, 2021 7 Minutes

CWS: Part 2

In this part, I'm going to look at adding route handlers to our CWS server. I'll continue adding to the program we wrote in CWS: Part 1, so grab those files from GitHub if you'd like to follow along. Hello World Let's add a new class named HelloRequest to our project: using System; using Crestron.SimplSharp; … Continue reading CWS: Part 2 →

Kiel programming Leave a comment May 5, 2021May 5, 2021 5 Minutes

CWS: Part 1

One thing that always seems to come up during the C# labs at Masters is Crestron Web Scripting (CWS). I never think about adding this to my own projects, but it is a good way to provide some level of advanced configuration (or even remote control) of the running program. I'm watching the Intermediate C# … Continue reading CWS: Part 1 →

Kiel programming 1 Comment May 3, 2021May 3, 2021 4 Minutes

Archives

  • December 2022 (1)
  • October 2022 (1)
  • September 2022 (2)
  • August 2022 (2)
  • July 2022 (3)
  • May 2022 (3)
  • April 2022 (1)
  • February 2022 (1)
  • January 2022 (2)
  • October 2021 (3)
  • September 2021 (1)
  • August 2021 (1)
  • July 2021 (9)
  • June 2021 (7)
  • May 2021 (8)
  • April 2021 (6)
  • March 2021 (7)
  • February 2021 (8)
  • January 2021 (6)
  • December 2020 (1)
  • November 2020 (3)
  • October 2020 (1)
  • August 2020 (1)
  • July 2020 (3)
  • June 2020 (3)
  • May 2020 (5)
  • April 2020 (2)
  • March 2020 (3)
  • February 2020 (4)
  • November 2018 (2)
  • October 2018 (1)
  • October 2017 (1)
  • June 2017 (3)
  • September 2016 (1)
  • February 2016 (1)
  • December 2015 (1)
  • November 2015 (1)

Categories

  • av (31)
  • blogging (4)
  • bsd (1)
  • c# (2)
  • computers (1)
  • html5 (7)
  • life (3)
  • linux (8)
  • programming (71)
  • retro (1)
  • short take (2)
  • soup to nuts (8)
  • threading (1)
  • work (19)
  • writing (1)

Tags

3-series 4-series amx arch best practices c# crestron cws featured html5 netlinx org primer raspi simpl simpl plus simpl sharp simpl sharp pro treasure vc4
Website Powered by WordPress.com.
  • Follow Following
    • Kiel the Coder
    • Join 52 other followers
    • Already have a WordPress.com account? Log in now.
    • Kiel the Coder
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...