Please help how to fix error code in IFIX 3.5

xuanben2

Member
Join Date
Jul 2010
Location
ha long bay
Posts
7
Hello. Currently I am using the program 3.5 of its SCADA IFIX GEFANUC and I are the problem that the error would not know how to fix the security to help you. They are:
It's like this.
Case of error No. 1

Private Sub CommandButton9_Click()
'The Comments below have been added automatically.
'Any changes could cause adverse effects to the functionality
'of the Script Authoring Experts.
'WizardName=CloseDigitalPoint
'Property1=@STOP@
'Property2=False
OPENDigitalPoint "Fix32.P393.TWB18_AB01_AUTO.F_CV"
CloseDigitalPoint "Fix32.P393.TWB18_AB01_MAN.F_CV"
End Sub
Error when tet
Error: -2147187015
Current block mode not allow writes.

Case of error No. 2

Private Sub CommandButton1_Click()
response = MsgBox("Dat lai thoi gian hoat Bang 14?", vbQuestion + vbYesNo, "Confirmation..")
If response = vbYes Then
CloseDigitalPoint "Fix32.P393.B14-CRT-RESET.F_CV"
Sleep (2000)
OpenDigitalPoint "Fix32.P393.B14-CRT-RESET.F_CV"
End If
End Sub
Error when tet
Error: -2147220484
Close Digital point
Data source is underfined

Hope you help and told me how to fix two bugs on it: Error: -2147187015 and Error: -2147220484
Hope you help. Wait hear from you
 
Hi,
Case1 -
One or Both of your tags "Fix32.P393.TWB18_AB01_AUTO.F_CV" "Fix32.P393.TWB18_AB01_MAN.F_CV" is a DI block and doesn't have the enable output checked.
Open up database manager find the tag, go to the advanced tab and check 'Enable Output'

Case 2
"Fix32.P393.B14-CRT-RESET.F_CV" doesn't exist in your database.
Open up database manager and add it.


Hope this helps
 
Marshy Thanks for reading my post. Under your guidance the past, I also have the check Enable out and add it in the database but were in error. When I test all the other interfaces are better off then the only error in two cases on which I have mentioned above you. How else can you help me I
 

Similar Topics

Hello. Urge you to help you tell me the code VBA in Ifix 3.5. Specifically, like this: I want to update the operating time of equipment, every 24...
Replies
1
Views
3,925
Hi, I am new to the SCADA environment and wanted to know couple of pointers before I started working on my project. I have been given a legacy...
Replies
0
Views
2,259
please help me . I have to make this ladder diagram and I can’t figure it out :(
Replies
12
Views
212
Hello, I am trying to get a Yokogawa Hart pressure Transmitter and a Rosemount Temp Transmitter to read on a 1769-IF4 module on an L33ERM...
Replies
10
Views
377
Back
Top Bottom