I have and error upon starting FT View, The specific error message is this. "Cannot connect to add in objet, Name:Application handler, Cause=
800401e4" Then upon clicking ok, the software boots up but without menus and explorer window is empty.
What i have tried
Unistalled, reinstalled FTView...
There is a block to configure for analogue IO for the 170-aai-030. The block is calle ANA_8I I understand what to put in the parameters but I don't understand what value to put in the first parameter called IBS_IN I'm guessing it's the IO mudule position # but am usure of what that is or how to...
Cant print or even preview the print of the ladder logic with this software. The Error popup window comes up with
Error = MDIForm1.frm
Then when closing that popup the software crashes.
Anyone out there ever run into this and how was it solved.
Thanks
Raymond
It seems that every time I start the software an error message comes up. [Error 1706: No valid source could be found for product RsLogix 500 ......]
Also Every time every time RSLinx boots up. RSLogix 500 asks for to insert the CD to install some features. I followed the instructions but this...
When I try to close the program this message commes up.
[O table (special units setups)cannot be closed because it is being processed. Press Ok after closing the IO table and the edit parameters dialog.]
But I don't have these windows openned.
Note that in my project I have 2 plc's. I can...
Hi, I have been working with Allen Bradley products for the past few years. Now I'm starting with Omron. I'm lost.
I'm using CX-One to program a CJ1M 11 CPU. The manuals are not clear at all.
What I need to know is the memory area. What are the different files used for?
How are my digital...
Last remainning issue on this project. Now i know my tags are comming in the touch screen.
What have I forgotten to do^
What I have done so far.
Configured the alarm setup (triggers and so on)
Pointed that to the alarm list page
Tags are all bits so I put bit for trigger type.
In the message...
I am communicating from a etherNET/ip card with a controllogix 5561 CPU (Rslogix 5000) to a panelview plus 1000 (RSView studio machine edition)
Now my problem is that the values display in the panelview are in error so there is no communication between the touch screen and the plc.
From my...
It's my first time using this software.
(Rsview studio machine edition.)
I have to program a Panel view plus 1000.
Where in the software to I tell it that the
hardware is a Panel view plus 1000.
Or do we not need to do this with this software?
Thanks
Ray
I am using Excel 2000 with a SLC503 Allen Bradley.
How can I for example
If N7:1/0 = 1 Then run a macro.
Is there some way of monitoring the PLC information and immediatly reacting to it and this is the key WITHOUT LOOPING A MACRO TO SCAN DATA.
Note I am familliar with how to communicate just...
Is there a function a could use like the NOW() to use in Milliseconds? This is my current routine.
Sub TimeLoop1() ' This routine is for looping back to the RefreshData Routine.
SaveTime = Now() + TimeValue("0:00:01")
Application.OnTime SaveTime, "RefreshData1"...
I have an external application that I can start using the shell and path function. The application runs in my system tray.
I want to create a button in excel that will activate a macro that will stop this application.
I dont know the syntax or the proper function to use.
For example the...
The question pretty much tells it all.
Right now i am using an external program
and doing the sendkeys to ...
It's ok but It would be much better if it was comming from excel.
I'm trying to create a data logg function.
A macro will insert a new row and time in the cell besides it. I am using the function hour (now()) and second(now())
When I insert the function =second (now()) It aslo updates all the other cell that have this function. (Not good)
Each event must...
What is the syntax to write a value back to the plc?
I am currently able to read values from the plc in my Excel sheet using a driver from wonderware (ABKF2) for serial communication. My Topic is ABPLC. Here is the string in my A1 box.
=ABKF2|ABPLC!O1.5
This allows me to view the...