Sensaphone® ISACC Instruction Manual

NETWORK

Summary:

int network(n1,n2);

int

n1;

Request number

int

n2;

Command, 0=turn off, 1=turn on, 2=return status

Description:

The network function will read a value or write a value to one of the predetermined network requests (specified by n1). If the network request is an output function, then the value of n2 is the value sent to that output. If the network request is an input function, then n2 should have the value 2. For more information on the network requests see NETWORK command - Chapter 7, page 72.

Return value:

If n2 is 2, then the network function returns the present value of that network request. Otherwise it will return the value of n2.

Example:

This program will set network request number 2 (for output 7) to 1 (on) if network request 1 (value of input 4) if greater than 85. Otherwise it sets request 2 to 0 (off). In other words, if input number 4 on node 2 is greater then 85, then output 7 on node 3 is turned on. Otherwise output 7 on node 3 is turned off.

This program assumes these network requests:

NETWORK REQUESTS

Request #01: Node = 02, Input #04 = 0082

Request #02: Node = 03, Output #07 = 0000

main()

{

if (network(1,2) > 85)

{

network(2,1);

}

else

{

network(2,0);

}

}

PROGRAMMING NOTE: When using the NETWORK command, be sure to program n1 as the network request number, NOT the input or output number that you want to manipulate.

For analog outputs, if n2 is 0 or 1, the output will be set to that value. Note that analog outputs use incremental values. Therefore, the value 1 for an analog output is not the same as "on" for a digital output.

96

Page 96
Image 96
Phonetics 5100, 5000 manual Network

5000, 5100 specifications

Phonetics 5100 and 5000 represent advanced technology in the realm of communication devices tailored for enhancing auditory experiences through innovative phonetic design. These devices cater to individuals needing auditory assistance, offering features that improve sound clarity and reduce background noise while maintaining a comfortable listening experience.

At the core of both Phonetics 5100 and 5000 are cutting-edge signal processing technologies that enable real-time sound adjustments. This technology allows users to experience tailored sound profiles based on their specific hearing needs or preferences. The devices utilize advanced microphone arrays, which capture sound from various directions, ensuring a 360-degree sound experience. This array not only enhances speech recognition but also filters out unwanted noise, providing a more focused listening environment.

Additionally, both models incorporate artificial intelligence algorithms that learn from the user’s listening habits. This feature allows the devices to automatically adjust settings based on the environments they are frequently used in, such as quiet rooms or bustling outdoor settings. The result is a seamless auditory experience that adapts to the ever-changing acoustic challenges of daily life.

Connectivity options are another significant aspect of the Phonetics 5100 and 5000. Both devices support Bluetooth technology, enabling users to connect them easily to smartphones, televisions, and other audio sources. This capability allows for direct streaming of phone calls and music, enhancing the versatility of the devices. The intuitive companion mobile app allows users to further customize audio settings and manage their device preferences with ease.

The design of the Phonetics 5100 and 5000 also focuses on user comfort and discretion. With a sleek, modern appearance, these devices prioritize aesthetics while ensuring that users feel confident and stylish while wearing them. Lightweight materials and ergonomic designs make them comfortable for extended use.

In summary, Phonetics 5100 and 5000 are robust auditory assistance devices renowned for their innovative sound processing capabilities, user-friendly interfaces, artificial intelligence integration, and stylish comfort. They stand at the forefront of the audiology field, ensuring that users can engage fully in their auditory world.