Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added actions/actions.rar
Binary file not shown.
23 changes: 23 additions & 0 deletions actions/allReadConfiguration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"id": "{4B741889-F4CE-9465-A6C5-A62D7B291B43}",
"caption": "Read Configuration",
"form": [],
"action": [
"ALL_ReadConfiguration($_IPS['TARGET']);"
],
"restrictions": {
"objectType": [ 1 ],
"moduleID": [
"{2D8B0172-166C-45B0-B979-61A787809E22}"
],
"includeEnvironments": ["TestCommands", "Default"]
},
"locale": {
"de": {
"Read Configuration": "Lese Konfiguration aus",
"Read the configuration of the target device": "Liest die Konfiguration des Zielgeräts aus"
}
},
"category": "target",
"description": "Read the configuration of the target device"
}
39 changes: 39 additions & 0 deletions actions/allSetAnalog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"id": "{5EAF8E41-C5CD-3328-B0AA-20B44B466D4E}",
"caption": "Set Analog Channel",
"form": [
{
"type": "NumberSpinner",
"name": "CHANNELID",
"caption": "Channel ID"
},
{
"type": "NumberSpinner",
"name": "VALUE",
"caption": "Value",
"digits": 6
}
],
"action": [
"ALL_SetAnalog($_IPS['TARGET'], $_IPS['CHANNELID'], $_IPS['VALUE']);"
],
"restrictions": {
"objectType": [ 1 ],
"moduleID": [
"{FB6B8DD0-CD8E-4CE7-8613-D7BD6436720A}"
],
"includeEnvironments": ["TestCommands", "Default"]
},
"locale": {
"de": {
"Set Analog Channel": "Setzte Analog Kanal",
"Channel ID": "Kanal ID",
"Value": "Wert",
"Set channel {CHANNELID} to value {VALUE}" : "Setze Kanal {CHANNELID} auf Wert {VALUE}",
"Set a channel of the target device to the defined value": "Setze einen Kanal des Zielgeräts auf den definerten Wert"
}
},
"format": "Set channel {CHANNELID} to value {VALUE}",
"category": "target",
"description": "Set a channel of the target device to the defined value"
}
37 changes: 37 additions & 0 deletions actions/allSwitchActor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"id": "{904EFF5E-5CF1-7D96-9E7C-C9EC74540C13}",
"caption": "Set actor channel",
"form": [
{
"type": "NumberSpinner",
"name": "CHANNELID",
"caption": "Channel ID"
},
{
"type": "CheckBox",
"name": "STATUS",
"caption": "Status"
}
],
"action": [
"ALL_SwitchActor($_IPS['TARGET'], $_IPS['CHANNELID'], $_IPS['STATUS']);"
],
"restrictions": {
"objectType": [ 1 ],
"moduleID": [
"{FB6B8DD0-CD8E-4CE7-8613-D7BD6436720A}"
],
"includeEnvironments": ["TestCommands", "Default"]
},
"locale": {
"de": {
"Set actor channel": "Setze Aktor Kanal",
"Channel ID": "Kanal ID",
"Set channel {CHANNELID} to Status {STATUS}" : "Setze Kanal {CHANNELID} auf Status {STATUS}",
"Set a channel of the target device to the defined value": "Setze einen Kanal des Zielgeräts auf den definerten Wert"
}
},
"format": "Set channel {CHANNELID} to Status {STATUS}",
"category": "target",
"description": "Set a channel of the target device to the defined value"
}
31 changes: 31 additions & 0 deletions actions/allSwitchMode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"id": "{904EFF5E-5CF1-7D96-9E7C-C9EC74540C13}",
"caption": "Switch mode",
"form": [
{
"type": "CheckBox",
"name": "STATUS",
"caption": "Status"
}
],
"action": [
"ALL_SwitchActor($_IPS['TARGET'], $_IPS['STATUS']);"
],
"restrictions": {
"objectType": [ 1 ],
"moduleID": [
"{D805EC4C-7D17-4E84-98D3-A441AA71ACA3}"
],
"includeEnvironments": ["TestCommands", "Default"]
},
"locale": {
"de": {
"Switch mode": "Schalte den Modus",
"Set into mode {STATUS}": "Setze in den Modus {STATUS}",
"Switch the target device on or off": "Schalte des Zielgerät an oder aus"
}
},
"format": "Set into mode {STATUS}",
"category": "target",
"description": "Switch the target device on or off"
}
27 changes: 27 additions & 0 deletions actions/allUpdateValues.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"id": "{7CA90FD9-848A-EC17-A975-963105A6A605}",
"caption": "Update values",
"form": [],
"action": [
"ALL_UpdateValues($_IPS['TARGET']);"
],
"restrictions": {
"objectType": [ 1 ],
"moduleID": [
"{D805EC4C-7D17-4E84-98D3-A441AA71ACA3}",
"{BBD04875-8CC5-412A-B848-B2AB6F08C425}",
"{07CAE61E-01FA-4086-A2D1-55C442D8C8BF}",
"{2D8B0172-166C-45B0-B979-61A787809E22}",
"{FB6B8DD0-CD8E-4CE7-8613-D7BD6436720A}"
],
"includeEnvironments": ["TestCommands", "Default"]
},
"locale": {
"de": {
"Update values": "Aktualisiere Werte",
"Update values of the target device": "Aktualisiere Werte des Zielgeräts"
}
},
"category": "target",
"description": "Update values of the target device"
}
31 changes: 31 additions & 0 deletions actions/csckSendText.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"id": "{1A5C901E-E35D-2B3B-4839-7F4536388E7E}",
"caption": "Send text",
"form": [
{
"type": "ValidationTextBox",
"name": "TEXT",
"caption": "Text"
}
],
"action": [
"CSCK_SendText($_IPS['TARGET'], $_IPS['TEXT']);"
],
"restrictions": {
"objectType": [ 1 ],
"moduleID": [
"{3CFF0FD9-E306-41DB-9B5A-9D06D38576C3}"
],
"includeEnvironments": ["TestCommands", "Default"]
},
"locale": {
"de": {
"Send text": "Sende Text",
"Send \"{TEXT}\" on Client Socket" : "Sende \"{TEXT}\" auf Client Socket",
"Send text on the target Client Socket": "Sende Text auf dem Ziel-Client Socket"
}
},
"format": "Send \"{TEXT}\" on Client Socket",
"category": "target",
"description": "Send text on the target Client Socket"
}
23 changes: 23 additions & 0 deletions actions/cutterClearBuffer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"id": "{7D1FA8D6-64B4-F6A7-8BE8-F517D710B1C8}",
"caption": "Clear Buffer",
"form": [],
"action": [
"Cutter_ClearBuffer($_IPS['TARGET']);"
],
"restrictions": {
"objectType": [ 1 ],
"moduleID": [
"{AC6C6E74-C797-40B3-BA82-F135D941D1A2}"
],
"includeEnvironments": ["TestCommands", "Default"]
},
"locale": {
"de": {
"Clear Buffer": "Lösche Buffer",
"Delete the buffer of the target Cutter": "Lösche den Buffer des Ziel-Cutters"
}
},
"category": "target",
"description": "Delete the buffer of the target Cutter"
}
46 changes: 46 additions & 0 deletions actions/dmxFadeChannel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"id": "{271C73F1-2EC9-60E6-C28E-E8CFC6954E6C}",
"caption": "Fade Channel",
"form": [
{
"type": "NumberSpinner",
"name": "CHANNEL",
"caption": "Channel"
},
{
"type": "NumberSpinner",
"name": "VALUE",
"caption": "Value"
},
{
"type": "NumberSpinner",
"name": "FADING",
"caption": "Fading Time",
"suffix": "seconds"
}
],
"action": [
"DMX_FadeChannel($_IPS['TARGET'], $_IPS['CHANNEL'], $_IPS['VALUE'], $_IPS['FADING']);"
],
"restrictions": {
"objectType": [ 1 ],
"moduleID": [
"{E19C2E41-7347-4A3B-B7D9-A9A88E0D133E}"
],
"includeEnvironments": ["TestCommands", "Default"]
},
"locale": {
"de": {
"Fade Channel": "Auf Kanal überblenden",
"Channel": "Kanal",
"Value": "Wert",
"Fading time": "Überblendzeit",
"seconds": "Sekunden",
"Fade {CHANNEL, select, 0 {all Channels} other {Channel {CHANNEL}}} on Value {VALUE} in {FADING} seconds": "Überblende {CHANNEL, select, 0 {alle Kanäle} other {Kanal {CHANNEL}}} auf Wert {VALUE} in {FADING} Sekunden",
"Fade a channel of the target device to a defined value over a given duration": "Blende beim Ziel einen Kanal innerhalb einer festgelegten Zeit auf einen bestimmten Wert über"
}
},
"format": "Fade {CHANNEL, select, 0 {all Channels} other {Channel {CHANNEL}}} on Value {VALUE} in {FADING} seconds",
"category": "target",
"description": "Fade a channel of the target device to a defined value over a given duration"
}
53 changes: 53 additions & 0 deletions actions/dmxFadeChannelDelayed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"id": "{271C73F1-2EC9-60E6-C28E-E8CFC6954E6C}",
"caption": "Fade Channel",
"form": [
{
"type": "NumberSpinner",
"name": "CHANNEL",
"caption": "Channel"
},
{
"type": "NumberSpinner",
"name": "VALUE",
"caption": "Value"
},
{
"type": "NumberSpinner",
"name": "FADING",
"caption": "Fading Time",
"suffix": "seconds"
},
{
"type": "NumberSpinner",
"name": "DELAY",
"caption": "Delay time",
"suffix": "seconds"
}
],
"action": [
"DMX_FadeChannelDelayed($_IPS['TARGET'], $_IPS['CHANNEL'], $_IPS['VALUE'], $_IPS['FADING'], $_IPS['DELAY']);"
],
"restrictions": {
"objectType": [ 1 ],
"moduleID": [
"{E19C2E41-7347-4A3B-B7D9-A9A88E0D133E}"
],
"includeEnvironments": ["TestCommands", "Default"]
},
"locale": {
"de": {
"Fade Channel": "Auf Kanal überblenden",
"Channel": "Kanal",
"Value": "Wert",
"Fading time": "Überblendzeit",
"Delay time": "Verzögerung",
"seconds": "Sekunden",
"Fade {CHANNEL, select, 0 {all Channels} other {Channel {CHANNEL}}} on Value {VALUE} in {FADING} seconds after waiting for {DELAY} seconds": "Überblende {CHANNEL, select, 0 {alle Kanäle} other {Kanal {CHANNEL}}} auf Wert {VALUE} in {FADING} Sekunden nachdem für {DELAY} gewartet wurde",
"Fade a channel of the target device to a defined value over a given duration after a defined delay": "Blende beim Ziel einen Kanal nach einer eingestellten Verzögerung innerhalb einer festgelegten Zeit auf einen bestimmten Wert über"
}
},
"format": "Fade {CHANNEL, select, 0 {all Channels} other {Channel {CHANNEL}}} on Value {VALUE} in {FADING} seconds after waiting for {DELAY} seconds",
"category": "target",
"description": "Fade a channel of the target device to a defined value over a given duration after a defined delay"
}
52 changes: 52 additions & 0 deletions actions/dmxFadeRGB.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"id": "{271C73F1-2EC9-60E6-C28E-E8CFC6954E6C}",
"caption": "Fade RGB",
"form": [
{
"type": "NumberSpinner",
"name": "R",
"caption": "Red"
},
{
"type": "NumberSpinner",
"name": "G",
"caption": "Green"
},
{
"type": "NumberSpinner",
"name": "B",
"caption": "Blue"
},
{
"type": "NumberSpinner",
"name": "FADING",
"caption": "Fading time",
"suffix": "seconds"
}
],
"action": [
"DMX_FadeRGB($_IPS['TARGET'], $_IPS['R'], $_IPS['G'], $_IPS['B'], $_IPS['FADING']);"
],
"restrictions": {
"objectType": [ 1 ],
"moduleID": [
"{1AF36760-644E-4DA9-8776-01BA6DF6178E}"
],
"includeEnvironments": ["TestCommands", "Default"]
},
"locale": {
"de": {
"Fade RGB": "Setze RGB über Zeit",
"Red": "Rot",
"Green": "Grün",
"Blue": "Blaue",
"Fading time": "Zeit der Rampe",
"seconds": "Sekunden",
"Fade RGB on Value Red({R}) Green({G}) Blue({B}) in {FADING} seconds": "Setze RGB auf Zielwerte Rot({R}) Grün({G}) Blau({B}) in {FADING} Sekunden",
"Fade a RGB of the target device to a defined value over a given duration": "Setze beim Ziel den RGB innerhalb einer festgelegten Zeit auf einen bestimmten Wert"
}
},
"format": "Fade RGB on Value Red({R}) Green({G}) Blue({B}) in {FADING} seconds",
"category": "target",
"description": "Fade a RGB of the target device to a defined value over a given duration"
}
Loading