Results 1 to 13 of 50
Thread: Desigo Insight
-
06-25-2009, 03:55 PM #1
Regular Guest
- Join Date
- Jun 2009
- Posts
- 4
Desigo Insight
Greetings everyone!!
I'm new over here, so, sorry to be bothering you for a first time!
Has anyone ever faced this problem with Desigo:
- Cannot acknowledge alarms in the screens nor in the alarm viewer.
- Cannot change no setpoints.
- Cannot change no schedules.
- In the other and, even with all this buggers, we are receiving operating states and other analog values...
Apparentely it's not a communication problem, as the router is working properly.
Anyone who faced something similar, please give us a hand!
Thanks!!!
-
06-26-2009, 05:31 PM #2
OK, couple of questions,
What subsystem do you have: PX, NCRE, Nitel, Visonik?
Do you get time and date stamps in the alarm viewer?
What access level do you have in Desigo Insight (check in configuration utility if you have it)?
Can you change setpoints in object viewer?
If you have PX, have you tried a PXM20 (or the PC based emulator)?
I'll assume PX. It seems to me your access level in Desigo Insight is not high enough.
What is likely is either you are logging in as a basic user, or the person who programmed the PX forgot to set the access levels correctly on the objects.
Are you the customer or the tech working on installing the system?-----------------------------------------------------
Don't be a stupid dwarf. It's not big and it's not clever!
-
07-01-2009, 05:54 AM #3
Regular Guest
- Join Date
- Jun 2009
- Posts
- 4
The system is a PX.
I'm working with Engineering level access, as we have programmed the system. The access levels are correctly assigned, the system has been functioning correctly for about 9 months 'til now, and this has only began to occur last week.
Last week, just after I posted in the forum, I made a project check, recompile and restart, and the system was running great. Today it just went back to how it was before.
We've checked all stations, bus, etc.. everything seems to be ok.
We're having this many doubts and questions, because it's something that never happened to us before, and resolutions from SBT are being a little vague.
Oh! And by the way, we have an integration of S7-200 in the system. With this integration we have a lot of software (Citect) generated data points, hour counters, etc.. can this points fill any buffer, and crash Citect??
Thanks!
Cumps!
-
07-01-2009, 01:48 PM #4
What is your IOserver configuration? I'll assume that you have configured this differently from "normal" in order to integrate the S7-200 directly into Desigo. I'm no expert on the IOServer as Siemens tend to try and keep this bit secret (that or they don't really know themselves
) but this is where my gut instinct says the error might lie. Try a pack of the citect project that holds the IOServer/s
If this doesn't work look to see if there is an error log created. Mine is stored in:
C:\Documents and Settings\All Users\Application Data\Siemens\DESIGO\INSIGHT 3.0\Temporary Files
There's actually 2 files there called englog.trc and errlog.trc so do a search if they're not in the directory above.
Opened it using the trcui.exe program in the bin directory of insight. This should point you towards where the problem is. They can get quite large (mines 45Mb) but if you want clean it out, let a few errors appear and email it over (emails in my profile) I'll see if I can help identify the problem.
Let me/us know if you find a solution
-----------------------------------------------------
Don't be a stupid dwarf. It's not big and it's not clever!
-
08-15-2009, 10:33 PM #5
Desigo Insight.
I am new in Building Automation by siemens desigo Insight and i want that all our Package A/C units will be OFF and ON on a given schedule. I opened the Time Scheduler application but i cannot find the device that i want to make. Could anyone help me to add the device to the time scheduler application. the I/O module is 2Q250
-
08-16-2009, 10:02 AM #6
You probably need the original XWorks software. There might be a way to add the point as a named reference in the scheduler but the XWorks is the proper route if you want to change software.
-----------------------------------------------------
Don't be a stupid dwarf. It's not big and it's not clever!
-
08-16-2009, 10:50 PM #7
re:
i cannot find any Xworks in my automation station. is there any other way to make the command in a time scheduled switching. Thanks u very much for the help i appreciate it very much.
-
08-17-2009, 08:05 AM #8
Can you describe your setup in more detail?
From what I understand you have a PXC64 (or 128) which has a rail of IO modules, one of which is a 2Q250. (note the 2Q250 is actually a 2 digital outputs module)
Has any software been written so far for this controller. Has the 2Q250 you want to switch on and off been created in the software already and if so what is its point name. Also what is supposed to be switching it at the moment?
If the output has not been created in the software already then you will need the XWorks software to create the output. If you don't have the XWorks software you will need a Siemens engineer or systems house to do this work for you.
If you would prefer to post pictures of what you have rather than describe it feel free to either post them here or my email is in my profile and you can send them direct-----------------------------------------------------
Don't be a stupid dwarf. It's not big and it's not clever!
-
01-13-2010, 05:34 PM #9
reaction processor desigo insight
hi mr piknik im once again needing your help, can you gave me sample on how to make statement in reaction processor because all my entry dont work maybe my program is not correct, i want that the control module (2q250) of our package units will follow the status of the control modules (2q250) of our lighting . Also since the time scheduling of this AC unit is not possible , can u also teach me how to make the reaction processor become a time scheduler.
thank u very much for your help. i have nothing here which will guide me
-
01-14-2010, 12:18 PM #10
I'll give it a go, but without knowing your system its going to be a bit general.
- Create a new reaction. Fill in the first tab as necessary.
- On the second Tab "Condition", click the add button. Here select the point that you want to act as the trigger (your lighting point?) and the state that will activate the reaction (On).
- On the third tab "Action", click the add button. Action type will be write then select the point/points you want to command (packaged unit output).
- you will then need a new reaction to switch it off, so follow the procedure above but the condition will be when the point goes off, and the action will be to write an off to the packaged unit output.
Another way to do it would be to use the desigo connect. Far easier than reaction processor.
The other way to do it would be with a bit of cicode. There is a file called project.ci and when copied into the top graphics project runs. In there you could write a bit of code that looks at the state of the lighting point and if different from the packaged unit point, command the packaged unit point to be the same as the lighting point. add a sleep statements so its not running all the time and its a quick and easy way to command points from other points.
To do it as a time schedule, you could on the condition tab choose time trigger. Set the date range to a few years or more and select the time you want the condition to be true (7 a.m?) and select the days you want it to happen. Action tab would remain the same. again you would need a second reaction to switch it off at night.
Of course, all this would depend on the PC always being on but I recon you understand that. Have you not got anyone in Saudi who could do this by programming. Its a far better solution. If you need a name I could probably speak to someone about getting the name of someone good over there.-----------------------------------------------------
Don't be a stupid dwarf. It's not big and it's not clever!
- Create a new reaction. Fill in the first tab as necessary.
-
01-16-2010, 02:44 PM #11
thank u
thank you mr piknik , we did already talked to the one who made our building automation but unfortunately they dont reply or they have a problem so dont worry to contact another person.
I will try what u just said. thank you very much
-
01-16-2010, 08:16 PM #12
re
mr picnic i tried to make a reaction entry but not working, there is pop up saying that found no server . how can i activate a server? thank u
-
01-17-2010, 07:37 AM #13
could be you have no licence for the reaction processor.
Check in licence utility (licutil.exe) and check that you have an entry for reaction processor in the licence file. It doesn't come as standard so may well not have been included. Its not that cheap either so not usually included unless asked for.
If its not not included try looking at Desigo Connect instead, its an extra bit to install when desigo is put on, but can be added later by running the install program again. This can be used to link points-----------------------------------------------------
Don't be a stupid dwarf. It's not big and it's not clever!


Reply With Quote
