KB-38180: Changing a driver’s serial port at run time.
Question: Can the serial port set up in a driver be edited at run time? Solution: Yes. To do so, you must edite the IO.Serial.Port tag. To force the IOKit…
Question: Can the serial port set up in a driver be edited at run time? Solution: Yes. To do so, you must edite the IO.Serial.Port tag. To force the IOKit…
Autor
Mateus Machado
Question: How does the I/O tags read algorithm work for Elipse Software‘s Drivers? Solution: The Driver scans the I/O Tags so that the first tag to be read is the…
Question: What is the behavior of AdviseType property when set to 1-AdviseWhenLinked? Solution: The I/O Tag is only updated when the AllowRead property is True and if it is linked…
Question: How can I set up an alarm to be triggered when the communication between the Elipse E3 and a PLC is offline? Solution: There are two different ways to…
Question: How does the I/O Driver’s ShareServer property work? Solution: If this property is set to True, the driver shares its execution with the other I/O Driver objects that have…
Question: How can I show the status of the link between E3 and a PLC in a Display on screen? Solution: To do so, you must insert the IOKit folder’s…
Question: Can I share a DLL/connection between two or more I/O drivers? Solution: Yes. If ShareServer property is set as TRUE, this driver will share its execution between the other…