armchairpilot

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About armchairpilot

  • Rank
    Hi, I am New!

Profile Information

  • Country Canada
  1. CX Supervisor ActiveX Ascii strings

    Hi, I am doing a project using CX Supervisor. I'm doing mostly data collection and monitoring of machines. I'm trying to add a marquee to inform plant operators when machines are in alarm and display the problem with the machine on the marquee. The marquee is made by EZ Automation and it is a 2 line, 3 color display. It has Ethernet and serial communications built-in. I can send ascii messages to the marquee serially from the plc, but would like to send via Ethernet from CX Supervisor. I've been told that I can use Active X to generate messages to send to the display, but haven't been able to find any examples as of yet. Right now I'm using the EZ Marquee software provided by EZ Automation to send messages manually. Basically it is an ascii string generator that turns text into a string that the marquee will understand. It then sends it to the IP address you want and displays that message until a new message is sent. Has anyone done this before? Does anyone have any ideas how to use the Activce X controls to perform a task like this? Any help would be very much appreciated. Thanks