DaMage

MrPLC Member
  • Content count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About DaMage

  • Rank
    Newbie

Profile Information

  • Country Hungary
  1. FX series and modbus

    Hi! Could anyone please transfer and upload the modbus FB in GX developer project form for FX1S? Thanks in advance.
  2. Thanx for the answers. I still have problem with accessing higher 16 bit of the result of a [MUL K1000 K115]
  3. Inntele, Thanx for the correct answers. How can I give fraction constant to float instruction ?
  4. Thanks the info. 1. As I wrote I recognized FX1S doesn't work. My question is how can I access the instructions If I select FX2N PCU? 2. My exaple [MUL K-100 K115 D10] the monitor shows result in D10 = 54036 this confused me. I made an additional line after the multiplication [MOV D10 D20] now the monitor shows the right value -11500. I think it must be a bug in the monitor. 3. The manual said the result of a MUL size is 32bit how can check if the result exceeds the 16bit. After [MUL K-1000 K115 D10] the monitor shows wrong resut too but in this case against the previous I cant acces the exact value. where can I access the complete value?.
  5. Hi All, I've just got a n FX1S and I had to recognize it doesn't support floatin-gpoint operations. Regarding to the manual the FX2N or FX2NC does. I made a try and started a new project in GX Developer 8.5 but and selected FX2N© PCU. I experienced the floating-point functions EADD ESUB EMUL... etc stlill be not in the selectable functions. So how can I access those functions and which FX really support it.? I have another question: I multiplied two 16bit integer a negative and a positive numbers (e.g. -140 * 110) the result is 32bit long but positive. How can I command the multiplication correctly to keep the sign without long annoying coding ? Thanks for your help in advance