
![]() |
Trigger Serial Test Script |
Use this script step to troubleshoot the serial port and test scripting.
Syntax
Trigger Serial Test Script [ Select ; Result (error) ; Test data to send ]
Online help for Troi Plug-ins for FileMaker Pro 16.
![]() |
Trigger Serial Test Script |
Use this script step to troubleshoot the serial port and test scripting.
Trigger Serial Test Script [ Select ; Result (error) ; Test data to send ]
![]() |
Serial_SetDirectInsert |
Specifies how to insert data directly into the database when data is received. If you give an empty filename parameter, the direct insert is canceled.
Serial_SetDirectInsert ( switches ; portname ; filename ; tablename ;
fieldname ; matchstring )
![]() |
Set Serial Direct Insert |
Specifies how to insert data directly into the database when data is received. If you give an empty filename parameter, the direct insert is canceled.
Set Serial Direct Insert [ Select ; Result (error) ; Port name ; File name ;
Table name; Field name ; Match string ;
Get last match ]
![]() |
Move File |
Moves (or renames) a file from one location to another.
Move File [ Select ; Result (error) ; Source filePath ;
Destination filePath ; Allow different volumes ]
![]() |
Encr_AES_CreateKeyAndIV |
Creates an encryption key and initialization vector, which can be used for AES encryption and decryption.
Encr_AES_CreateKeyAndIV ( switches ; passphrase ; salt )
![]() |
Encr_AES_DecryptUsingKey |
Decrypts data with AES using an encryption key and initialization vector.
Encr_AES_DecryptUsingKey ( switches ; key ; initializationVector;
dataToDecrypt ; {paddingScheme} )
![]() |
Encr_AES_EncryptUsingKey |
Encrypts data with AES using an encryption key and initialization vector.
Encr_AES_EncryptUsingKey ( switches ; key ; initializationVector ;
dataToEncrypt ; {paddingScheme} )
![]() |
Encr_BinaryToNum |
Converts a binary number to its decimal representation.
Encr_BinaryToNum ( switches ; binaryNumber )
![]() |
Encr_Checksum |
Sum of the ASCII values of the characters modulo 1024. ALL characters are counted, also non-printing characters like spaces and returns.
Encr_Checksum ( switches ; text )
![]() |
Encr_Code |
Performs an encryption or decryption of the data field, depending on switches.
Encr_Code ( switches ; password ; data )