Cimplicity: Bit addressing with Symbolic Tags

sasha

Member
Join Date
Feb 2011
Location
Australia
Posts
5
Hello Gents, I am new to Cimplicity and we are using Symbolic addressing with a Rx3i GE PLC

I was wondering if Cimplicity supports bit level addressing from a Word Tag

e.g. I have a status tag called PumpStatus of type Word. I would like to use each bit of this word to show different statuses like Pumpstatus.01, Pumpstatus.02 etc

I know we can do this with PumpStatus BAND 1 which tells me the bit 1 value, but I would like to know if there is a way to see the status of each bit without using the BAND instruction

Thanks for your help
 

Similar Topics

I'm trying to display a 32 bit word from my PLC (ProWorx32), which I have used a double precision add block to achieve. The problem is, even...
Replies
4
Views
2,479
I have a Point defined in Cimplicity 8.1 as follows. Point Name: TESTBOOL Data Type: BOOL Device ID: GEPLC Address: %M100 The device being...
Replies
0
Views
2,488
Hello, I am working with cimplicity workbench, I have made changes to the current project from this machine I am using in the past. However when...
Replies
0
Views
18
I am currently working on a project involving Cimplicity 10, which consists of a setup with two redundant servers and five operator workstations...
Replies
0
Views
24
The project on the operator workstation keeps disconnecting, even though I have an installation server and operating station set up through...
Replies
0
Views
41
Back
Top Bottom