Help - Search - Members - Calendar
Full Version: Can Bar code connect to NS/NV Screen ?
Forums.MrPLC.com > PLCs and Supporting Devices > Omron
nguyenthucuc
Hi everybody!

Now, I need connect Bar-code with NS or NV Screen; but I don't know set up address for it.
Example: When Bar-code reader read data from bar-code, where will this data write to?
I read manual about this problem, I only see set up speed, baud rate, Even, Parity to be synchronous between Bar-code Reader and NS or NV Screen
And, In fact, I have not NS or NV display, therefor I don't also know exactly that type Screen I have to use for doing it.


I also ask, If I need write small program for my project in these Screen of Omron, how must I do ?
(Example for small program: if ( DM0000 = 0) then DM0001 = 10)


Thank you very much. I am looking for receive from everybody.

ParaffinPower
NS - yes
NV - no idea what it is??
The barcode reader facility replacesa 'keyboard' input for a 'String Input' object
Set one of your serial ports like this...


Then set a String Input like this


On the 'General' tab, you can enter a PLC address, and the string appears there.
The barcode reader needs to be set to <STX>barcode_string<ETX> (02h and 03h)
As I set 'Manual', you need to set the Focus to the string input object, either by touching the field, or using SETFOCUS(x) in a macro.

You need to investigate Macros to write small programs in the NS. The manual is installed Omron-->CX-One--->CX-Designer-->Manual, and you'll need the READHOSTW and WRITEHOSTW instructions.

Pp
nguyenthucuc
Thank you very much to ParaffinPower!

NV in here, this is touch Screen serials Of OMRON. Because, it had cost less than NS touch. Therefor, I want to choose it for my project.

I write a small program that same below file attach below.




nguyenthucuc
Hi everybody!

I connected between PLC and temperature Controller but I don't know that NS Touch can connect with PC (Computer) via RS485, can't it?

Who did it? Please give me your idea? If can, can you give me this frame communication between PC and NS Touch?

Thank you very much! I am looking for your rely!
MPM
Use a CIF11 to NS and you have an NS to 485 network. ( this is an accessory)

But why would you like to have an NS to PC on 485 ? use USB for programming...

regards,

MPM
nguyenthucuc
Hi MPM!

In fact, I have never done it. Therefor, I want to find who have experience about this problem, and give me some idea.
Can you say to me clearly about connecting between PC and NS/NV via RS232 or RS485, please?

@ Connect from PC to NS/NV via USB: I knew that load and upload program from program (that we were written in CX-Designer) to NS/NV Touch is normal and the way is simple. But, the communication problem that I want to question in here, is sending and receiving data between NS Touch and Computer. (Example: When NS Touch is running, I want to transfer value 100Hex/Dec from other program (that wrote by Visual Basic or Visual Basic.Net) to @D100; then in NS will display this value.

PS:/ My system that I want to build, include Barcode, NS or NV and Computer.

Thank you and Best Regards!
Thu Cuc
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.