Redlion

mjoubert

Member
Join Date
Jun 2007
Location
Pietermaritzburg, South Africa
Posts
192
What is the format to address a bit in an Omron CJ1M PLC directly, without creating a bit tag? The object visibility option only allows for words, but I would like to display objects depending on the bit status. Am I missing something?
 
Last edited:
mjoubert,

A flag tag will reference the bit in your PLC and then you can enter the flag tag in the Show Item box.

Thanks
Jeremy
 
The driver performs all transactions with the Omron PLC using words, so no, you can't directly create a bit reference to the PLC. Not sure if this is a protocol issue or just how we did it -- it's an old driver -- but either way, you need to use a bit tag. If you don't want to create the tag, you can also use something like [PLC1.IM0004].0 to select bit 0 from IM4.
 

Similar Topics

Hey guys, hoping someone here could give me a little advice. I'm working with a CR1000-04000 in Crimson 3.1 and I was interested in adding the...
Replies
4
Views
121
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
168
Hi All, Hoping to get some insight into best way to terminate shielded twisted pair + common into a RJ45 required for RedLion RS485...
Replies
3
Views
222
I have 8 of these systems all running the same code. Just this one seem to gain about 30 seconds in time everyday. So in 48hrs time will be...
Replies
3
Views
656
Hello, can anyone help with what driver to use in Crimson to communicate Ethernet/IP to a Prosoft PLX31-EIP-MBS gateway. The gateway will pull...
Replies
6
Views
824
Back
Top Bottom