28.08.2013 Views

EN: man_8055tco_user.pdf - Fagor Automation

EN: man_8055tco_user.pdf - Fagor Automation

EN: man_8055tco_user.pdf - Fagor Automation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

;(FORMAT W8,LEDBARDEC)<br />

It must be used with Ledbar type (W) data that have a decimal variable associated<br />

with them. (For example: X axis following error).<br />

The values assigned, at the PLC, to the end and intermediate values of a LEDBAR<br />

element must be integer values and must be related to the variable associated<br />

at the CNC.<br />

When the associated variable has a decimal format the following instruction must<br />

be used:<br />

;(FORMAT W8,LEDBARDEC)<br />

This instruction is used to convert coordinate values (decimal) to integer values<br />

by multiplying them by 10000.<br />

Examples:<br />

To represent the % of axis feedrate, the FRO variable is used.<br />

The FRO values are integers (between 0 and 120) and, therefore, do not<br />

require LEDBARDEC<br />

;(AUTOREFRESH W9=FRO)<br />

On the other hand, to represent the amount of following error on the X axis,<br />

the FLWEX variable is used.<br />

The values of FLWEX are not integers and, therefore, require LEDBARDEC<br />

(multiplying it by 10000) in order to make them integers.<br />

;(FORMAT W11,LEDBARDEC)<br />

;(AUTOREFRESH W11=FLWEX)<br />

;(MODALCYCLE)<br />

It indicates that cycle is modal (refer to the programming <strong>man</strong>ual).<br />

The subroutine call is of the (MCALL 9001, A10, B12, C5,....) type ).<br />

If after executing the cycle, several movements are carried out, the cycle will be<br />

executed again after each movement calling the (MCALL 9001, A10, B12, C5,...)<br />

subroutine again.<br />

When using global parameters, the CNC only transfers the global parameters the<br />

first time.<br />

First time: (PCALL 9301, P100=22, P101=32, P102=48)<br />

(MCALL 9001, A10, B12, C5, ..... Y8, Z100)<br />

Rest of the times:(MCALL 9001, A10, B12, C5, ..... Y8, Z100)<br />

To cancel this mode, execute the (MDOFF) instruction.<br />

;(<strong>EN</strong>D)<br />

It indicates that it has finished debugging the configuration file.<br />

It ignores the instructions programmed next.<br />

Operating <strong>man</strong>ual<br />

WORKING WITH OPERATIONS OR CYCLES<br />

OEM cycles 3.<br />

·MCO/TCO·<br />

Option<br />

Soft: V01.0x<br />

·39·

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!