Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Gujarat Fluorochemicals Limited (GFL) Interview Questions
Questions Answers Views Company eMail

If a control valve is hunting means means if we are giving 50% to the cv, the cv will open at 51% then slowly slwoly it will reaches 49% , then it will reaches again 50%, this type of action occured frequntly.. so what to do for solve this problem. The possible cause is in volume booster or positioner's relay.. positioner is double acting .. and make siemens..sipart.The cv is double acting and mounted for anti surge operation, it having 4 nos. volume booster, one sov, one positioner, etc..?

2 11887

Post New Gujarat Fluorochemicals Limited (GFL) Interview Questions


Gujarat Fluorochemicals Limited (GFL) Interview Questions


Un-Answered Questions

Brief about ajax?

537


What is information density in qlikview table viewer? What is subset ratio?

1


could you please send me the ISTQB Material to my mail id ankurcsc@gmail.com

1611


How to increase the size of splunk data storage?

136


What is amplitude?

504






What are the main characteristics of the age pyramids of developed countries?

72


Is null or empty in c#?

533


I have 7500 rows. I need all rows in single reports. Which type of prompt we have used retrieving all rows and show in a report? We have dynamical queries q1, q2, q3, q4, q5. If customer selects the particular, query that only show in execution report. In case it may more then one, how do you execute the particular query item in report page? What are the difference bt OLDP and OLAP?

1670


What is mvc in java spring?

147


This program is in verilog and need help to get it working correctly. This is the code i have so far. Please help. Simple testbench would be great. Thanks\ 'define vend_a_drink {D,dispense,collect} = {IDLE,2'b11}; module drink_machine(nickel_in, dime_in, quarter_in, collect, nickel_out, dime_out, dispense, reset, clk) ; parameter IDLE=0,FIVE=1,TEN=2,TWENTY_FIVE=3, FIFTEEN=4,THIRTY=5,TWENTY=6,OWE_DIME=7; input nickel_in, dime_in, quarter_in, reset, clk; output collect, nickel_out, dime_out, dispense; reg collect, nickel_out, dime_out, dispense; reg [2:0] D, Q; /* state */ // synopsys state_vector Q always @ ( nickel_in or dime_in or quarter_in or reset ) begin nickel_out = 0; dime_out = 0; dispense = 0; collect = 0; if ( reset ) D = IDLE; else begin D = Q; case ( Q ) IDLE: if (nickel_in) D = FIVE; else if (dime_in) D = TEN; else if (quarter_in) D = TWENTY_FIVE; FIVE: if(nickel_in) D = TEN; else if (dime_in) D = FIFTEEN; else if (quarter_in) D = THIRTY; TEN: if (nickel_in) D = FIFTEEN; else if (dime_in) D = TWENTY; else if (quarter_in) 'vend_a_drink; TWENTY_FIVE: if( nickel_in) D = THIRTY; else if (dime_in) 'vend_a_drink; else if (quarter_in) begin 'vend_a_drink; nickel_out = 1; dime_out = 1; end FIFTEEN: if (nickel_in) D = TWENTY; else if (dime_in) D = TWENTY_FIVE; else if (quarter_in) begin 'vend_a_drink; nickel_out = 1; end THIRTY: if (nickel_in) 'vend_a_drink; else if (dime_in) begin 'vend_a_drink; nickel_out = 1; end else if (quarter_in) begin 'vend_a_drink; dime_out = 1; D = OWE_DIME; end TWENTY: if (nickel_in) D = TWENTY_FIVE; else if (dime_in) D = THIRTY; else if (quarter_in) begin 'vend_a_drink; dime_out = 1; end OWE_DIME: begin dime_out = 1; D = IDLE; end endcase end end always @ (posedge clk ) begin Q = D; end endmodule

2889


What do you mean by Hash Map and Hash Table?

590


How do I convert my PVCS archive to VSS?

1005


How do I open the shell in cmd?

516


How to increase the internal logging in orbix configure?

422


What are the advantages of using Master Pages?

589