Search:

Type: Posts; User: ajitnayak87

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    2,960

    Cyclic function repeat

    I am using 4Mhz crystal with pic16F886 using timer interrupt 1ms. In below
    Here i could able to display set value and process value.During ontime Setvalue displayed on bottom Dissect(value) &...
  2. Replies
    3
    Views
    4,796

    I am looking for condition statement where i...

    I am looking for condition statement where i could load differnt time value

    if(perc1>RYBcurrent OL_Time=20
    else
    if(perc5>RYBcurrent OL_Time=15
    else
    if(perc15>RYBcurrent OL_Time=10
    else...
  3. Replies
    3
    Views
    4,796

    In range function check arduino

    Here is my code written on Arduino.I wanted to load OL_Time value if
    R,Y, current range of

    Here is my code written on Arduino.I wanted to load OL_Time value if
    R,Y, current range of
  4. Replies
    2
    Views
    2,604

    is it correct OL_Point=Setvalue of current...

    is it correct
    OL_Point=Setvalue of current =30(unsigned int)
    UC_point =set time=30(unsigned int)
    Rph_Current,Yph_Current,Bph_Current are actual running current (Decalred as unsigned int)...
  5. Replies
    3
    Views
    2,612

    Ok please let me know how it canbe implemented in...

    Ok please let me know how it canbe implemented in C
  6. Replies
    3
    Views
    2,612

    Calculating Max deviation in C

    Dear all,

    I am trying to implement Max deviation equation C.Current and Voltage Unbalance- causes and counter measures | Zenatix
    Current and Voltage Unbalance- causes and counter measures |...
  7. Replies
    2
    Views
    2,604

    calculating percentage value in c

    Dear all,

    I am looking for sample code to calculate percentage. i have variable nominal current, overload current ,

    this value should be in steps . how it can be done in C

    Nominal current...
  8. Replies
    0
    Views
    4,595

    modbus rtu with function code1

    I am trying to develop Modbus RTU function 1 , i.e read coil register.
    Below peice of code written for Modbus RTu with function code 3 .i.e holding register.
    .
    function 1- uses bit values ...
  9. Replies
    3
    Views
    5,689

    I have decided to go with same code with minor...

    I have decided to go with same code with minor changes in hardware.Actually i wanted to make work on 57600 baudrate and change send request has per the me.

    148181481714816

    I have attached my...
  10. Replies
    3
    Views
    5,689

    Modbus Protocol RTU C conversion

    Dear all
    I have the code for Modbus RTU in c++. can someone give me suggestion to convert in to c programming. or is there any c programming code available for modbus RTU with implemented library. I...
  11. Replies
    1
    Views
    4,009

    Storing integer into character array

    Dear all.

    I have my code as below.I have written code for arduino Uno Board.
    I am trying to send Serial command in arduino

    command1:<SMCB1,1>
    Command2:<SMCB1,1,60>
    If command 1 request Send...
  12. Replies
    2
    Views
    4,114

    Modbus slave ID assign

    Yes you are right When i change it to this code start working .




    void loop() {
    slave->poll( au16data, 16 );
    }

    My application is string monitoring . I have used 3 analog mux Which shared...
  13. Replies
    2
    Views
    4,114

    Modbus arduino library

    Dear all ,
    I am working with Modbus protocol library for arduino uno.the code written in c++. I have attached the library detail in PDF file.

    Example code: The code works properly. The problem...
Results 1 to 13 of 13