Author Topic: Didigat Panel Meter and Floating point value Control Logix 5000  (Read 1208 times)

Darrell

  • Full Member
  • ***
  • Posts: 198
  • Electrician / PLC Technician
    • View Profile
Didigat Panel Meter and Floating point value Control Logix 5000
« on: December 17, 2014, 05:03:45 PM »
Digital Panel Meter doesn't like a floating point value for Control Logix 5000 ,

Comm Error - 99 conversion from string "True" to type "integer" is not valid

Darrell

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Didigat Panel Meter and Floating point value Control Logix 5000
« Reply #1 on: December 17, 2014, 05:18:36 PM »
I'm not able to replicate this. Does the float tag work in a BasicLabel?

Darrell

  • Full Member
  • ***
  • Posts: 198
  • Electrician / PLC Technician
    • View Profile
Re: Didigat Panel Meter and Floating point value Control Logix 5000
« Reply #2 on: December 17, 2014, 05:26:38 PM »
I have no access to a computer for the next 10 days , I will have to Waite to check it

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Didigat Panel Meter and Floating point value Control Logix 5000
« Reply #3 on: December 17, 2014, 05:40:50 PM »
Based on the error message, it sounds like the tag is being interpreted as a BOOL and not a REAL.

I did a real quick test just to make sure the driver is working and it worked on my setup.

shsobsidianlilly

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Didigat Panel Meter and Floating point value Control Logix 5000
« Reply #4 on: December 21, 2014, 09:53:03 PM »
I get the same error using a basic indicator.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Didigat Panel Meter and Floating point value Control Logix 5000
« Reply #5 on: December 21, 2014, 10:45:45 PM »
What address are you using, what type is it declared as in the PLC,  and what property are you putting it in?