
gtsuport
MrPLC Member-
Content count
1323 -
Joined
-
Last visited
Community Reputation
60 ExcellentAbout gtsuport
-
Rank
Omron Disty
- Birthday 04/11/57
Contact Methods
- Website URL http://
- ICQ 0
Profile Information
- Location Michigan
- Country United States
- Interests Omron Distributor Tech Support, 4-H Volunteer
Recent Profile Visitors
9132 profile views
-
DIM (631) would define the memory area for the table of records. Not able to post image. DIM has four values N = table number = #0 LR = Length of record = #5 NR = Number of records = #A (10 decimal) TB = First Table word = D100 (arbitrary memory location) Database would be in D100 - D150. This only creates the memory area for the database. You will need to use SETR (635), GETR (636), SRCH(181) to manipulate the data. Hope this helps, gtsuport
-
gtsuport started following Database CP1L ?
-
gtsuport started following Omron CJ2H Memory Location value
-
See appendix A-4-2 in the W473 manual. gtsuport
-
gtsuport started following problems with CP1H analog input
-
Have you reviewed the CP1H manual? Manual #W450 Section 5-5. gtsuport
-
TimeElektro liked a post in a topic: Timer
-
photovoltaic liked a post in a topic: Timer
-
Welcome to the forum. Bit 254.00 should be a 1 minute pulse. It is a 50% duty cycle pulse. 30 seconds on/30 seconds off. You could use that bit as the input for your counter. gtsuport
- 1 reply
-
2
-
That sounds like a valid plan. Good Luck! gtsuport
-
Have you registered your software? If so, I would try to do an Auto Update. Go to your Start menu, Omron program group. You should have an Omron Automation Software Auto Update option. This will check your installed versions against the update server versions and allow you to update. This will take some time, files are large. gtsuport
-
What operating system is on your computer. In CX-Programmer go to the pull down menu Help / About, what is your CX-Programmer version? gtsuport
-
You should be able to say Yes.
-
CPS files go way back, current versions of CX-Programmer do not use them. If you go to Options, can you Create an IO Table? Processor will need to be in Program mode to do this. gtsuport
-
Glad to be able to help. gtsuport
-
From your Start menu, go to the Omron program group. You should find an Omron Automation Auto Update choice. This may or may not need to be updated, but it will check the server and update any of the CX-One programs as required. This may take some time. gtsuport
-
CP1L should be listed. That product has been around since 2007. It is supported in both the Lite and Full versions for CX-Programmer. Can you check with your distributor to see if they can verify the version purchased? gtsuport
-
Any idea if he registered the software? You can do online updates to CX-One if the software is registered.
-
Sounds like it might be a demo version. How did you get the software? gtsuport
-
Ok, try setting it up manually. File, New, you should get a Change PLC dialog box. For the Device Type click the down arrow and choose the CPU. CP1L then the Settings button choose the correct type. Then OK. For Network Type, USB should be selected. that should be correct. Then click OK. From the PLC pull down menu, click Work Online. This should get connected. If not, let me know what error messages you get. gtsuport.