RSLogix5000 Special Bits

RichS

Member
Join Date
Jun 2006
Location
South Coast
Posts
3
Converted SLC 5/04 to RSLogix5000 using Logix Translate Tool.

It has not brought over the Special Bits S:1/5 (Forces Enabled) and S:1/6 (Forces Installed) - it comes up with Program Conversion Errors.

These are used on the HMI to inform the user that Forces are installed etc.

Can anyone inform me how to get these to work ? PLEASE !

Thanks in advance,

Rich.
 
You will need to use the GSV instruction (Get System Variable) on the MODULE object to get this information. Check out GSV in the instruction help under the Input/Output group. At the bottom of the initial help page you will find a link to GSV/SSV Objects followed by a link to the MODULE object. That should be what you are looking for.


Keith
 
RichS said:
Converted SLC 5/04 to RSLogix5000 using Logix Translate Tool.

It has not brought over the Special Bits S:1/5 (Forces Enabled) and S:1/6 (Forces Installed) - it comes up with Program Conversion Errors.

These are used on the HMI to inform the user that Forces are installed etc.

Can anyone inform me how to get these to work ? PLEASE !

Thanks in advance,

Rich.
Not to sound critical, but more to inform you so your refer to these more accurately in the future:

The "S" bits you refer to are "status" file bits, NOT "special" bits.

"Special bits" sounds more like a breakfast cereal or dog food...
 
Use the GSV instruction with the following parameters:

Class Name : MODULE
Instance: LOCAL
Attribute Name: ForceStatus
Destination: Create a tag of type INT

Bit 0 = forces installed
Bit 1 = forces enabled
Bits 2-15 = not used

I've never actually tried this, but it should give you what you want.

Anyone tried this for real?
 

Similar Topics

Hi! So my problem is a little funky, I had Studio 5000 v 24 and 30 installed, but forgot to install RSLogix (which I cannot go without). Is there...
Replies
2
Views
112
So I had an odd request from a customer for the above. I have written the logic and tested it all in one PLC with only using 7 outputs and 7...
Replies
15
Views
427
Hello everyone, I have an RSLogix5000 project which is running live in the factory but I need to make some changes to the logic. I want to test...
Replies
0
Views
1,120
Good Morning Everyone, I'm looking to use the GSV instruction to get I/O fault codes for my project so I know if there's a comms issue in my E/IP...
Replies
5
Views
866
The machine is running production. When trying to go online with the laptop the whole machine looses communication and faults out. Drives, HMI...
Replies
13
Views
1,932
Back
Top Bottom