Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - HFM

Pages: [1]
1
Support Questions / Re: privilege violation EthernetIPforCLXCom
« on: November 22, 2017, 06:00:53 PM »
Sorry about the long delay in getting back. Was busy.

So I managed to get the guy in who setup the system. He took me through RSLogix and we found the parameters were read only.

There were other very similarly named parameters which are writeable and meant for remote access, and they worked straight off.

so now I am runnng HMI to log all the data to a Database and when I get around to it I will redo the IFix gui in HMI.
He has reinstalled the original ifix gui, which is very badly done, but does work.

Also my supervisor is very keen on switching to HMI and is actually going to learn to code C# to do so.
BTW also connecting to the database I run an ASP.net website using Jquery and highcharts to filter and graph data.
Very useful for this application.

Thanks again for your software.


Thanks for your help


2
Support Questions / Re: privilege violation EthernetIPforCLXCom
« on: June 30, 2017, 08:57:58 PM »
Yes was confused on its purpose. Yes.
Thanks for your views.

The annoying bit is that we had RSLogix before the disk got reformatted, but I can't find the old disk that it was on.
It got reformatted because a contractor was in for 5 days and installing some NI gear and needed a working client.

But I am sure we don't really need to change the PLC programming as it was basically just passing through the commands from a PC clients gui.
Open relay, Close relay, Change VSD speed, read voltage, current, read digital state, read analogue level. 
This is the sort of stuff I imagine AdvancedHMI would be perfect for. As I am pretty good with C# I would prefer to use it over any proprietry stuff when possible, and the possible NI upgrade has no actual timeframe as yet.

I will look around for an .ACD file and look further for the RSLogix app next week.


3
Support Questions / Re: privilege violation EthernetIPforCLXCom
« on: June 30, 2017, 10:53:50 AM »
I haven't got RSLogix. It was deleted from the PC.
IFix basically filled up the hard drive completely then gave up.

I just used the EthernetIPforCLXCom.GetTagList() function to get those tags.

Basically somebody else has already programmed the PLC. They are long gone. It was developed circa 2011. Nobody here understands it.
I can't find a copy of RSLogix, Rockwell wont let me download it, I have no Studio software either.
All I have is "Proficy IFix", which I cannot understand, I am missing a disk of drivers for it.

Just recently I installed AdvancedHMI, AdvancedHMI actually talks to the plc (reads) which is nice but I would like to do more. (Write)
I was really hoping AdvancedHMI would be the only interface I need, especially if I don't need to change the PLC program. I am pretty sure the program doesn't do anything but map the IO out to a pc screen.

So I guess I need to get RSLogix. I don't see a price on the internet for it.
The other option, which my boss is pursuing is to rip out the Allen Bradley and put in Labview.
It just reinforces why I hate Industrial proprietry crap.
Good luck with the AdvancedHMI solution.

4
Support Questions / Re: privilege violation EthernetIPforCLXCom
« on: June 29, 2017, 10:47:01 PM »
I would expect some of them are read only and hopefully some aren't.
Forgive me I am new to PLCs, though I am an elec engineer and programmer.
Currently the only software I have that talks to the Control Logix is AdvancedHMI.
So I am not sure how to verify what is read only.

here is the full tag list if that helps.



5
Support Questions / privilege violation EthernetIPforCLXCom
« on: June 29, 2017, 10:26:38 PM »
Hi
Nice library hopefully I can get it working.

I have a simple system with 1 Allen Bradley Control Logix 5562 controller.

The pc interface did have proficy ifix running. But that has been uninstalled.
I pulled down the tag list with Advanced HMI and I can read the tags. and then the values. eg.
Quote
SCADA_LSA_WB_Cont_ILok, False
SCADA_LSA_WB_Energised, False
SCADA_LSA_WB_SELECTED, False
SCADA_LSA_WB_AVAILABLE, True
between the four of these they should control a relay. some are safeguards I guess.

But when I go to set the tags I get an exception "Privilege Violation"
Code: [Select]
EthernetIPforCLXCom1.Write("SCADA_LSA_WB_Cont_ILok", 1) I have tried others too.

I guess the exception is coming from the program running on the plc. Is this correct?

If so, How can I interrogate or rewrite this program.
I have reinstalled "ifix" but I can see anything that looks like Rxlogix or whatever you write the app in.

Ideally I would like to completely drop RxLogix and ifix and any proprietry stuff and use AdvancedHMI, is this possible?


Pages: [1]