<< mdaqPing Utility functions mdaqToolboxPath >>

MicroDAQ toolbox >> MicroDAQ toolbox > Utility functions > mdaqSetIP

mdaqSetIP

Sets IP address

Calling Sequence

mdaqSetIP(ip_address);

Description

This function allows to change Scilab/XCos IP settings which are used to connect to MicroDAQ device. This function doesn't change MicroDAQ IP address. In order to change to change MicroDAQ IP address connect device with USB cable, on MicroDAQ user disk locate network.txt file in 'config' directory and modify IP settings.

Parameters

Examples

mdaqSetIP("10.10.1.1");
mdaqPing();

See Also


Report an issue
<< mdaqPing Utility functions mdaqToolboxPath >>