jrevans

MrPLC Member
  • Content count

    4
  • Joined

  • Last visited

Community Reputation

3 Neutral

About jrevans

  • Rank
    Hi, I am New!

Profile Information

  • Gender Male
  • Location Pennsylvania
  • Country United States
  • Interests Cars, trains, motorcycles, electronics, computers
  1. Hey Waterboy, Did you get a solution to this? I too would like to display a single binary bit, but it appears that with the built in code on my ML1400, it will only display an entire word ( <!ABDTR-I:0> ). It appears that you can only use the %d and %x specifier with the stock stuff. From reading the documents, it appears that I might need to create a Custom Data Table Monitor page using <!ABCDM-xx> terminology, but I can't find any examples out there. Thanks!
  2. WonderWare Intouch and DASABCIP

    Fixed. I just needed to change the scaling on the tag, as the Min values were set to zero. Anything below zero was being displayed as zero.
  3. WonderWare Intouch and DASABCIP

    UPDATE:, I made some progress. On my development machine that I added DASABCIP to, I imported my tags .CSV file and can do some testing. In DASABCIP diagnostics, I see the proper values for all of the variables that are currently referenced on my new InTouch screen. But, on my InTouch screen, the only variable that does not display properly is an integer which has a negative value on the PLC. The negative value displays in DASABCIP diagnostics, but not on my screen. Is there some sort of magical format specifier besides # needed to display an integer with a negative value?
  4. WonderWare Intouch and DASABCIP

    Hello. I've been reading MrPLC for a while, but just created an account. I have a similar issue to the original poster, where I'm using WonderWare Intouch for the first time, and trying to get data from a Micrologix 1400. We have a system that an outside vendor built for us, featuring Intouch 10.1 on a PC, communicating with a CompactLogix PLC. That all works fine. I added a MicroLogix 1400 in a related building, connected via ethernet, and added some screens to the existing HMI for the new PLC. I looked at how the Cplx was configured and tried to setup the ML the same way, but I'm having problems getting PLC data to display in Intouch. Thanks!