
BASIC commands
PROGRAMMING MANUAL
82
Revi
si
on 3.0
3.2.120 FHSPEED
/i
3.2.121 FINS_COMMS
/i
If an input number is set and the feedhold input turns set, the speed of the
move on the axis is changed to the value set in the
FHSPEED
axis parameter.
The current move is not cancelled. Furthermore, bit 7 of the
AXISSTATUS
parameter is set. When the input turns reset again, any move in progress
when the input was set will return to the programmed speed.
Note: This feature only works on speed controlled moves. Moves which are
not speed controlled (
CAMBOX
,
CONNECT
and
MOVELINK
) are not
affected.
Arguments
N/A
Example
No example.
See also
AXIS
,
AXISSTATUS
,
UNITS
.
Type
Axis parameter
Syntax
FHSPEED
Description
The
FHSPEED
axis parameter contains the feedhold speed. This parameter
can be set to a value in user units/s at which speed the axis will move when
the feed-hold input turns on. The current move is not cancelled.
FHSPEED
can have any positive value including 0. The default value is 0.
Note: This feature only works on speed controlled moves. Moves which are
not speed controlled (
CAMBOX
,
CONNECT
and
MOVELINK
) are not
affected.
Arguments
N/A
Example
No example.
See also
AXIS
,
AXISSTATUS
,
FHOLD_IN
,
UNITS
.
Type
Communication command
Syntax
FINS_COMMS(type, network, node, unit, remote_area, remote_offset,
length, local_area, local_offset, timeout [, ip1, ip2, ip3, ip4])
Description
FINS (Factory Interface Network Service) is a Proprietary OMRON communi-
cation protocol. A subset of this protocol has been implemented in Trajexia.
The FINS protocol has been implemented with the intention of enabling
seamless communication with other OMRON devices (PLCs, HMIs, etc.) and
software (CX-Drive, CX-Server, etc.). For more information on FINS commu-
nication protocol, see section 4.2.4 and the Communication Commands Ref-
erence Manual, cat. num. W342-E1, Sections 3 and 5.
Trajexia has built in FINS client capabilities, so it can initiate the FINS commu-
nications with FINS slave devices using
FINS_COMMS
. Both FINS 0101
(Read Memory) and FINS 0102 (Write Memory) commands are implemented.
With FINS 0101, memory can be read from other devices with FINS server
capability. FINS 0102 can be used to write data to devices with FINS server
capability.
This command returns one of the following values, depending on outcome of
the execution:
-1: The command executed successfully.
0: The command failed.
1: Request not sent because the client or the FINS protocol is busy.
2: One or more of the request parameters is invalid.
3: Invalid source memory area.
4: Request was sent, but no response from remote server received within
timeout period.
5: Error response code received from remote server.
I52E-EN-03.book Seite 82 Freitag, 29. Juni 2007 11:55 11