EasyManua.ls Logo

Topcon OPUS A6G2 - Page 759

Topcon OPUS A6G2
800 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
759
OPUS Projektor Manual
FAQ
soundVolume = (configuredVolume * ((@BeeperEventVolume *
@BeeperMaxVolume) / 100)) / 100
While configuredVolume is the volume that was configured in the Audio Output settings .
Note that the final volume also still depends on @VolumeLevelSpeaker and
@VolumeLevelLineOut (see above ).
Click Volume
The following variables have an influence on the click volume:
·
@BeeperMaxVolume
·
@BeeperClickVolume
The beeper/sound volume when touching the touch screen is calculated like this:
volume = (@BeeperClickVolume * @BeeperMaxVolume) / 100
Note that on devices with an internal sound card the final volume also still depends on
@VolumeLevelSpeaker and @VolumeLevelLineOut (see above ).
Multimedia Volume
The following variable has an influence on the volume when playing back multimedia files
with the MultimediaPlayer object:
·
@BeeperMaxVolume
The sound volume when playing back multimedia contents is calculated like this:
volume = (currentMediaPlayerVolume * @BeeperMaxVolume) / 100
While currentMediaPlayerVolume is the volume that is currently set for the
MultimediaPlayer object.
Note that the final volume also still depends on @VolumeLevelSpeaker and
@VolumeLevelLineOut (see above ).
How can I calibrate the touchscreen of my device?
The touchscreen only needs to be calibrated if it is a resistive touchscreen. Capacitive
touchscreens do not need any calibration.
To start the touchscreen calibration use the JavaScript function
startTouchScreenCalibration
How can I let objects blink?
Visual objects can be configured to blink in a certain frequency.
To do this, the JavaScript setProperty function has to be used.
The properties to configure are "Flashing" and "Flashing Cycle".
Flashing enables or disables the blinking, while Flashing Cycle takes a time in milliseconds
from 100 to 5000.
The Flashing Cycle time can be changed dynamically while the object is blinking. It will then
blink with the newly set frequency.
How can I copy or move files on the device file system?
To copy or move files on the device file system (or to / from the USB stick), you need to use
4 variables in the following form and order (example to move an alarm log file to the trash,
i.e. to a folder that will be deleted upon restart):
//Set the current directory to where the log file is situated
432
758
758
484
484
758
548
538

Table of Contents