EZ Touch Screen Delta RMC 75

drwhite

Member
Join Date
Jun 2007
Location
Winfield, AL 35594
Posts
7
đź“š Ok. I have an EZ Touch screen, little 4" Mono. I have a Delta RMC Controller with two axis. I program position point from the EZ touch to the RMC variable table. On the EZ touch I have a numeric display, 4 digits, with a tag relative to the address in the RMC. I have two buttons that can increment or decrement this value for each axis. Now the stupid problem. In the RMC the values are non-retentive reals so the touch screen can change them. What I want, is to put an indicator light on the screen next to that numeric display box AND have it light when a value in the RMC is reached.
i.e., if the RMC is assigned say 3.187, so when it reaches that I want to have the indicator light come one. It's like, I can send data to the RMC from the EZ, but I don't know how to send
data from the RMC to the EZtouch. To me, it's like I need an equation. When A=B then C, where A is the axis value in the RMC and B is the Numeric box value in the EZ, and C is the achieved (or not) value to tell the EZ to light the button. I've tried to say this as many ways as I can. :rolleyes: Help, somebody!!:cry:
 
Did you download the example fromt the Delta web site? I'm 90% sure they have an example that will help you out. You can get the address you want to read out of RMC Tools but it may be easier to read the indirect data map. The indirect data map will allow you to map any of the addresses in the RMC to a block of memeory. I don't know if the in Position bit would be good enough for what you want. If not you should be able to read the actual position of the axis and compair in the touch screen for changing the display.

If you still have problems talk to Jacob at Delta. I think he made all the examples and should be able to help you out.
 
In the RMC the values are non-retentive reals so the touch screen can change them.
The values are 32 bit. You have a choice of DWORD, DINT or REAL and if you have a RMC75E the values can be retentive

What I want, is to put an indicator light on the screen next to that numeric display box AND have it light when a value in the RMC is reached. i.e., if the RMC is assigned say 3.187, so when it reaches that I want to have the indicator light come one.
The in position bit in the status register would probably be what you want.

It's like, I can send data to the RMC from the EZ, but I don't know how to send
data from the RMC to the EZtouch.
That is because the RMC is a slave and it doesn't speak unless spoken to. The EZTouch must read the data from the RMC.
download
http://www.deltamotion.com/files/eztouchdemo.zip
 
Thanks,

I really like these forums. I'm like a lot of 60+ manufacturing engrs, I went to the school and I help start up the machine, but I don't program EVERY day. Therefore, working on a machine once every two or three months, well, your mind goes dry on the skill. I shall always believe what one person told me "years" ago. "Only learn ONE software, or at least ONE software really well. If you try for two, you'll be bad at both."
Thank you for your help.
 

Similar Topics

Hey all! Long time reader, first time poster! I have an EA9-T7CL and an MicroLogix 1200 connected via DF1. I'm all good and got everything mostly...
Replies
3
Views
632
Has anyone ever replaced a touch screen on a legacy Red Lion G3 series HMI?
Replies
12
Views
1,413
Can you suggest any good quality 15.6" touch screens with DVI? I have several machines using CP2916 from Beckhoff but they start braking one after...
Replies
17
Views
4,967
Could anyone please provide script to show popup on active screen ..? I have written windows script to show on current screen in " While showing...
Replies
0
Views
859
Does anyone have any good recommendations on an industrial touch screen panel? I want to be able to panel mount the screen and have it connected...
Replies
10
Views
2,721
Back
Top Bottom