DeviceDriverConfigurableAntennaTowerTab: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Image:ConfigurableAntennaTowerTab.png === Initialisation and Check === {{ScreenElementDescriptionStart}} {{ScreenElementDescription|Reset|The reset code that needs to be...") |
|||
Line 20: | Line 20: | ||
{{ScreenElementDescription|Position stopped format|The format (regular expression) which will be matched against the response of the "Position stopped" command, when the result is matching the response the tower is stopped.}} | {{ScreenElementDescription|Position stopped format|The format (regular expression) which will be matched against the response of the "Position stopped" command, when the result is matching the response the tower is stopped.}} | ||
{{ScreenElementDescription|Current Polarization|The command to request the current polarisation. When left blank, no command will be sent.}} | {{ScreenElementDescription|Current Polarization|The command to request the current polarisation. When left blank, no command will be sent.}} | ||
{{ScreenElementDescription| | {{ScreenElementDescription|Horizontal Polarization format|The format (regular expression) which will be matched against the response of the "Current Polarization" command. When the result is matching the driver reports Horizontal back to RadiMation.}} | ||
{{ScreenElementDescription| | {{ScreenElementDescription|Vertical Polarization format|The format (regular expression) which will be matched against the response of the "Current Polarization" command. When the result is matching the driver reports Vertical back to RadiMation.}} | ||
{{ScreenElementDescription|Hor. Polarization|The command that is send to change the polarization to horizontal. When left blank, no command will be send.}} | {{ScreenElementDescription|Hor. Polarization|The command that is send to change the polarization to horizontal. When left blank, no command will be send.}} | ||
{{ScreenElementDescription|Vert. Polarization|The command that is send to change the polarization to vertical. When left blank, no command will be send.}} | {{ScreenElementDescription|Vert. Polarization|The command that is send to change the polarization to vertical. When left blank, no command will be send.}} |
Revision as of 13:27, 15 June 2022
Initialisation and Check
Reset | The reset code that needs to be send to device. When left blank, no command will be send. |
Init | The command that is send to initialize the configured device. When left blank no command will be send. |
Get Id | The command that is send to retrieve the ID of the device. This is used to check if the device is connected. A commonly used SCPI command is: *IDN?. When left blank, no command will be send. |
Returned ID | The identifier is used to check if the correct device driver is selected and the device is connected. Leaving this blank, will skip the device check. |
Deinit | Specifies the command that is send when the device is no longer controlled. This can for example be used to put the measurement device is an intrinsic safe state. Leaving this blank, will keep the device in its last state after controlling it. |
Wait for Completion after sending command | The checkmark can be enabled so RadiMation® will wait for all the commands to complete, before it continues. This is done by sending SCPI command *OPC? to the device. |
Antenna Tower
Stop Movement | The command that is send to stop the antenna tower. When left blank, no command will be send. |
Current Height | The command that is send to request the current height. When left blank no command will be send. |
Current Height Format | The format (regular expression) to parse the response from the "Current Height" request, and also the unit in Meter, Centimeter or Millimeter should be specified for the response |
Go to Height | The command that is send to move the antenna tower to a certain height. The command must include a keyword, __meter__, __centimeter__ or __millimeter__ which will be replaced with the corresponding height for the antenna tower. When left blank, no command will be sent. |
Position stopped | The command that is send to request the status if the antenna tower is moving. When left blank, no command will be send. |
Position stopped format | The format (regular expression) which will be matched against the response of the "Position stopped" command, when the result is matching the response the tower is stopped. |
Current Polarization | The command to request the current polarisation. When left blank, no command will be sent. |
Horizontal Polarization format | The format (regular expression) which will be matched against the response of the "Current Polarization" command. When the result is matching the driver reports Horizontal back to RadiMation. |
Vertical Polarization format | The format (regular expression) which will be matched against the response of the "Current Polarization" command. When the result is matching the driver reports Vertical back to RadiMation. |
Hor. Polarization | The command that is send to change the polarization to horizontal. When left blank, no command will be send. |
Vert. Polarization | The command that is send to change the polarization to vertical. When left blank, no command will be send. |
Pol Hor. stopped | The command that is send after the command "Hor. Polarization" is sent, with a delay of "Waiting time" between the two commands. When left blank, no command will be send. |
Pol Vert. stopped | The command that is send after the command "Vert. Polarization" is sent, with a delay of "Waiting time" between the two commands. When left blank, no command will be send. |
Waiting time | The wait time between the Polarization command and Polarization stopped command. |