Sign in to follow this  
Followers 0
billleung

Omron compolet command

3 posts in this topic

Dear Gentlemen, I'm now writing a program by VB.net with Compolet 2003. Could anybody told me what is the command to get the data just typed in the textbox1.text and store into the memory.cio? Also, how to read/write the internal I/O points in the cx-program? Urgent!! Many Thanks! Bill

Share this post


Link to post
Share on other sites
You can use the finscommands to comunicate VB with the plc, or you can use cx-server lite, with this you only have to configurate the activex. With the cx-programmer you can read or write in the plc' memory if you are online in the memory menu or using ALT + 3, window.

Share this post


Link to post
Share on other sites
hai billeung, i've downloaded compoled V2 trial version, there is a pdf manual, that said about: Text1 = Hex(SYSMAC_CS11.DM(0)) 'to read DM0000 SYSMAC_CS11.DM(0) = &H1234 'to write DM0000 with data: 1234H i have no money, so i use fins command as carolina said :[ i sent: 01028200060000010010 of fins command to write one word data (0010) on DM0006 i think your compolet package has a manual or help to solve your problem

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0