NETIMPRESS SupportLogin

Trouble Shooting

Error message 1170 : YCM FORMAT ERROR
Description This error occurs when the format of the YCM file at the root of the CF card is incorrect.

The YCM file is a file created by the F/DF sheet Generator (AZ482), and is used by copying the root of the CF card when changing the NETIMPRESS IP address settings.

The setting items include the IP address, port number, subnet mask, and default gateway, but none of them can be omitted. If there is any omission in the settings, a YCM FORMAT ERROR error will occur.

Port number: Normally set 1000.
Subnet mask: It depends on your network configuration. If you do not know what to set, set 255.255.255.0.
Default gateway: Since it is not normally used, set the value to 0.0.0.0.

The following is an example of creating a YCM file. The contents of the YCM file created using AZ482 may be edited with a text editor.


// *******************************************************************
// ETHER_SET_01.YCM
// 2014-04-01
//
// *******************************************************************

[ETHER NET]
ADDRESS=192.168.0.1
PORT=1000
SUBNET MASK=255.255.255.0
GATEWAY=0.0.0.0
Check item

Back to previous page