Stringing together RTC HR, MIN, MON DAY, YR

martinezartz

Member
Join Date
May 2012
Location
Sac. California
Posts
1
o_O Hello all, I am trying to get the day and date to show up as a time stamp and I "think!" I am very close.

I am using an Allen Bradley Micologix1400 PLC, a cmore HMI and RSLogix Micro Developer software. This is where I am;

Using a CPW command,
Source; #RTC:0.HR,
Dest; ST9:1
Length: 4

New Rung:
CPW
Source#RTC:0.MIN
dest: ST9:2
Length:2

CPW
Source: ST9:1.DATA[6]
Dest: N7:2
Length: 6

Then accessing N7:2 though the HMI and displaying the time and date (which is not shown)

How do I string these together? Anyone?

Any help is appreciated

Luis
 
Last edited:
Try using the ACI instruction on ST9:1. Looks like you'd need to ACN ST9:1 and ST9:2 first for what you are trying to do.

The help file for CPW isn't real clear if you can go from ST to N. It is clear that a string can be either the source or the destination.
 

Similar Topics

Hi everyone, I am working with micro850, a proximity sensor (FOTEK, PL-05P) and a 3DOF serial arm robot. I use MC_MoveRelative to control the...
Replies
1
Views
44
Hello this is my first post. Looking forward to being more involved in this community to learn and hopefully help others. Any help or guidance...
Replies
7
Views
782
Hello all ! I need to control flow to a setpoint, but often the level in the tank creeps up because there is just a little more going in than...
Replies
48
Views
11,558
Good morning all, I got assigned a cool project where I take a picture of every part ran off a machine and correlate each picture to the basket...
Replies
20
Views
7,531
Hi, I have question with multiple fanuc robot working together. The robots are going to work on stations which located on a track. Each time...
Replies
2
Views
1,703
Back
Top Bottom