Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?xml version="1.0" encoding="UTF-8"?>
<display version="2.0.0">
<name>Stm Video</name>
<width>300</width>
<height>200</height>
<widget type="action_button" version="3.0.0">
<name>Action Button</name>
<actions execute_as_one="true">
<action type="write_pv">
<pv_name>CRYVISIL:META:Save_Video</pv_name>
<value>1</value>
<description>Write PV</description>
</action>
<action type="command">
<command>python ./gathering.py</command>
<description>Execute Command</description>
</action>
</actions>
<text>Start</text>
<x>50</x>
<y>90</y>
<width>80</width>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="multi_state_led" version="2.0.0">
<name>LED (Multi State)_1</name>
<pv_name>CRYVISIL:META:Save_Video</pv_name>
<x>90</x>
<y>40</y>
<width>100</width>
<height>40</height>
<states>
<state>
<value>0</value>
<label>Not Recording</label>
<color>
<color name="Off" red="60" green="100" blue="60">
</color>
</color>
</state>
<state>
<value>1</value>
<label>Recording</label>
<color>
<color name="On" red="0" green="255" blue="0">
</color>
</color>
</state>
</states>
</widget>
<widget type="action_button" version="3.0.0">
<name>Action Button_2</name>
<actions execute_as_one="true">
<action type="write_pv">
<pv_name>CRYVISIL:META:Save_Video</pv_name>
<value>0</value>
<description>Write PV</description>
</action>
<action type="command">
<command>python ./execute.py</command>
<description>Execute Command</description>
</action>
</actions>
<text>Stop</text>
<x>150</x>
<y>90</y>
<width>80</width>
<tooltip>$(actions)</tooltip>
</widget>
</display>