Author Topic: Does OmronEthernetFINSCom supports controllers NJ series?  (Read 5168 times)

amanita

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Does OmronEthernetFINSCom supports controllers NJ series?
« Reply #15 on: October 21, 2015, 09:22:15 AM »
Thanks for your kind reply Archie.

I,ve just did some trial and i was able to read DM from Nj (on a digital meter for example).
I confirm you that NJ supports Ethernet Fins Protocol , (but only if you give to your variable a fixed address like %D5000).

I'm not yet able to read a single bit , because i don't know what I have to write in "Plc value adress" of a lamp for example.
I tried D500.00 but don't works .. any Idea ?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5270
    • View Profile
    • AdvancedHMI
Re: Does OmronEthernetFINSCom supports controllers NJ series?
« Reply #16 on: October 21, 2015, 07:49:42 PM »
If I remember correctly, bits are not just read by reading the D word and extracting. I think there is a special format in the byte stream for bits. You can run WireShark to look at the request/response for a bit read to see if the response gives any error code or other clue.

amanita

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Does OmronEthernetFINSCom supports controllers NJ series?
« Reply #17 on: October 22, 2015, 10:17:51 AM »
Sorry Archie ... My fault
I had  chosen for my lamp control a wrong driver ..

Advanced HMI works perfectly for DM and single BIT.

Correct sintax for read a DM is for example D800
For a single bite D800.00

Cheers and thank you for your work.
:-)


amanita

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Does OmronEthernetFINSCom supports controllers NJ series?
« Reply #18 on: October 22, 2015, 11:32:40 AM »
Another question Archie ....

I need to visualize axis coordinates , that are written on DINT (double integer, takes 2 DM)
I tried to use the "Digital panel Meter" but seems that is limited to 6 digit , so i think is for a Integer (1 DM).

There is a a control for visualize a DINT value ?
Thanks in advance ...
 :)

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5270
    • View Profile
    • AdvancedHMI
Re: Does OmronEthernetFINSCom supports controllers NJ series?
« Reply #19 on: October 22, 2015, 11:40:53 AM »
The BasicLabel will handle any data type