Sign in to follow this  
Followers 0
armchairpilot

CX Supervisor ActiveX Ascii strings

4 posts in this topic

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

Share this post


Link to post
Share on other sites
The EZ Marque ActiveX control most probably has a text property or method to set the text. For example ".Value" or ".Text". After adding the control to the page it is probably as simple as writing some VB code for example: Marque1.Text = "Hello world" BB

Share this post


Link to post
Share on other sites
Hello, Armchairpilot., I also have an EZ Marquee and am trying to do exactly what you described and having problems. Did you ever find a solution?

Share this post


Link to post
Share on other sites
Hi Cincy, Perhaps you can answer for armchairpilot - does this ActiveX control have a .Value or .Text property? How to their examples show this being set? Regards, BB

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0