Dear Rafael Izquierdo
- When I use S7 PLCSIM EasyPLC Driver I Have This Error ( Attached Picture )
- and Also When i adjust simatic driver for Input Byte 124 At Interface It Give Me I_0_0 To I_0_7
But it Must Give Me I_124_0 to I_124_7 And Also For Output Byte ( To deal with the same bytes which adjusted At s7-Simatic Manager )
I Have Suggestion If It Possible At Machine Simulator
- Showing Inputs And Outputs at Tutorial ( Ability to show Or Hide ) To show the right Sequence With Inputs and outputs changes
- Create only one machine With Analog Data (Inputs and outputs) Like ( Motor Speed Control - Tank with Level Transmitter)
Hello!
This kind of error is a problem in the communication between EasyPLC and PLCSIM, have you try to launch PLCSIM in administrator mode?
I see you're using an updated verson of EasyPLC, this errors happens also with your previous EasyPLC version?.
Can you inform about the date of your file SimaticS7_PLCSIM.dll located in the EasyPLC v5\Drivers\ folder?
Anyway your supposion about the numbering of the inputs are not correct, the numbering you are seeing are correct, this is because:
I_X_Y -> where X is the driver number and Y the input number. Then if the Simatic_PLCSIM is the driver 0, and you have configured two input groups of 1 byte, then you will read 16 Inpus, from 0 to 15, the Simatic/PLCSIM Addres is only for the driver not for EasyPLC.
Then you will obtain I_0_0 to I_0_15
If the Simatic_PLCSIM driver will be the number 1, you will obtain: I_1_0 to I_1_15, and so on..
I will take your suggestion in mind, the features you tell are very interesting, sure will be implementing in next releases!, Thanks a lot!
- Yes I launch ( PLCSIM - EasyPLC - Machine Simulator ) in administrator mode
- this error did not happen in previous Versions
- The date of file SimaticS7_PLCSIM.dll is 2-2-2016
- When i adjust simatic driver for Input Byte 124 At Interface It Give Me I_0_0 To I_0_7
But it Must Give Me I_124_0 to I_124_7 And Also For Output Byte ( To deal with the same bytes which adjusted At s7-Simatic Manager )
- After Installing A fresh Copy of Windows Every Thing Works Correctly
- And Also SimaticS7_PLCSIM Work Correctly I Attached A Photo
- I Also Download The New Version Of Simulation And Thank You For Adding Analog Devices In Some Machines ( Very Very Very Good Changes )