RedLion data transfer

ceilingwalker

Lifetime Supporting Member
Join Date
Mar 2010
Location
Phoenix, AZ
Posts
1,589
Hello. I am trying to transfer data from an internal tag in Crimson to a tag that can be read by my PLC. I am able to do to it creating a program and then an action button that does the transfer however, I need it to run all the time, making one tag equal the other, for the PLC to read. The only way I am able to do it so far is, like I said, using a push button to transfer. Any ideas?
Thank you
 
One way is to write the transfer as a script under "On Tick".
You can find "On Tick" under Pages->Global-> Global Acions
 
This is what gateway blocks are for. In the Communications area of Crimson, under your PLC driver, add a new gateway block. You'll have to specify the PLC address and block size (probably 1 if you're just transferring one thing). Set the direction to "G3 to Device" and drag your internal tag over to the block. I think this is explained much better in the Crimson manual. Basically the block will transfer data whenever it sees a change in your internal tag, no programming necessary.
 
This is what gateway blocks are for. In the Communications area of Crimson, under your PLC driver, add a new gateway block. You'll have to specify the PLC address and block size (probably 1 if you're just transferring one thing). Set the direction to "G3 to Device" and drag your internal tag over to the block. I think this is explained much better in the Crimson manual. Basically the block will transfer data whenever it sees a change in your internal tag, no programming necessary.

Thank you! Although I still don't have the tags transferring data yet, I think this has put me on the right path. :)
 
This is what gateway blocks are for. In the Communications area of Crimson, under your PLC driver, add a new gateway block. You'll have to specify the PLC address and block size (probably 1 if you're just transferring one thing). Set the direction to "G3 to Device" and drag your internal tag over to the block. I think this is explained much better in the Crimson manual. Basically the block will transfer data whenever it sees a change in your internal tag, no programming necessary.

Perfect! It is working now. This is exactly what I needed. Thank you.:geek:
 

Similar Topics

Hi, I have a complex database in Crimson 3.0 and in one of the display pages I am trying to get a tag to show the sum of several other tags. The...
Replies
3
Views
191
Hello all, I am working on a DA70A flex edge data logger. I am it communicating with a computer on the network. I can ping it and everything looks...
Replies
1
Views
400
Can anyone help me getting this comms connection set up? I am using Port 2 on the Versamax ICU200UDR005-DK, set in SNP with port settings Baud...
Replies
4
Views
1,583
Hello! I have been using cr3000 hmi for some time now using the trend viewer for most monitoring applications that require viewing past data...
Replies
0
Views
1,220
Hi, Is there an easy way to zero all the data from a device when the comms fail? We pull data from some BACNet devices into the Redlion and then...
Replies
4
Views
3,083
Back
Top Bottom