CommandFusion Wiki

Documentation Resources

User Tools

Site Tools


software:system-commander:quick-start-guide:quick-start-page-4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

software:system-commander:quick-start-guide:quick-start-page-4 [2013/01/03 03:39]
aaron
software:system-commander:quick-start-guide:quick-start-page-4 [2014/07/24 00:04] (current)
aaron [Test Commands]
Line 2: Line 2:
 A video version of this quick start guide is [[https://​www.youtube.com/​watch?​v=w-UwmiZx1cU|available here]]. A video version of this quick start guide is [[https://​www.youtube.com/​watch?​v=w-UwmiZx1cU|available here]].
  
-<WRAP center round important 60%> 
-This page is under construction and may not include all required information. 
-</​WRAP>​ 
  
 ===== Basic Scheduling ===== ===== Basic Scheduling =====
Line 20: Line 17:
 Then we add each action to the macro.\\ Then we add each action to the macro.\\
 \\ \\
-First we want to send an RS232 command to power down the projector. ​Use the action builder ​and select the On-Board COM action type. The target device in our example case will be the on-board RS232 port of the LAN Bridge. Then enter the RS232 command we want to send and press OK. The CFLink command ​wikll be automatically generated for you. Press OK again to finish adding the action to the macro.+First we want to send an RS232 command to power down the projector. ​Click ''​Add Action''​ Then click ''​Action Builder'' ​and select the ''​On-Board COM'' ​action type. The target device in our example case will be the on-board RS232 port of the LAN Bridge. Then enter the RS232 command we want to send and press ''​OK''​\\ 
 +{{ :​software:​system-commander:​quick-start-guide:​system_commander_scheduling_create_new_macro.png?​direct&​600 |}} 
 +The CFLink command ​will be automatically generated for you.\\ 
 +Press ''​OK'' ​again to finish adding the action to the macro.\\ 
 +\\ 
 +Now repeat the process for the command to trigger the motorized projector mount to retract. In our example case, this is done by pulsing relay port 1 of a CF Mini to close for 1 second. So choose the ''​Relay''​ action type and ''​CF Mini''​ target device, then select port 1 and set it to pulse for 1 second.\\ 
 +<WRAP center round tip 60%> 
 +Tip: You must select the Relay action type first, otherwise you will not be able to select the CF Mini. 
 +</​WRAP>​ 
 + 
 +Press ''​OK''​ and again the CFLink command is automatically generated. Pressing ''​OK''​ again will add the action to the macro. 
 +{{ :​software:​system-commander:​quick-start-guide:​system_commander_scheduling_add_action_relay.png?​direct&​600 |}} 
 +\\ 
 +Now that we have finished creating the macro, we need to setup the schedule that will be used to trigger this macro. First click the ''​Add Schedule''​ button. Give it a name related to what the schedule is being used for, in our case ''​Daily Room Off''​. We want this rule to trigger every weekday, so we select the ''​Weekly''​ tab and tick each weekday, and leave it to recur every week. Next we want to change the action type to ''​Trigger Macro''​ and select the macro we want to perform. Then we input the start date and time. The schedule will recur every week from this start date, so we will just leave it as today’s date. The start time we want to use is 6pm. We do not need to use any of the advanced settings in this example, so leave them disabled. Press ''​OK''​ to finish creating the schedule.\\ 
 +{{ :​software:​system-commander:​quick-start-guide:​system_commander_scheduling_add_schedule.png?​direct&​600 |}} 
 +\\ 
 +Now that the schedule has been created, we need to save it to the LAN Bridge before it will become active. Click the ''​Save to Device''​ button to start this process. A progress bar will popup just above the communication log to show the save process. Once it’s complete, you can use the ''​Load from Device''​ button to ensure that all schedules were successfully saved to the device.\\ 
 +\\ 
 +To test the schedule, you can change the real time clock manually to a time near the schedule start time, and then reset the LAN Bridge for the new time to take effect. Then wait for the schedule time to come around and use the communications log to watch what is happening on the CFLink bus.\\ 
 +[[http://​www.youtube.com/​watch?​feature=player_detailpage&​v=w-UwmiZx1cU#​t=877s|Click here to see this section in a video guide.]] 
 +===== IR File Management ===== 
 +All CommandFusion hardware with IR ports can send IR codes in a variety of ways: 
 +  * Using the on-board IR database, 
 +  * Sending IR code strings in pronto hex format or our proprietary IR format, 
 +  * Or by uploading IR files to the device and recalling the codes via their function name. 
 + 
 +To upload an IR file to a device, the file needs to be created using our IR Learner software. [[hardware:​quick-start:​ir-learner|Learning IR commands is covered in a separate quick start guide.]]\\ 
 +After the IR file has been created, select the device you want to upload it to in the System Commander CFLink Device tree. Then select the ''​Manage IR Files''​ tab. If this tab is not visible, then the device you have selected is not capable of sending IR commands.\\ 
 +\\ 
 + 
 +Next, click on the ''​Add File...''​ button and browse for the IR file you want to upload. The ''​IR Functions''​ tree will then be populated with a list of the commands stored in the IR File. Before any of these commands can be used, the IR file needs to be saved to the device memory by clicking on the ‘Save to Device’ button. A progress bar will popup above the communication log showing the upload progress. Once this is complete, the IR codes can be tested by selecting a command from the ‘IR Functions’ tree, then selecting a port number from the ''​Test Stored IR Codes''​ area and pressing the Send button.\\ 
 +{{ :​software:​system-commander:​quick-start-guide:​system_commander_ir_file.png?​direct&​600 |}} 
 +\\ 
 +[[http://​www.youtube.com/​watch?​feature=player_detailpage&​v=w-UwmiZx1cU#​t=1092s|Click here to see this section in a video guide.]] 
 +===== Test Commands ===== 
 + 
 +The ''​Test Command''​ window in the bottom left corner of System Commander can be used to send any CFLink command to devices on the network. This is great for testing specific commands. Any hex bytes you want to send should be entered in the format \x00 to \xFF. See our [[hardware:​cflink:​cf-mini-cflink-protocol|CFLink protocol documentation]] for more details.\\ 
 +[[http://​www.youtube.com/​watch?​feature=player_detailpage&​v=w-UwmiZx1cU#​t=1190s|Click here to see this section in a video guide.]] 
 + 
 +===== Creating an iViewer GUI for CommandFusion Hardware ===== 
 +Creating a GUI for your mobile device is easy using the [[software:​gui-designer:​cflink-builder|CFLink Command Builder]]. 
 + 
 +[[software:​gui-designer:​cflink-builder|See this page to learn more about this feature.]] 
 +===== End of Document ===== 
 + 
 +This quick start guide is broken up into multiple pages. \\ 
 +[[software:​system-commander:​quick-start-guide:​quick-start-page-3|<<​Go back to page 3]]
software/system-commander/quick-start-guide/quick-start-page-4.1357184354.txt.gz · Last modified: 2013/01/03 03:39 by aaron