Loading…

方法名称: methodSetAnalogOutput

方法ID: 0x4021

方法标签: Set Analog Output

方法描述: User can set a fixed analog output of the position retransmitter.This is used only for checking loop wiring. Select Finished to return to position measurement function.


  • {
  • char nbr;
  • char status[3];
  • char prevMode;
  • int result;
  • long ids[1];
  • ids[0]=16681;
  • send(210, status);
  • send(200, status);
  • if( (_ivar_value(16668) & 0x10) != 0x10 )
  • {
  • ACKNOWLEDGE("|en|There is no position retrasmitter for this device.");
  • return;
  • }
  • send(249, status);
  • if( status[0] != 0 ) { display_response_status(249, status[0]); DELAY(3,"|en|Procedure aborted \nTry Again."); process_abort();; };
  • if( (_ivar_value(16385) == 0 ) && (_ivar_value(16681) > 0 ))
  • {
  • acknowledge("|en|Setting analog output is disabled when device is in the %{0} mode", ids);
  • return;
  • }


请登录以获得完整内容