XGEFAN90.tlk Driver Reference
GE Fanuc Series 90 SNP-X Protocol Driver
This driver requires that you have TAS-HMITalk 8.04 installed.
XGEFAN90 driver allows connecting to the General Electric
model GE FANUC series 90 PLC using the SNP-X communication protocol.
Communication is made through an RS-232 or RS-485 port.
Programmable Logic Controllers
GENERAL ELECTRIC Model GE FANUC Series 90 PLC
Read Discrete Inputs in Bit Mode
Read Discrete Inputs in Byte Mode
Read Discrete Outputs in Bit Mode
Read Discrete Outputs in Byte Mode
Read Discrete Temporaries in Bit Mode
Read Discrete Temporaries in Byte Mode
Read Discrete Internals in Bit Mode
Read Discrete Internals in Byte Mode
Read Discrete Genius Global Data in Bit Mode
Read Discrete Genius Global Data in Byte Mode
Write Discrete Inputs in Bit Mode
Write Discrete Inputs in Byte Mode
Write Discrete Outputs in Bit Mode
Write Discrete Outputs in Byte Mode
Write Discrete Temporaries in Bit Mode
Write Discrete Temporaries in Byte Mode
Write Discrete Internals in Bit Mode
Write Discrete Internals in Byte Mode
Write Discrete SA in Byte Mode
Write Discrete SB in Byte Mode
Write Discrete SC in Byte Mode
COMMAND DESCRIPTION:
This command allows you to read the value of the registers.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Given that P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the analog inputs.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 10
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the analog outputs.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 12
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete inputs
in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 70
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete inputs
in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 16
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete outputs
in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 72
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete outputs
in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 18
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete
temporaries in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 74
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete
temporaries in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 20
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete
internals in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 76
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete
internals in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 22
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete SA
in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 78
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete SA
in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 24
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete SB
in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 80
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete SB
in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 26
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete SC
in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 82
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete SC
in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 28
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete S
in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 84
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete S
in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 30
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete
genius global data in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 86
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to read the value of the discrete
genius global data in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Input
HMITalk1.DriverNumPoints = 1-200
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 56
HMITalk1.DriverP2 = Defines the address of the element to be read (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before reading.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the registers.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 8
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the analog inputs.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 10
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the analog outputs.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 12
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete inputs
in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 70
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete inputs
in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1-8
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 16
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete outputs
in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 72
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete outputs
in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1-8
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 18
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete
temporaries in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 74
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete
temporaries in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1-8
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 20
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete
internals in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 76
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete
internals in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1-8
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 22
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete SA
in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 78
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete SA
in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1-8
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 24
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete SB
in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 80
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete SB
in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1-8
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 26
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete SC
in bit mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Digital Output
HMITalk1.DriverNumPoints = 1
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 82
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
COMMAND DESCRIPTION:
This command allows you to write the value of the discrete SC
in byte mode.
PROPERTY SETTINGS REQUIRED:
HMITalk1.DriverDataType = Analog Output
HMITalk1.DriverNumPoints = 1-8
HMITalk1.DriverP0 = Indentifies the station address number (001-999).
The SNP ID expected by the PLC is in fact a string of 8 ASCII characters.
Becasue P0 is a numeric parameter, the string used is always "GEFxxx\0\0"
where xxx is the part specified in P0 as the station number (3 digits).
For example, if the station number indicated in P0 is 1, the SNP ID
will be sent as GEF001\0\0, or what is the same, "GEF001" followed
by two NULL characters.
NOTE: If DriverP0=-1, the driver will send the string given in DriverP6.
HMITalk1.DriverP1 = 28
HMITalk1.DriverP2 = Defines the address of the element to be write (1..65535).
HMITalk1.DriverP3 = Indicates if the ATTACH command is sent before writing.
- 0 = Send the ATTACH command.
- 1 = Do not send the ATTACH command.
(Its use is necesary when the first request to the PLC is
done, because up to that moment the PLC has not yet been
initialized for communications.)
HMITalk1.DriverP4 = Defines the duration in msec. of the initial break signal
(standard: 400 msec.).
HMITalk1.DriverP5 = Defines the time delay in msec., to wait before sending the
attach command (standard: 50 msec. in a point to point
connection, 600 msec. in a modem connection).
HMITalk1.DriverP6 = Station name used when DriverP0=-1. Must be a 8-character string.
[1005] DRIVER (Internal): Invalid driver stage
[1300] PROTOCOL (Timeout): No answer
[1410] PROTOCOL (Format): Invalid device id in response
[1415] PROTOCOL (Format): Invalid response format
[1433] PROTOCOL (Format): Validation error in device response
[2147] CONFIG (NumValues): Only one value can be read or written
[2196] CONFIG (NumValues): Too many values (max=200)
[3019] CONFIG (P0): Invalid device address (0-999)
[3030] CONFIG (P0): Invalid device address (1-999)
[3508] CONFIG (P1): Invalid command
[4007] CONFIG (P2): Invalid address (0-65535)
[4508] CONFIG (P3): Invalid attach mode (0-1)
[6036] CONFIG (P6): Station number must have 1 to 8 characters
[8029] CONFIG (Remote): Autodial Error
[8173] CONFIG (Remote): Illegal mailbox type
[8175] CONFIG (Remote): Illegal service request
[8187] CONFIG (Remote): Insufficient privilege
[8193] CONFIG (Remote): Invalid command returned
[8209] CONFIG (Remote): Local SNP/SNP-X error
[8271] CONFIG (Remote): Problem with getting mail to slave service request task
[8272] CONFIG (Remote): Problem with sending mail to slave service request task
[8285] CONFIG (Remote): Protocol sequence error
[8300] CONFIG (Remote): Remote SNP error
[8317] CONFIG (Remote): Service request error
[8318] CONFIG (Remote): Slave SNP task could not find the requested datagram connection
[8319] CONFIG (Remote): Slave SNP task encountered an error in trying to update the datagram
[8320] CONFIG (Remote): Slave SNP task encountered an error in trying to write the datagram
[8321] CONFIG (Remote): Slave SNP task time out before receiving an response
[8322] CONFIG (Remote): SNP DOS driver error
[8323] CONFIG (Remote): SNP-X slave error
[8332] CONFIG (Remote): The PLC CPU's service request queue is full
[8347] CONFIG (Remote): Unknown error
This driver requires that you have TAS-HMITalk 8.04 installed.
Driver Source Code Last Update: 11/17/2004 11:46:17
Driver Reference Last Update: 10/30/2008 17:38:28
© 1990-2008, CPKSoft Engineering. All rights reserved.