How to Map a System Word in VijeoDesigner&UnityproXL

vaghuan

Member
Join Date
Jun 2012
Location
Bangalore
Posts
4
Hi
Im using SChneider Quantum PLC 140cpu67160 and unity proxl software.I want map the Scanning Time %SW60 system word to Vijeo designer to show the Scn time in HMI.
Hw to map it.
For Ex %I205 - 010205
%Q112 - 00112
%IW1 - 30001
%SW60 - ?????
 
An option is to copy the %SW60 to an %MW register and then read the %MW through a Read Holding Register Request, in your notation 4xxxxx series. Maybe in ST, every scan:

%MW60 := % SW60;

then read register 4 0060 to get the value.

I think Vijeo Designer will read unlocated data - just by tag name - but I think you have to link the UnityPro file to the VijeoDesigner application somehow - I forget exactly. This may allow you to read this directly, but is too much work for me. I just do the copy to a range of %MWs and read them in bulk for efficiency - like an HMI data image that gets read.
 

Similar Topics

I Am looking to get ahold of the modbus map for an air compressor. I HAve emailed the vendor as well, just wondering if any of my friends here...
Replies
1
Views
117
I was looking for this because I did not have the EDS file for the camera. I also just like to know what all the bits do sometimes. If you want to...
Replies
0
Views
935
Hey guys, I am using the logging function of the Productivity PLC (P-550) to log 64 tags into a CSV file. I can access these files using the...
Replies
10
Views
4,346
Hi, I use a 1768-L43S CompactLogix5343S Controller to connect with Rexroth with Air Weld Gun. the problem is when I use this controller to program...
Replies
14
Views
2,170
In my mind there is a clear rationale to favour the use of input map routines with compactlogix controllers. The inputs are updated...
Replies
5
Views
2,029
Back
Top Bottom