Jul 27, 2018 04:23
5 yrs ago
4 viewers *
English term

Automation Wrapper

English to French Tech/Engineering Computers: Software
Automation Workflow
The Program tab has a new Program Control option for Automation.
Within the Automation control panel, the user can compile a list of projects to run consecutively, with each project assigned a pallet range.
Project Execution – Pallets Ready to be Loaded by the Robot
When the user presses the Cycle Start button, the entire project queue will automatically execute.
For example, when the pallet range defined by the first project is finished, the second project is automatically built, downloaded, and started.

Program Changes

There are additional calls that must be added to the program to support automation.
Here is an example of the “Automation Wrapper” that must surround the pre-existing program logic:
open prog 1
call Automation.Initialize();
while(_Automation_Exit_Program != 1)
{
call Automation.MoveToLoadPosition();
dwell0;
call Automation.EnterReadyPosition();
call Automation.LoadPart();
//rest of program logic goes here
call Automation.CheckForProgramFinish();
}
_QueueNextProjectFlag=1;
Proposed translations (French)
4 Wrapper d'automatisation

Proposed translations

31 mins
Selected

Wrapper d'automatisation

Une suggestion.

--------------------------------------------------
Note added at 34 mins (2018-07-27 04:58:14 GMT)
--------------------------------------------------

Une alternative serait d'écrire un wrapper d'automatisation pour votre classe. La double dispinterface prend automatiquement en charge la liaison tardive via...

https://www.google.cm/url?sa=t&source=web&rct=j&url=https://...
Peer comment(s):

neutral GILLES MEUNIER : possible, mais ce n'et pas évident en vérifiant Googgle, surtout qu'il existe de nombreuses traductions de wrapper, encapsulateur.....Bien d'accord, mais ce n'est pas une traduction Microsoft ici....
18 mins
Par expérience, les programmeurs francophones préfèrent l'anglicisme "wrapper". Idem pour la termino Microsoft.
Something went wrong...
4 KudoZ points awarded for this answer.
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search