SIMPL# - Getting Started
Overview
SIMPL# (SIMPL Sharp) is a collection of libraries created in C# that run when called from the Crestron SIMPL+ environment. For example, a module can be written in C# (.clz) and called from SIMPL+, functionally similar to how SIMPL+ programming (.usp) can be called from a SIMPL module (.umc). To utilize a user-created C# library called static.clz, the "Include Libraries" section of a SIMPL+ module will include the line #USER_SIMPLSHARP_LIBRARY "static") SIMPL# PRO is used to write a complete program in C# (without needing references to SIMPL Windows or SIMPL+). Microsoft Visual Studio 2008 SP1 (not the "Express" version) is required, along with the SIMPL# PRO Plugin. SIMPL# Plugin for VS2008 - Quick Start Guide OLH 1145 - SIMPL# Pro - Why is Microsoft Visual Studio 2008 Required? Microsoft Visual Studio 2008 Service Pack 1 Download OLH 1000267 - Creating a VC4 Project
OLH 5299 - SIMPL# - Required 3-Series Control System Firmware & Software Versions SIMPL# can only be used on a 3-Series processor running firmware v1.007.019 or later SIMPL# Pro can only be used on a 3-Series processor running firmware v1.009.000 or later SIMPL# , SIMPL# Pro run on the .NET 3.5 framework
Resources and Documentation Note: These resources assume a working knowledge of C# Simpl# Getting Started Guide Introduction to SIMPL# SIMPL# Reference Manual Example Program (Includes SIMPL, SIMPL+ and C# programs) C# Fundamentals - Development for absolute beginners http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners (25 videos from MSDN that provide instruction & examples by subject matter
Статьи
Last updated