Difference between revisions of "Component: Visi (4DSystems) (Comms: System)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix Ltd. |- | width="20%" style="color:gray;" | Version | 2.0 |- | width="20%" style="color:gra...") |
|||
Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
''No detailed description exists yet for this component'' | ''No detailed description exists yet for this component'' | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
− | == | + | ==Macro reference== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" |
Revision as of 14:09, 20 January 2023
Author | Matrix Ltd. |
Version | 2.0 |
Category | Comms: System |
Contents
Visi (4DSystems) component
A way of interacting with the VISI interface designed by 4D systems. VISI firmware must be pre-loaded onto the SD card connected to the display to allow everything to work correctly.
Component Source Code
Please click here for the component source code: FC_Comp_Source_API_Display_Visi4D.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
![]() |
VisiWriteString |
Writes a string to a specific Visi object. Returns 0 for a succesful write operation. | |
![]() |
StringIndex |
![]() |
StringData |
![]() |
Return |
![]() |
VisiWriteObject |
Writes a value to a specific Visi object. Returns 0 for a succesful write operation. | |
![]() |
ObjectID |
![]() |
ObjectIndex |
![]() |
Value |
![]() |
Return |
![]() |
ChangeHWBaud |
Changes the hardware UART baud rate allowing for dynamic speed changes. | |
![]() |
NewBaud |
0=1200, 1=2400, 2=4800, 3=9600, 4=19200, 5=38400, 6=57600, 7=115200 | |
![]() |
Return |
![]() |
VisiWriteContrast |
Updates the display contrast. Returns 0 for a succesful write operation. | |
![]() |
Contrast |
Range 0-15, 0=Backlight Off | |
![]() |
Return |
![]() |
VisiWriteVolume |
Updates the display volume. Returns 0 for a succesful write operation. | |
![]() |
Volume |
Range 8-127 | |
![]() |
Return |
![]() |
VisiReadByteFromMessage |
Reads a byte from a succesful VisiReceive macro. Index: 0=Command, 1=ObjectID, 2=ObjectIndex, 3=ValueMSB, 4=ValueLSB | |
![]() |
Index |
![]() |
Return |
![]() |
Initialise |
Sets up the RS232 peripheral, must be called at the start of your program or at least before you start calling any other RS232 macros. | |
![]() |
Return |